commit | 4525a57afbea3e0885642bbebbc24d5a25c97da9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 13 11:57:33 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 13 11:57:33 2022 +0000 |
tree | 07b93a0afe6a961eb45da55d6af24b99337ff93b | |
parent | 4d03d870007c593bce2cfa8d0a6597ca3a20fa35 [diff] [blame] |
patch 8.2.4367: calling in_vim9script() multiple times Problem: Calling in_vim9script() multiple times. Solution: Call it once and keep the result.
diff --git a/src/version.c b/src/version.c index 7212b63..9daa359 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4367, +/**/ 4366, /**/ 4365,