File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11" A series of tests that can run in one Vim invocation.
22" This makes testing go faster, since Vim doesn't need to restart.
33
4- source shared.vim
5-
64set belloff = all
75source test_assign.vim
86source test_bufline.vim
Original file line number Diff line number Diff line change 11" Tests for setbufline() and getbufline()
22
3- if ! exists (' *GetVimCommand' )
4- source shared.vim
5- endif
3+ source shared.vim
64
75func Test_setbufline_getbufline ()
86 new
Original file line number Diff line number Diff line change @@ -4,9 +4,7 @@ if !has('timers')
44 finish
55endif
66
7- if ! exists (' *WaitFor' )
8- source shared.vim
9- endif
7+ source shared.vim
108
119func MyHandler (timer)
1210 let g: val += 1
Original file line number Diff line number Diff line change @@ -761,6 +761,8 @@ static char *(features[]) =
761761
762762static int included_patches [] =
763763{ /* Add new patch number below this line */
764+ /**/
765+ 1162 ,
764766/**/
765767 1161 ,
766768/**/
You can’t perform that action at this time.
0 commit comments