mirror of
https://github.com/chenasraf/vim-matchup.git
synced 2026-05-18 01:38:57 +00:00
10 lines
73 B
VimL
10 lines
73 B
VimL
|
|
if l:x == 1
|
|
call one()
|
|
else
|
|
call two()
|
|
elseif
|
|
call three()
|
|
endif
|
|
|