commit | 60a8de28d11595f4df0419ece8afa7d6accc9fbd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 15 14:33:22 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 15 14:33:22 2019 +0200 |
tree | 0dc410fcff779f8f9f7769f775f7e41d924a0da7 | |
parent | 50bf7ce0c9f8c3ede2d1a02c734beba9d5a0504e [diff] [blame] |
patch 8.1.2035: recognizing octal numbers is confusing Problem: Recognizing octal numbers is confusing. Solution: Introduce scriptversion 4: do not use octal and allow for single quote inside numbers.
diff --git a/src/version.c b/src/version.c index 69c77d8..09baa53 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2035, +/**/ 2034, /**/ 2033,