mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 22:40:04 +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
|
||||
|
||||
function! SpaceVim#plugins#searcher#clear()
|
||||
call feedkeys(":nohlsearch\<cr>")
|
||||
let s:rst = []
|
||||
call setqflist([])
|
||||
let &l:statusline = SpaceVim#layers#core#statusline#get(1)
|
||||
|
Loading…
Reference in New Issue
Block a user