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 74e54fc commit c61cb8bCopy full SHA for c61cb8b
src/testdir/test_eval_stuff.vim
@@ -66,7 +66,7 @@ endfunc
66
67
func Test_for_invalid()
68
call assert_fails("for x in 99", 'E714:')
69
- call assert_fails("for x in 'asdf'", 'E714:')
+ call assert_fails("for x in function('winnr')", 'E714:')
70
call assert_fails("for x in {'a': 9}", 'E714:')
71
72
if 0
src/version.c
@@ -750,6 +750,8 @@ static char *(features[]) =
750
751
static int included_patches[] =
752
{ /* Add new patch number below this line */
753
+/**/
754
+ 2659,
755
/**/
756
2658,
757
0 commit comments