commit | 058ee7c5699ef551be5aa04c66b3cffc436e9b08 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 23 20:00:42 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 23 20:00:42 2022 +0000 |
tree | dbbbe541896100feb0b0c0659def29d4dc1a3906 | |
parent | 2a7aa834583dea157eccf3e69827d2ff1d9fe9c7 [diff] [blame] |
patch 8.2.4198: Vim9: the switch for executing instructions is too long Problem: Vim9: the switch for executing instructions is too long. Solution: Move some code to separate functions.
diff --git a/src/version.c b/src/version.c index 42e313c..d483b9a 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4198, +/**/ 4197, /**/ 4196,