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:
commit
1ad908dd7d
@ -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
|
||||
" }}}
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user