File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -666,12 +666,6 @@ vim_main2(void)
666666
667667 starttermcap (); /* start termcap if not done by wait_return() */
668668 TIME_MSG ("start termcap" );
669- #if defined(FEAT_TERMRESPONSE )
670- # if defined(FEAT_MBYTE )
671- may_req_ambiguous_char_width ();
672- # endif
673- may_req_bg_color ();
674- #endif
675669
676670#ifdef FEAT_MOUSE
677671 setmouse (); /* may start using the mouse */
@@ -801,6 +795,11 @@ vim_main2(void)
801795 /* Requesting the termresponse is postponed until here, so that a "-c q"
802796 * argument doesn't make it appear in the shell Vim was started from. */
803797 may_req_termresponse ();
798+
799+ # if defined(FEAT_MBYTE )
800+ may_req_ambiguous_char_width ();
801+ # endif
802+ may_req_bg_color ();
804803#endif
805804
806805 /* start in insert mode */
Original file line number Diff line number Diff line change @@ -764,6 +764,8 @@ static char *(features[]) =
764764
765765static int included_patches [] =
766766{ /* Add new patch number below this line */
767+ /**/
768+ 567 ,
767769/**/
768770 566 ,
769771/**/
You can’t perform that action at this time.
0 commit comments