]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3545: setcellwidths() may make 'listchars' or 'fillchars' invalid v8.2.3545
authorzeertzjq <zeertzjq@outlook.com>
Wed, 20 Oct 2021 10:01:15 +0000 (11:01 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 20 Oct 2021 10:01:15 +0000 (11:01 +0100)
commit94358a1e6e640ca5ebeb295efdddd4e92b700673
tree81179f39149f91396d2c5af7c70ed758c326fbce
parent051a40c8d91d4595c69a27375f739367d806a475
patch 8.2.3545: setcellwidths() may make 'listchars' or 'fillchars' invalid

Problem:    setcellwidths() may make 'listchars' or 'fillchars' invalid.
Solution:   Check the value and give an error. (closes #9024)
runtime/doc/eval.txt
src/errors.h
src/mbyte.c
src/optionstr.c
src/testdir/test_utf8.vim
src/version.c