Clear matches on opening entries

This commit is contained in:
Marco Hinz 2013-10-22 20:17:57 +02:00
parent 2bf1b5a1e0
commit fc1999dcf7

View file

@ -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