mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-09 10:30:04 +08:00
fix(flygrep): fix unknown function error
This commit is contained in:
parent
83cb47789d
commit
8f8ec15692
@ -14,6 +14,12 @@ if has('nvim-0.7.0')
|
|||||||
\ require("spacevim").eval("a:argv")
|
\ require("spacevim").eval("a:argv")
|
||||||
\ )
|
\ )
|
||||||
endfunction
|
endfunction
|
||||||
|
function! SpaceVim#plugins#flygrep#lineNr() abort
|
||||||
|
lua require("spacevim.plugin.flygrep").lineNr()
|
||||||
|
endfunction
|
||||||
|
function! SpaceVim#plugins#flygrep#mode() abort
|
||||||
|
lua require("spacevim.plugin.flygrep").mode()
|
||||||
|
endfunction
|
||||||
finish
|
finish
|
||||||
endif
|
endif
|
||||||
let s:MPT = SpaceVim#api#import('prompt')
|
let s:MPT = SpaceVim#api#import('prompt')
|
||||||
|
Loading…
Reference in New Issue
Block a user