File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,8 +111,10 @@ func Test_map_completion()
111111 call feedkeys (" :map \<Esc> [17~x f6x\<CR> " , ' xt' )
112112 call feedkeys (" :map <L\<Tab>\<Home> \" \<CR> " , ' xt' )
113113 call assert_equal (' "map <Left>' , getreg (' :' ))
114- call feedkeys (" :map \<Esc> [17~\<Tab>\<Home> \" \<CR> " , ' xt' )
115- call assert_equal (" \" map <F6>x" , getreg (' :' ))
114+ if ! has (' gui_running' )
115+ call feedkeys (" :map \<Esc> [17~\<Tab>\<Home> \" \<CR> " , ' xt' )
116+ call assert_equal (" \" map <F6>x" , getreg (' :' ))
117+ endif
116118 unmap <Left>
117119 call feedkeys (" :unmap \<Esc> [17~x\<CR> " , ' xt' )
118120 set cpo -= <
Original file line number Diff line number Diff line change @@ -767,6 +767,8 @@ static char *(features[]) =
767767
768768static int included_patches [] =
769769{ /* Add new patch number below this line */
770+ /**/
771+ 1268 ,
770772/**/
771773 1267 ,
772774/**/
You can’t perform that action at this time.
0 commit comments