commit | c37b655443e0a11a77a9f0707e3259ab4b8b3dda | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 07 19:36:30 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 07 19:36:30 2021 +0100 |
tree | f7f0903661e3b4ea4f4b21edbeddd2f22ee44e30 | |
parent | 328eac2b5d1569c57e1130ecb9f7cca733b84d78 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index f39a0d3..f4a1d58 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2309, +/**/ 2308, /**/ 2307,