]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1110: composing chars on space wrong when 'listchars' is set v8.1.1110
authorBram Moolenaar <Bram@vim.org>
Thu, 4 Apr 2019 11:28:45 +0000 (13:28 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 4 Apr 2019 11:28:45 +0000 (13:28 +0200)
commite5e4e22c1c15c8c22b14935affe969569acc8df9
tree051197659f151800c889fd04bb8383e543d303fa
parent39b76b7df851608fe4d7179269d3c6736db30733
patch 8.1.1110: composing chars on space wrong when 'listchars' is set

Problem:    Composing chars on space wrong when 'listchars' is set.
Solution:   Do not use "space" and "nbsp" entries of 'listchars' when there is
            a composing character.  (Yee Cheng Chin, closes #4197)
src/screen.c
src/testdir/test_listchars.vim
src/version.c