commit | 7ea9fcb48dcdb07c9eb960ace3cc625fe7c685b2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 24 17:46:12 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 24 17:46:12 2022 +0100 |
tree | 4dafecc4c5d33501997f52e6519bfa0760095903 | |
parent | 5214b294615718cc3f0d2248b76e9970b9fe9d45 [diff] [blame] |
patch 9.0.0257: "->" in ":scriptnames" output not tested yet Problem: "->" in ":scriptnames" output not tested yet. Solution: Add a check.
diff --git a/src/version.c b/src/version.c index ec2f360..c46894d 100644 --- a/src/version.c +++ b/src/version.c
@@ -732,6 +732,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 257, +/**/ 256, /**/ 255,