Clear matches on opening entries
This commit is contained in:
parent
2bf1b5a1e0
commit
fc1999dcf7
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue