commit | 8ded5b647aa4b3338da721b343e0bce0f86655f6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Oct 23 16:50:30 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 23 16:50:30 2020 +0200 |
tree | b45ef3d0d5e9122ed6132b3a1ffcfee22caed81e | |
parent | 9c24cd11e2048e16e25271a7a7dbef4593890a18 [diff] [blame] |
patch 8.2.1893: fuzzy matching does not support multiple words Problem: Fuzzy matching does not support multiple words. Solution: Add support for matching white space separated words. (Yegappan Lakshmanan, closes #7163)
diff --git a/src/version.c b/src/version.c index 297d5b4..fa1e0fd 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1893, +/**/ 1892, /**/ 1891,