mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
patch 8.2.1993: occasional failure of the netbeans test
Problem: Occasional failure of the netbeans test. Solution: Add "silent!". (Yegappan Lakshmanan, closes #7304)
This commit is contained in:
parent
4792a679f9
commit
50dc3ecc64
@ -36,7 +36,7 @@ func ReadXnetbeans()
|
|||||||
let l = readfile("Xnetbeans")
|
let l = readfile("Xnetbeans")
|
||||||
" Xnetbeans may include '0:geometry=' messages in the GUI Vim if the window
|
" Xnetbeans may include '0:geometry=' messages in the GUI Vim if the window
|
||||||
" position, size, or z order are changed. Remove these messages because
|
" 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="')
|
return filter(l, 'v:val !~ "^0:geometry="')
|
||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
@ -927,7 +927,7 @@ endfunc
|
|||||||
" error.
|
" error.
|
||||||
func Test_nb_bwipe_buffer()
|
func Test_nb_bwipe_buffer()
|
||||||
call s:run_server('Nb_bwipe_buffer')
|
call s:run_server('Nb_bwipe_buffer')
|
||||||
%bwipe!
|
silent! %bwipe!
|
||||||
sleep 100m
|
sleep 100m
|
||||||
nbclose
|
nbclose
|
||||||
endfunc
|
endfunc
|
||||||
|
@ -750,6 +750,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1993,
|
||||||
/**/
|
/**/
|
||||||
1992,
|
1992,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user