ソースを参照

Clear matches on opening entries

Marco Hinz 12 年 前
コミット
fc1999dcf7
1 ファイル変更2 行追加0 行削除
  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