Browse Source

Clear matches on opening entries

Marco Hinz 12 years ago
parent
commit
fc1999dcf7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      autoload/startify.vim

+ 2 - 0
autoload/startify.vim

@@ -505,6 +505,8 @@ function! s:open_buffers(cword) abort
   else
     execute 'normal' a:cword
   endif
+
+  call clearmatches()
 endfunction
 
 " Function: s:check_user_options {{{1