Skip to content

Commit adfc5c2

Browse files
committed
patch 7.4.2108
Problem: Netbeans test is flaky. Solution: Wait for the cursor to be positioned.
1 parent d955a09 commit adfc5c2

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/testdir/test_netbeans.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ func Nb_basic(port)
2727

2828
" Opening Makefile will result in a setDot command
2929
call WaitFor('len(readfile("Xnetbeans")) > 4')
30+
call WaitFor('getcurpos()[1] == 2')
3031
let pos = getcurpos()
3132
call assert_equal(2, pos[1])
3233
call assert_equal(20, pos[2])

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -758,6 +758,8 @@ static char *(features[]) =
758758

759759
static int included_patches[] =
760760
{ /* Add new patch number below this line */
761+
/**/
762+
2108,
761763
/**/
762764
2107,
763765
/**/

0 commit comments

Comments
 (0)