commit | 41f0895c6e3c7b921e3c102ad42be52b1be48018 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 22 22:13:49 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 22 22:13:49 2021 +0100 |
tree | e4668b4038b821836524e9fe3b94ec315ee88873 | |
parent | 6bfc475f717aa0412d13163d47ff6210fa611fb5 [diff] [blame] |
patch 8.2.2542: highlight of char beyond line end is not correct Problem: Highlight of char beyond line end is not correct. (Chuan Wei Foo) Solution: Fix counting NUL as one cell. Draw one more character if the EOL is part of the match. (closes #7883)
diff --git a/src/version.c b/src/version.c index d6ee9bb..757a14d 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2542, +/**/ 2541, /**/ 2540,