1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 09:30:04 +08:00
SpaceVim/bundle/vim-matchup/test/textobjV.vim

20 lines
176 B
VimL
Raw Normal View History

2020-06-13 14:06:35 +08:00
while 1
if l:x == 1
echo 'one'
else
echo 'two'
elseif
echo 'three'
endif
endwhile
if l:x == 1
echo 'one'
else
echo 'two'
elseif
echo 'three'
endif