File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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="' )
4141endfunc
4242
@@ -927,7 +927,7 @@ endfunc
927927" error.
928928func Test_nb_bwipe_buffer ()
929929 call s: run_server (' Nb_bwipe_buffer' )
930- % bwipe!
930+ silent ! % bwipe!
931931 sleep 100 m
932932 nbclose
933933endfunc
Original file line number Diff line number Diff line change @@ -750,6 +750,8 @@ static char *(features[]) =
750750
751751static int included_patches [] =
752752{ /* Add new patch number below this line */
753+ /**/
754+ 1993 ,
753755/**/
754756 1992 ,
755757/**/
You can’t perform that action at this time.
0 commit comments