commit | 0bbca540f7377889e2154aa5731f6eeffcb5c0cc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 11 13:14:54 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 11 13:14:54 2022 +0000 |
tree | 61cc03237b9266b9c7e436b3997c8110e1b6094d | |
parent | 0d47ad40274ed9c7ace636b2a4063182c905a2b4 [diff] [blame] |
patch 8.2.4062: match highlighting of tab too short Problem: Match highlighting of tab too short. Solution: Do not stop match highlighting if on a Tab. (Christian Brabandt, closes #9507, closes #9500)
diff --git a/src/version.c b/src/version.c index 3fe45ea..36525af 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4062, +/**/ 4061, /**/ 4060,