mirror of
https://github.com/chenasraf/vim-matchup.git
synced 2026-05-18 01:38:57 +00:00
Implement timeout, cleanup README
This commit is contained in:
19
test/textobjV.vim
Normal file
19
test/textobjV.vim
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user