From e88ca68456b4ec269ca3fbfa01cc8d9fdf7b03e9 Mon Sep 17 00:00:00 2001 From: machakann Date: Tue, 2 Aug 2016 19:26:22 +0800 Subject: [PATCH] Tiny refactoring. --- autoload/textobj/sandwich/stuff.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)