]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3424: a sequence of spaces is hard to see in list mode v8.2.3424
authorzeertzjq <zeertzjq@outlook.com>
Fri, 10 Sep 2021 14:58:30 +0000 (16:58 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 10 Sep 2021 14:58:30 +0000 (16:58 +0200)
commitf14b8ba1373f569705cb80419248054100b02360
tree57858129c7f87dc01ea87fde7f19133ceaaa9c2b
parent07802044b90b2cbcc64b2dfe235f019d7c37589c
patch 8.2.3424: a sequence of spaces is hard to see in list mode

Problem:    A sequence of spaces is hard to see in list mode.
Solution:   Add the "multispace" option to 'listchars'. (closes #8834)
runtime/doc/options.txt
src/drawline.c
src/message.c
src/screen.c
src/structs.h
src/testdir/test_listchars.vim
src/version.c