commit | 2f7b7b1e123d505637d21e0df28eb9e92667479c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 03 15:46:48 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 03 15:46:48 2019 +0100 |
tree | bdfe8422655ff8f6e695b15794ff12d02f2bda2d | |
parent | 82cf7f6df751505da285815a791463a049587849 [diff] [blame] |
patch 8.1.2245: third character of 'listchars' tab shows in wrong place Problem: Third character of 'listchars' tab shows in wrong place when 'breakindent' is set. Solution: Set c_final to NUL. (Naruhiko Nishino, closes #5165)
diff --git a/src/version.c b/src/version.c index 5f009e3..d7c8c8b 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2245, +/**/ 2244, /**/ 2243,