Tiny refactoring.

This commit is contained in:
machakann
2016-08-02 19:26:22 +08:00
parent 67f8359ce9
commit e88ca68456
+1 -1
View File
@@ -318,7 +318,7 @@ function! s:stuff._get_region(candidates, clock, stimeoutlen) dict abort "{{{
finally
" restore visualmode
execute 'normal! ' . visualmode
execute 'normal! ' . "\<Esc>"
execute "normal! \<Esc>"
call cursor(self.cursor)
" restore marks
call setpos("'<", visual_head)