commit | 895d966e341c187ffcf9da88dba193cbfcebf000 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 31 21:57:21 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 31 21:57:21 2019 +0100 |
tree | 7ed600056bc325fbf3772d2ebc555d4116bcf43b | |
parent | 375e3390078e740d3c83b0c118c50d9a920036c7 [diff] [blame] |
patch 8.1.0865: when 'listchars' only contains "nbsp:X" it does not work Problem: When 'listchars' only contains "nbsp:X" it does not work. Solution: Set extra_check when lcs_nbsp is set. (Ralf Schandl, closes #3889)
diff --git a/src/version.c b/src/version.c index 7a02fbd..1bedce1 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 865, +/**/ 864, /**/ 863,