]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0865: when 'listchars' only contains "nbsp:X" it does not work v8.1.0865
authorBram Moolenaar <Bram@vim.org>
Thu, 31 Jan 2019 20:57:21 +0000 (21:57 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 31 Jan 2019 20:57:21 +0000 (21:57 +0100)
commit895d966e341c187ffcf9da88dba193cbfcebf000
tree7ed600056bc325fbf3772d2ebc555d4116bcf43b
parent375e3390078e740d3c83b0c118c50d9a920036c7
patch 8.1.0865: when 'listchars' only contains "nbsp:X" it does not work

Problem:    When 'listchars' only contains "nbsp:X" it does not work.
Solution:   Set extra_check when lcs_nbsp is set. (Ralf Schandl, closes #3889)
src/screen.c
src/testdir/test_listchars.vim
src/version.c