commit | a5bc38b8c16be93bac900137a5837585006cc8a4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 01 18:03:02 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 01 18:03:02 2018 +0200 |
tree | 0148c64951fbbf6787e1e20a3cedcd7cdef9f210 | |
parent | 91335e5a67aaa9937e65f1e779b9f3f10fd33ee4 [diff] [blame] |
patch 8.1.0231: :help -? goes to help for -+ Problem: :help -? goes to help for -+. Solution: Add -? to list of special cases. (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index e0af020..b826410 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 231, +/**/ 230, /**/ 229,