1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2020-12-21 14:54:32 +01:00
parent 6a78f32844
commit ef2dff52de
3 changed files with 18 additions and 3 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2177,
/**/
2176,
/**/