commit | 2007dd49f5cb36f944cab1cfbceb0f864e625f74 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 23 13:17:47 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 23 13:17:47 2022 +0000 |
tree | 3269837fb87102d6de40418d1b4ecf7345a43c93 | |
parent | 6a8b13614e5bcb233d20403ae9f008ccba152be3 [diff] [blame] |
patch 8.2.4455: accepting one and zero for second sort() argument is strange Problem: Accepting one and zero for the second sort() argument is strange. Solution: Disallow using one and zero in Vim9 script.
diff --git a/src/version.c b/src/version.c index 5da1833..b5d93fb 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4455, +/**/ 4454, /**/ 4453,