1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 17:50:04 +08:00

Merge pull request #2183 from thedelchop/fix-type-in-highlight-project-search

Fix: Typo in highlight project search
This commit is contained in:
Wang Shidong 2018-09-21 07:55:18 +08:00 committed by GitHub
commit 1ad908dd7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -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
" }}}

View File

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