diff --git a/autoload/textobj/sandwich/stuff.vim b/autoload/textobj/sandwich/stuff.vim index dac7fcc..93bffcf 100644 --- a/autoload/textobj/sandwich/stuff.vim +++ b/autoload/textobj/sandwich/stuff.vim @@ -318,7 +318,7 @@ function! s:stuff._get_region(candidates, clock, stimeoutlen) dict abort "{{{ finally " restore visualmode execute 'normal! ' . visualmode - execute 'normal! ' . "\" + execute "normal! \" call cursor(self.cursor) " restore marks call setpos("'<", visual_head)