File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -812,7 +812,7 @@ vim_main2(int argc UNUSED, char **argv UNUSED)
812812 starttermcap (); /* start termcap if not done by wait_return() */
813813 TIME_MSG ("start termcap" );
814814#if defined(FEAT_TERMRESPONSE ) && defined(FEAT_MBYTE )
815- may_req_ambiguous_character_width ();
815+ may_req_ambiguous_char_width ();
816816#endif
817817
818818#ifdef FEAT_MOUSE
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ void settmode __ARGS((int tmode));
3535void starttermcap __ARGS ((void ));
3636void stoptermcap __ARGS ((void ));
3737void may_req_termresponse __ARGS ((void ));
38- void may_req_ambiguous_character_width __ARGS ((void ));
38+ void may_req_ambiguous_char_width __ARGS ((void ));
3939int swapping_screen __ARGS ((void ));
4040void setmouse __ARGS ((void ));
4141int mouse_has __ARGS ((int c ));
Original file line number Diff line number Diff line change @@ -3356,7 +3356,7 @@ may_req_termresponse()
33563356 * it must be called immediately after entering termcap mode.
33573357 */
33583358 void
3359- may_req_ambiguous_character_width ()
3359+ may_req_ambiguous_char_width ()
33603360{
33613361 if (u7_status == U7_GET
33623362 && cur_tmode == TMODE_RAW
Original file line number Diff line number Diff line change @@ -738,6 +738,8 @@ static char *(features[]) =
738738
739739static int included_patches [] =
740740{ /* Add new patch number below this line */
741+ /**/
742+ 43 ,
741743/**/
742744 42 ,
743745/**/
You can’t perform that action at this time.
0 commit comments