1
0
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:
Lin Kun 2019-09-25 10:27:15 +08:00 committed by Wang Shidong
parent bd8f1a0c05
commit 4ee372f2a3

View File

@ -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)