commit | c17e66c5c0acd5038f1eb3d7b3049b64bb6ea30b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 02 21:38:22 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 02 21:38:22 2020 +0200 |
tree | 580fb479d6dc515270ec050a4913303d2e7fea37 | |
parent | 3ac498c8a1c3570c296093a5d9425b2a3a7cdb29 [diff] [blame] |
patch 8.2.0886: cannot use octal numbers in scriptversion 4 Problem: Cannot use octal numbers in scriptversion 4. Solution: Add the "0o" notation. (Ken Takata, closes #5304)
diff --git a/src/version.c b/src/version.c index 5bee0d8..9a34111 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 886, +/**/ 885, /**/ 884,