mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 06:10:05 +08:00
Fix: add ':nohlsearch' feature to match the documentation. (#3085)
This commit is contained in:
parent
bd8f1a0c05
commit
4ee372f2a3
@ -86,6 +86,7 @@ function! SpaceVim#plugins#searcher#count() abort
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! SpaceVim#plugins#searcher#clear()
|
function! SpaceVim#plugins#searcher#clear()
|
||||||
|
call feedkeys(":nohlsearch\<cr>")
|
||||||
let s:rst = []
|
let s:rst = []
|
||||||
call setqflist([])
|
call setqflist([])
|
||||||
let &l:statusline = SpaceVim#layers#core#statusline#get(1)
|
let &l:statusline = SpaceVim#layers#core#statusline#get(1)
|
||||||
|
Loading…
Reference in New Issue
Block a user