commit | a5c6a0b6c71ae11078cbf6f5e18ce49a0468a117 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 08 20:20:46 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 08 20:20:46 2019 +0200 |
tree | d74ac4cf3dc46facf20a0f24caa4611caa285469 | |
parent | 5416b75031138182387399f8fe5e17a884414e1a [diff] [blame] |
patch 8.1.1299: "extends" from 'listchars' is used when 'list' is off Problem: "extends" from 'listchars' is used when 'list' is off. (Hiroyuki Yoshinaga) Solution: Only use the "extends" character when 'list' is on. (Hirohito Higashi, closes #4360)
diff --git a/src/version.c b/src/version.c index 90f9e87..1ea47db 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1299, +/**/ 1298, /**/ 1297,