Skip to content

Commit 50dc3ec

Browse files
committed
patch 8.2.1993: occasional failure of the netbeans test
Problem: Occasional failure of the netbeans test. Solution: Add "silent!". (Yegappan Lakshmanan, closes #7304)
1 parent 4792a67 commit 50dc3ec

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

src/testdir/test_netbeans.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ func ReadXnetbeans()
3636
let l = readfile("Xnetbeans")
3737
" Xnetbeans may include '0:geometry=' messages in the GUI Vim if the window
3838
" position, size, or z order are changed. Remove these messages because
39-
" these message will break the assert for the output.
39+
" these messages will break the assert for the output.
4040
return filter(l, 'v:val !~ "^0:geometry="')
4141
endfunc
4242

@@ -927,7 +927,7 @@ endfunc
927927
" error.
928928
func Test_nb_bwipe_buffer()
929929
call s:run_server('Nb_bwipe_buffer')
930-
%bwipe!
930+
silent! %bwipe!
931931
sleep 100m
932932
nbclose
933933
endfunc

src/version.c

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

751751
static int included_patches[] =
752752
{ /* Add new patch number below this line */
753+
/**/
754+
1993,
753755
/**/
754756
1992,
755757
/**/

0 commit comments

Comments
 (0)