diff --git a/plugin/yankmatches.vim b/plugin/yankmatches.vim index 362e18c..b875f2b 100644 --- a/plugin/yankmatches.vim +++ b/plugin/yankmatches.vim @@ -92,7 +92,7 @@ function! ForAllMatches (command, options) endif endif let l:command = ':let @' . g:YankMatches#ClipboardRegister . ' = yanked' - execute 'normal! ' . l:command . "\ + execute 'normal! ' . l:command . "\" " Return to original position... call setpos('.', orig_pos)