]> granicus.if.org Git - vim/commitdiff
patch 8.2.1993: occasional failure of the netbeans test v8.2.1993
authorBram Moolenaar <Bram@vim.org>
Mon, 16 Nov 2020 17:39:43 +0000 (18:39 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 16 Nov 2020 17:39:43 +0000 (18:39 +0100)
Problem:    Occasional failure of the netbeans test.
Solution:   Add "silent!". (Yegappan Lakshmanan, closes #7304)

src/testdir/test_netbeans.vim
src/version.c

index 490e528c43048a53ff081fa20a22393bbdbf6eeb..d56b4683fbd5e7a84aaa51378b836f4cf450207e 100644 (file)
@@ -36,7 +36,7 @@ func ReadXnetbeans()
   let l = readfile("Xnetbeans")
   " Xnetbeans may include '0:geometry=' messages in the GUI Vim if the window
   " position, size, or z order are changed.  Remove these messages because
-  " these message will break the assert for the output.
+  " these messages will break the assert for the output.
   return filter(l, 'v:val !~ "^0:geometry="')
 endfunc
 
@@ -927,7 +927,7 @@ endfunc
 " error.
 func Test_nb_bwipe_buffer()
   call s:run_server('Nb_bwipe_buffer')
-  %bwipe!
+  silent! %bwipe!
   sleep 100m
   nbclose
 endfunc
index 0d9cf7007459a1a6ed2f79e249a6e68e6cf27a3f..3ab3ab4d04cff36c66fff4f310088d9a2a01a0d1 100644 (file)
@@ -750,6 +750,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1993,
 /**/
     1992,
 /**/