commit | 83a52171ba00b2b9fd2d1d22a07e38fc9fc69c1e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 16 22:41:54 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 16 22:41:54 2019 +0100 |
tree | 5b8e1eaf85ad03ccaa27aec30fff6775bef44d71 | |
parent | 500f36108031c75befb6a04cac2ceeb592d8cf00 [diff] [blame] |
patch 8.1.0759: showing two characters for tab is limited Problem: Showing two characters for tab is limited. Solution: Allow for a third character for "tab:" in 'listchars'. (Nathaniel Braun, Ken Takata, closes #3810)
diff --git a/src/version.c b/src/version.c index 710c024..c4c5969 100644 --- a/src/version.c +++ b/src/version.c
@@ -796,6 +796,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 759, +/**/ 758, /**/ 757,