mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 13:10:04 +08:00
fix(flygrep): fix version checking
This commit is contained in:
parent
b5d6e1cb5f
commit
875441acbd
@ -8,7 +8,7 @@
|
||||
|
||||
" Loading SpaceVim api {{{
|
||||
scriptencoding utf-8
|
||||
if has('nvim-0.7.0') && 0
|
||||
if has('nvim-0.7.0')
|
||||
function! SpaceVim#plugins#flygrep#open(argv) abort
|
||||
lua require("spacevim.plugin.flygrep").open(
|
||||
\ require("spacevim").eval("a:argv")
|
||||
|
Loading…
Reference in New Issue
Block a user