commit | 0c359af5c0fd106d3f57cc0bb7cef1c89b5e1e10 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 29 19:18:57 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 29 19:18:57 2021 +0000 |
tree | 81e741e604559a6f4d2ade79da6dfa5a602840b3 | |
parent | 0b74d00693f2ff5f45cb5808197df7d1aaa5cb41 [diff] [blame] |
patch 8.2.3698: match highlighting continues over breakindent Problem: Match highlighting continues over breakindent. Solution: Stop before the end column. (closes #9242)
diff --git a/src/version.c b/src/version.c index b4eda3e..c032ee8 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3698, +/**/ 3697, /**/ 3696,