]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3410: crash with linebreak, listchars and large tabstop v8.2.3410
authorBram Moolenaar <Bram@vim.org>
Tue, 7 Sep 2021 18:45:31 +0000 (20:45 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 7 Sep 2021 18:45:31 +0000 (20:45 +0200)
commit89a54b413a8c96206ce7e038dde81a6eff6cd6b8
tree4c4f903381f3e92f8a441443855958c6d2f5a1d6
parent65b605665997fad54ef39a93199e305af2fe4d7f
patch 8.2.3410: crash with linebreak, listchars and large tabstop

Problem:    Crash with linebreak, listchars and large tabstop.
Solution:   Account for different size listchars for a tab. (closes #8841)
src/drawline.c
src/testdir/test_listlbr_utf8.vim
src/version.c