mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-23 17:49:57 +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 {{{
|
" key binding: / search_project {{{
|
||||||
function! s:search_project() abort
|
function! s:search_project() abort
|
||||||
call spacevim#plugins#flygrep#open({'input' : s:current_match})
|
call SpaceVim#plugins#flygrep#open({'input' : s:current_match})
|
||||||
endfunction
|
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 unkown v:progpath ([#2169](https://github.com/SpaceVim/SpaceVim/pull/2169))
|
||||||
- Fix builtin statusline theme ([#2170](https://github.com/SpaceVim/SpaceVim/pull/2170))
|
- 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 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
|
### Removed
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user