commit | b3c9077a5be76cd88b9a0c07b6d6c072d5c8ac3e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 06 16:32:46 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 06 16:32:46 2022 +0100 |
tree | b4b6b7872fa5e5409c6a7730690e4f3df60b347b | |
parent | cf030578b26460643dca4a40e7f2e3bc19c749aa [diff] |
patch 8.2.4891: Vim help presentation could be better Problem: Vim help presentation could be better. Solution: Add an imported file for extra Vim help support. Show highlight names in the color they have.
diff --git a/src/version.c b/src/version.c index d5b3333..57dec85 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4891, +/**/ 4890, /**/ 4889,