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 d955a09 commit adfc5c2Copy full SHA for adfc5c2
2 files changed
src/testdir/test_netbeans.vim
@@ -27,6 +27,7 @@ func Nb_basic(port)
27
28
" Opening Makefile will result in a setDot command
29
call WaitFor('len(readfile("Xnetbeans")) > 4')
30
+ call WaitFor('getcurpos()[1] == 2')
31
let pos = getcurpos()
32
call assert_equal(2, pos[1])
33
call assert_equal(20, pos[2])
src/version.c
@@ -758,6 +758,8 @@ static char *(features[]) =
758
759
static int included_patches[] =
760
{ /* Add new patch number below this line */
761
+/**/
762
+ 2108,
763
/**/
764
2107,
765
0 commit comments