diff --git a/autoload/SpaceVim/plugins/highlight.vim b/autoload/SpaceVim/plugins/highlight.vim index fa2c1e8ed..74cfd825f 100644 --- a/autoload/SpaceVim/plugins/highlight.vim +++ b/autoload/SpaceVim/plugins/highlight.vim @@ -279,7 +279,7 @@ endfunction " key binding: / search_project {{{ function! s:search_project() abort - call spacevim#plugins#flygrep#open({'input' : s:current_match}) + call SpaceVim#plugins#flygrep#open({'input' : s:current_match}) endfunction " }}} diff --git a/wiki/en/Following-HEAD.md b/wiki/en/Following-HEAD.md index fba756fe2..00caf04b4 100644 --- a/wiki/en/Following-HEAD.md +++ b/wiki/en/Following-HEAD.md @@ -86,6 +86,7 @@ The next release is v0.9.0. - Fix unkown v:progpath ([#2169](https://github.com/SpaceVim/SpaceVim/pull/2169)) - Fix builtin statusline theme ([#2170](https://github.com/SpaceVim/SpaceVim/pull/2170)) - Fix toggle cursorline highlighting ([#2171](https://github.com/SpaceVim/SpaceVim/pull/2171)) +- Fix searching for the cursor word in the project w/ FlyGrep ([#2183](https://github.com/SpaceVim/SpaceVim/pull/2183)) ### Removed