commit | ef2dff52de52c17fe1bd7c06cbb32d8955901f5a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 21 14:54:32 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 21 14:54:32 2020 +0100 |
tree | 4848275973ae52a3983f995a769bc09fd6304326 | |
parent | 6a78f328442073c32d58eafc13ce5a1ca7729eeb [diff] [blame] |
patch 8.2.2177: pattern "^" does not match if first character is combining Problem: Pattern "^" does not match if the first character in the line is combining. (Rene Kita) Solution: Do accept a match at the start of the line. (closes #6963)
diff --git a/src/version.c b/src/version.c index 5ed39fe..05f08e5 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2177, +/**/ 2176, /**/ 2175,