commit | bb01a1ef3a093cdb36877ba73474719c531dc8cb | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Mon Apr 26 21:17:52 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 26 21:17:52 2021 +0200 |
tree | 46d75e2ab284ea6e579e7066edbd3315293f8add | |
parent | 5930ddcd25c3c31a323cdb1b74c228958e124527 [diff] [blame] |
patch 8.2.2813: cannot grep using fuzzy matching Problem: Cannot grep using fuzzy matching. Solution: Add the "f" flag to :vimgrep. (Yegappan Lakshmanan, closes #8152)
diff --git a/src/version.c b/src/version.c index 71fa218..aea6465 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2813, +/**/ 2812, /**/ 2811,