commit | 9af2bc075169e14fd06ed967d28eac7206d21f36 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Wed May 11 14:15:37 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 11 14:15:37 2022 +0100 |
tree | 9c4228bd6f908932676943b448f81b7e76707d0c | |
parent | a59f2dfd0cf9ee1a584d3de5b7c2d47648e79060 [diff] [blame] |
patch 8.2.4939: matchfuzzypos() with "matchseq" does not have all positions Problem: matchfuzzypos() with "matchseq" does not have all positions. Solution: Also add a position for white space. (closes #10404)
diff --git a/src/version.c b/src/version.c index 0a3a5df..304adc5 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4939, +/**/ 4938, /**/ 4937,