diff options
Diffstat (limited to 'plugin/searchop.vim')
-rw-r--r-- | plugin/searchop.vim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin/searchop.vim b/plugin/searchop.vim index 6757dcf..41f0f6d 100644 --- a/plugin/searchop.vim +++ b/plugin/searchop.vim @@ -7,5 +7,6 @@ function! Search(type, ...) let @/ = escape(@@, '\') call histadd('/', @/) - normal! n + + call feedkeys('n', 't') endfunction |