]> granicus.if.org Git - vim/commit
patch 9.0.1373: wrong text displayed when using both 'linebreak' and 'list' v9.0.1373
authorh-east <h.east.727@gmail.com>
Thu, 2 Mar 2023 18:49:09 +0000 (18:49 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 2 Mar 2023 18:49:09 +0000 (18:49 +0000)
commit194555c001f2b8576483ef34511450b6e9b5e3fd
tree47cada172948f112665c54bd0b3e056ca831c911
parentdb1887ce40452daea8c4e8734ec64202e5f24130
patch 9.0.1373: wrong text displayed when using both 'linebreak' and 'list'

Problem:    Wrong text displayed when using both 'linebreak' and 'list'.
Solution:   Only set "c_extra" to NUL when "p_extra" is not empty. (Hirohito
            Higashi, closes #12065)
src/drawline.c
src/testdir/test_listlbr.vim
src/version.c