Clear matches on opening entries
This commit is contained in:
parent
2bf1b5a1e0
commit
fc1999dcf7
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue