From 4ee372f2a386835494420ccc4031e55f3d152c2b Mon Sep 17 00:00:00 2001 From: Lin Kun Date: Wed, 25 Sep 2019 10:27:15 +0800 Subject: [PATCH] Fix: add ':nohlsearch' feature to match the documentation. (#3085) --- autoload/SpaceVim/plugins/searcher.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/autoload/SpaceVim/plugins/searcher.vim b/autoload/SpaceVim/plugins/searcher.vim index d35208e16..e0f29a661 100644 --- a/autoload/SpaceVim/plugins/searcher.vim +++ b/autoload/SpaceVim/plugins/searcher.vim @@ -86,6 +86,7 @@ function! SpaceVim#plugins#searcher#count() abort endfunction function! SpaceVim#plugins#searcher#clear() + call feedkeys(":nohlsearch\") let s:rst = [] call setqflist([]) let &l:statusline = SpaceVim#layers#core#statusline#get(1)