commit | a74fda6f4d21d8e0652e9cfa04dd3e041f779f62 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 19 17:38:03 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 19 17:38:03 2019 +0200 |
tree | 1220a8808f31a0d960ed39fe07e9f67d46849aae | |
parent | 00e192becd50a38cb21a1bc3f86fcc7a21f8ee88 [diff] [blame] |
patch 8.1.2181: highlighting wrong when item follows tab Problem: Highlighting wrong when item follows tab. Solution: Don't use syntax attribute when n_extra is non-zero. (Christian Brabandt, closes #5076)
diff --git a/src/version.c b/src/version.c index aebadab..0fff97d 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2181, +/**/ 2180, /**/ 2179,