Files
vim-matchup/test/mwe.vim
2017-10-31 18:05:18 -04:00

10 lines
73 B
VimL

if l:x == 1
call one()
else
call two()
elseif
call three()
endif