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
|
else
|
||||||
execute 'normal' a:cword
|
execute 'normal' a:cword
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
call clearmatches()
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
" Function: s:check_user_options {{{1
|
" Function: s:check_user_options {{{1
|
||||||
|
|
Loading…
Reference in a new issue