mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 09:50:04 +08:00
10 lines
73 B
VimL
10 lines
73 B
VimL
|
|
||
|
if l:x == 1
|
||
|
call one()
|
||
|
else
|
||
|
call two()
|
||
|
elseif
|
||
|
call three()
|
||
|
endif
|
||
|
|