File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -105,6 +105,19 @@ function Test_tabpage()
105105 call assert_equal (4 , tabpagenr ())
106106 7 tabmove 5
107107 call assert_equal (5 , tabpagenr ())
108+
109+ " The following are a no-op
110+ norm! 2 gt
111+ call assert_equal (2 , tabpagenr ())
112+ tabmove 2
113+ call assert_equal (2 , tabpagenr ())
114+ 2 tabmove
115+ call assert_equal (2 , tabpagenr ())
116+ tabmove 1
117+ call assert_equal (2 , tabpagenr ())
118+ 1 tabmove
119+ call assert_equal (2 , tabpagenr ())
120+
108121 call assert_fails (" 99tabmove" , ' E16:' )
109122 call assert_fails (" +99tabmove" , ' E16:' )
110123 call assert_fails (" -99tabmove" , ' E16:' )
Original file line number Diff line number Diff line change @@ -794,6 +794,8 @@ static char *(features[]) =
794794
795795static int included_patches [] =
796796{ /* Add new patch number below this line */
797+ /**/
798+ 241 ,
797799/**/
798800 240 ,
799801/**/
You can’t perform that action at this time.
0 commit comments