commit | 3bf5e6a4c8eb84b44437d6148428565d44783eed | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 02 22:23:57 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 02 22:23:57 2018 +0200 |
tree | 9afc0f707c95747dc66301d004da3e908e7b3b2d | |
parent | 41c363a3154dd1caeb431fa54748ad48ef6d3bd1 [diff] [blame] |
patch 8.1.0235: more help tags that jump to the wrong location Problem: More help tags that jump to the wrong location. Solution: Add more exceptions and a table for "expr-" tags. (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index 482b38e..f93e099 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 235, +/**/ 234, /**/ 233,