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 04637e2 commit 636c5d5Copy full SHA for 636c5d5
2 files changed
src/testdir/test_vim9_func.vim
@@ -1506,6 +1506,8 @@ def Test_getbufinfo()
1506
enddef
1507
1508
def Test_getchar()
1509
+ while getchar(0)
1510
+ endwhile
1511
assert_equal(0, getchar(true))
1512
1513
src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
754
755
static int included_patches[] =
756
{ /* Add new patch number below this line */
757
+/**/
758
+ 1607,
759
/**/
760
1606,
761
0 commit comments