1
0
forked from aniani/vim

patch 8.2.2885: searching for \%'> does not match linewise end of line

Problem:    searching for \%'> does not match linewise end of line. (Tim Chase)
Solution:   Match end of line if column is MAXCOL. (closes #8238)
This commit is contained in:
Bram Moolenaar
2021-05-24 22:56:15 +02:00
parent 1e469c72ee
commit 872bee557e
4 changed files with 54 additions and 17 deletions

View File

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