commit | 2225ebb48644f3924311b8df02a1319ab7675d42 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 24 15:48:11 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 24 15:48:11 2018 +0200 |
tree | fddac8d374db23ddc07ca360c0bf84427bac4aaf | |
parent | 1c17ffa4611f4efe68c61f7cdd9ed692a866ba75 [diff] [blame] |
patch 8.0.1754: ex_helpgrep() is too long Problem: ex_helpgrep() is too long. Solution: Refactor the function. (Yegappan Lakshmanan, closes #2766)
diff --git a/src/version.c b/src/version.c index 6a4c97d..abf4910 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1754, +/**/ 1753, /**/ 1752,