commit | 75b0a888e41bcda4163072f41bb7b5471fef7651 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 24 14:01:56 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 24 14:01:56 2018 +0100 |
tree | 9f328ca4401f9c311bdc5206ea8346fc139b0c8f | |
parent | 8c64a36e40b8746404f7151abe6849393396af10 [diff] [blame] |
patch 8.0.1634: the ex_vimgrep() function is too long Problem: The ex_vimgrep() function is too long. Solution: Split it in smaller functions. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index 4ae79e7..ca668c1 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1634, +/**/ 1633, /**/ 1632,