File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1639,14 +1639,14 @@ func Test_BufReadCmd()
16391639endfunc
16401640
16411641func SetChangeMarks (start , end )
1642- exe a: start . ' mark ['
1643- exe a: end . ' mark ]'
1642+ exe a: start . . ' mark ['
1643+ exe a: end . . ' mark ]'
16441644endfunc
16451645
16461646" Verify the effects of autocmds on '[ and ']
16471647func Test_change_mark_in_autocmds ()
16481648 edit ! Xtest
1649- call feedkeys (" ia\<CR> b\<CR> c\<CR> d\<C-g> u" , ' xtn' )
1649+ call feedkeys (" ia\<CR> b\<CR> c\<CR> d\<C-g> u\<Esc> " , ' xtn' )
16501650
16511651 call SetChangeMarks (2 , 3 )
16521652 write
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+ 2355 ,
753755/**/
754756 2354 ,
755757/**/
You can’t perform that action at this time.
0 commit comments