commit | e27d6e6382795e86ea4dd3a86396350a4c29b6fb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 30 15:05:30 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 30 15:05:30 2022 +0100 |
tree | 2c76d9ecffc444e93d273c19ccb9a39743d51b5e | |
parent | 976f859763b215050a03248dbc2bb62fa5d0d059 [diff] [blame] |
patch 9.0.0328: OLD_DIGRAPHS is unused Problem: OLD_DIGRAPHS is unused. Solution: Remove OLD_DIGRAPHS. Also drop HPUX_DIGRAPHS.
diff --git a/src/version.c b/src/version.c index 92a9f3a..5107549 100644 --- a/src/version.c +++ b/src/version.c
@@ -708,6 +708,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 328, +/**/ 327, /**/ 326,