From fc1999dcf7786a2161b4354892e284e13fff0ccd Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Tue, 22 Oct 2013 20:17:57 +0200 Subject: [PATCH] Clear matches on opening entries --- autoload/startify.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/autoload/startify.vim b/autoload/startify.vim index d778740..914feba 100644 --- a/autoload/startify.vim +++ b/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