We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ec96c9 commit 9cf39ccCopy full SHA for 9cf39cc
2 files changed
src/main.c
@@ -2573,7 +2573,7 @@ check_tty(mparm_T *parmp)
2573
* Note that the message is shown on a Cygwin terminal (e.g.
2574
* mintty) which encoding is based on $LC_ALL or etc., not the
2575
* current codepage used by normal Win32 console programs. */
2576
- tofree = s = enc_locale_env(NULL);
+ tofree = s = (char *)enc_locale_env(NULL);
2577
if (s == NULL)
2578
s = "utf-8"; /* Use "utf-8" by default. */
2579
(void)bind_textdomain_codeset(VIMPACKAGE, s);
src/version.c
@@ -761,6 +761,8 @@ static char *(features[]) =
761
762
static int included_patches[] =
763
{ /* Add new patch number below this line */
764
+/**/
765
+ 1157,
766
/**/
767
1156,
768
0 commit comments