commit | 00f9e0dbbd3472db217d56639fad9346b9eb3b82 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 15 13:44:12 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 15 13:44:12 2016 +0100 |
tree | c37ec1594ea361649128ab760a5cc44bacd97545 | |
parent | 1abb502635c7f317e05a0cf3ea067101f9d684f5 [diff] [blame] |
patch 7.4.1568 Problem: Using CTRL-] in help on option in parentheses doesn't work. Solution: Skip the "(" in "('". (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index eecbfe1..bfb1968 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1568, +/**/ 1567, /**/ 1566,