commit | 448f72a78aad3a86a066f269d7e4569679355c46 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 21 21:05:08 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 21 21:05:08 2022 +0100 |
tree | 8885a39c442c41f1a5944cd092a0f6723920dde9 | |
parent | 6669de1b235843968e88844ca6d3c8dec4b01a9e [diff] [blame] |
patch 9.0.0241: "make install" does not install shared syntax file Problem: "make install" does not install shared syntax file. (James McCoy) Solution: Install and uninstall the shared syntax files. (closes #10956)
diff --git a/src/version.c b/src/version.c index 9e77abc..9e0c64c 100644 --- a/src/version.c +++ b/src/version.c
@@ -732,6 +732,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 241, +/**/ 240, /**/ 239,