commit | e843efcc3503b7af838dca3cb9dd2e17d4fc1672 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 22 21:54:44 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 22 21:54:44 2022 +0000 |
tree | c4734aed2a84229f73f5be166da42d802bbae625 | |
parent | b2c72359dce4c4027dc0c05844eb2e76ea947014 [diff] [blame] |
patch 8.2.4449: vim9: function argument of sort() not checked at compile time Problem: vim9: function argument of sort() not checked at compile time. Solution: Add a compile time check.
diff --git a/src/version.c b/src/version.c index 1c99de5..2cc4155 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4449, +/**/ 4448, /**/ 4447,