spacevim/bundle/vim-matchup/test/mwe.vim

10 lines
73 B
VimL
Raw Normal View History

2024-08-21 14:17:26 +08:00
if l:x == 1
call one()
else
call two()
elseif
call three()
endif