浏览代码

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