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

View File

@@ -1283,16 +1283,3 @@ Expect:
a = b = c
aabba = bbbbb
Given (Table):
|a|b|c|d|
| -|-|>-|-|
|aaa|bbb|ccc|ddd|
Do (Partial alignment around 1st |):
\<C-V>ljj\<Enter>|
Expect (Right margin correctly attached):
| a|b|c|d|
| -|-|>-|-|
| aaa|bbb|ccc|ddd|