summaryrefslogtreecommitdiff
path: root/src/testdir/test_netbeans.vim
diff options
context:
space:
mode:
Diffstat (limited to 'src/testdir/test_netbeans.vim')
-rw-r--r--src/testdir/test_netbeans.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testdir/test_netbeans.vim b/src/testdir/test_netbeans.vim
index 490e528c4..d56b4683f 100644
--- a/src/testdir/test_netbeans.vim
+++ b/src/testdir/test_netbeans.vim
@@ -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