commit | 5ece3e359c4b96d0f9bf1ce690223545f40f34b8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 01 14:35:02 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 01 14:35:02 2017 +0200 |
tree | 2ea61f5f760f534f3e0e2578fae00d1fc1256ace | |
parent | 0aa398f55a327282c70f56e0bac2dcb9521da378 [diff] [blame] |
patch 8.0.1169: highlignting one char too many with 'list' and 'cul' Problem: Highlignting one char too many with 'list' and 'cul'. Solution: Check for 'list' being active. (Ozaki Kiichi, closes #2177)
diff --git a/src/version.c b/src/version.c index a129ec9..23859a1 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1169, +/**/ 1168, /**/ 1167,