Remove recursion not to fail in case of many delimiters (> maxfuncdepth)

This commit is contained in:
Junegunn Choi
2013-10-13 03:31:05 +09:00
parent cb7306341c
commit 256e5b83ab
4 changed files with 50 additions and 21 deletions

12
test/fixme.vader Normal file
View File

@@ -0,0 +1,12 @@
# It is currently possible that EasyAlign command incorrectly judges
# that it was executed in block-wise visual mode
Given:
a|b|c
Do (FIXME invalid judgement - block-wise visual mode):
\<C-V>\<Esc>
:%EasyAlign|\<CR>
Expect:
a | b | c