commit | 28b942a064dd486cc241894b625ab72f5a5c6d1b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 04 22:31:27 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 04 22:31:27 2016 +0200 |
tree | 67e521ca9c1dc67d7948bf27f18f1f4cce12fa47 | |
parent | 8e31fd52ec8be6ef1dc600b637d5f099d55e1715 [diff] [blame] |
patch 7.4.1900 Problem: Using CTRL-] in the help on "{address}." doesn't work. Solution: Recognize an item in {}. (Hirohito Higashi, closes #814)
diff --git a/src/version.c b/src/version.c index b1f4fe4..adbf0ed 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1900, +/**/ 1899, /**/ 1898,