We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8eb9c5 commit 269aec7Copy full SHA for 269aec7
src/testdir/test_nested_function.vim
@@ -48,6 +48,10 @@ func Recurse(count)
48
endfunc
49
50
func Test_max_nesting()
51
+ " TODO: why does this fail on Windows? Runs out of stack perhaps?
52
+ if has('win32')
53
+ return
54
+ endif
55
let call_depth_here = 2
56
let ex_depth_here = 5
57
set mfd&
src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
764
765
static int included_patches[] =
766
{ /* Add new patch number below this line */
767
+/**/
768
+ 141,
769
/**/
770
140,
771
0 commit comments