mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 05:20:04 +08:00
10 lines
262 B
VimL
Vendored
10 lines
262 B
VimL
Vendored
if exists('g:loaded_gina') || v:version < 800
|
|
finish
|
|
endif
|
|
let g:loaded_gina = 1
|
|
|
|
command! -nargs=+ -range=% -bang
|
|
\ -complete=customlist,gina#command#complete
|
|
\ Gina
|
|
\ call gina#command#call(<q-bang>, [<line1>, <line2>], <q-args>, <q-mods>)
|