]> granicus.if.org Git - vim/commit
patch 8.1.2245: third character of 'listchars' tab shows in wrong place v8.1.2245
authorBram Moolenaar <Bram@vim.org>
Sun, 3 Nov 2019 14:46:48 +0000 (15:46 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 3 Nov 2019 14:46:48 +0000 (15:46 +0100)
commit2f7b7b1e123d505637d21e0df28eb9e92667479c
treebdfe8422655ff8f6e695b15794ff12d02f2bda2d
parent82cf7f6df751505da285815a791463a049587849
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)
src/drawline.c
src/testdir/test_breakindent.vim
src/version.c