File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -2573,7 +2573,7 @@ check_tty(mparm_T *parmp)
25732573 * Note that the message is shown on a Cygwin terminal (e.g.
25742574 * mintty) which encoding is based on $LC_ALL or etc., not the
25752575 * current codepage used by normal Win32 console programs. */
2576- tofree = s = enc_locale_env (NULL );
2576+ tofree = s = ( char * ) enc_locale_env (NULL );
25772577 if (s == NULL )
25782578 s = "utf-8" ; /* Use "utf-8" by default. */
25792579 (void )bind_textdomain_codeset (VIMPACKAGE , s );
Original file line number Diff line number Diff line change @@ -761,6 +761,8 @@ static char *(features[]) =
761761
762762static int included_patches [] =
763763{ /* Add new patch number below this line */
764+ /**/
765+ 1157 ,
764766/**/
765767 1156 ,
766768/**/
You can’t perform that action at this time.
0 commit comments