commit | d6a98a3a9768568b668f91a53267b36f86b84466 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 12 22:59:51 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 12 22:59:51 2019 +0100 |
tree | 533c6951ac9b5dfe21eb03b83f1bca5abcf85c7b | |
parent | 58e32ab503141e049c0e8c504a379bff8eddffdd [diff] [blame] |
patch 8.1.2297: the ex_vimgrep() function is too long Problem: The ex_vimgrep() function is too long. Solution: Split it in three parts. (Yegappan Lakshmanan, closes #5211)
diff --git a/src/version.c b/src/version.c index 314f164..4987b78 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2297, +/**/ 2296, /**/ 2295,