commit | 872bee557e5f8ab0e4a523a6a845868a2801b17e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 24 22:56:15 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 24 22:56:15 2021 +0200 |
tree | d98b78f7384d6ba1a4861ea8b4911a8a9b2417a9 | |
parent | 1e469c72ee2914fcffbcd49258036acdabd6f500 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index c0729b2..c841e6b 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2885, +/**/ 2884, /**/ 2883,