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

fix(flygrep): fix version checking

This commit is contained in:
wsdjeg 2023-07-06 00:23:39 +08:00
parent b5d6e1cb5f
commit 875441acbd

View File

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