1
0
forked from aniani/vim

patch 8.2.2309: 0o777 not recognized as octal

Problem:    0o777 not recognized as octal.
Solution:   Use vim_isodigit(). (Ken Takata, closes #7633, closes #7631)
This commit is contained in:
Bram Moolenaar
2021-01-07 19:36:30 +01:00
parent 328eac2b5d
commit c37b655443
3 changed files with 11 additions and 1 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2309,
/**/
2308,
/**/