commit | 81edd171a9465cf99cede4fa4a7b7bca3d538b0f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 14 13:51:37 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 14 13:51:37 2016 +0200 |
tree | b9276dfffad0c48e92fa949a6d88770f630ea69f | |
parent | ebf7dfa6f121c82f97d2adca3d45fbaba9ad8f7e [diff] [blame] |
patch 7.4.1728 Problem: The help for functions require a space after the "(". Solution: Make CTRL-] on a function name ignore the arguments. (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index 6c94bc6..a8556a8 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1728, +/**/ 1727, /**/ 1726,