File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -673,15 +673,16 @@ func TerminalTmap(remap)
673673 else
674674 tnoremap 123 456
675675 endif
676- tmap 456 abcde
676+ " don't use abcde, it's an existing command
677+ tmap 456 abxde
677678 call assert_equal (' 456' , maparg (' 123' , ' t' ))
678- call assert_equal (' abcde ' , maparg (' 456' , ' t' ))
679+ call assert_equal (' abxde ' , maparg (' 456' , ' t' ))
679680 call feedkeys (" 123" , ' tx' )
680681 let g: buf = buf
681- call WaitFor (" term_getline(g:buf,term_getcursor(g:buf)[0]) =~ 'abcde \\ |456'" )
682+ call WaitFor (" term_getline(g:buf,term_getcursor(g:buf)[0]) =~ 'abxde \\ |456'" )
682683 let lnum = term_getcursor (buf )[0 ]
683684 if a: remap
684- call assert_match (' abcde ' , term_getline (buf , lnum))
685+ call assert_match (' abxde ' , term_getline (buf , lnum))
685686 else
686687 call assert_match (' 456' , term_getline (buf , lnum))
687688 endif
Original file line number Diff line number Diff line change @@ -771,6 +771,8 @@ static char *(features[]) =
771771
772772static int included_patches [] =
773773{ /* Add new patch number below this line */
774+ /**/
775+ 1367 ,
774776/**/
775777 1366 ,
776778/**/
You can’t perform that action at this time.
0 commit comments