commit | 7a3b802bab5add34baae37ec2c1ae7ad2f1693bd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 14 19:53:03 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 14 19:53:03 2022 +0000 |
tree | ee3df570bbef9c13b7291bc9d5d4c562fed27ec2 | |
parent | e4835bf34001471a102528659af009bc46361141 [diff] [blame] |
patch 8.2.4383: Vim9: unused code lines Problem: Vim9: unused code lines. Solution: Rely on either "cctx" or "cstack" to not be NULL.
diff --git a/src/version.c b/src/version.c index bccf8d9..d7cfb17 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4383, +/**/ 4382, /**/ 4381,