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 0e19fc0 commit 9a91c7aCopy full SHA for 9a91c7a
src/charset.c
@@ -1907,8 +1907,7 @@ vim_str2nr(
1907
pre = 0; /* can't be octal */
1908
break;
1909
}
1910
- if (ptr[n] >= '0')
1911
- pre = '0'; /* assume octal */
+ pre = '0'; /* assume octal */
1912
if (n == maxlen)
1913
1914
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
+ 1229,
766
/**/
767
1228,
768
0 commit comments