commit | 82260afb0ec358f50df9816511f480d455a1cdac | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 20 13:16:22 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 20 13:16:22 2019 +0200 |
tree | ea4e2bb13a8532117eb33f79ae38d3b61af372d6 | |
parent | 2b78ab5d0c91c229715ae140a34978506343bde3 [diff] [blame] |
patch 8.1.2189: syntax highlighting wrong for tab Problem: Syntax highlighting wrong for tab. Solution: Don't clear syntax attribute n_extra is non-zero.
diff --git a/src/version.c b/src/version.c index f11a020..8360988 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2189, +/**/ 2188, /**/ 2187,