]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2454: leading space can not be made visible v8.2.2454
authorBram Moolenaar <Bram@vim.org>
Wed, 3 Feb 2021 14:58:13 +0000 (15:58 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 3 Feb 2021 14:58:13 +0000 (15:58 +0100)
commit91478ae49a1b2dc1de63821db731a343e855dcc0
tree1712c04276688e7664769ca084a5f9a4f76d7ac4
parent148be9bc1cca16ce47ad21563f5835682001f9a2
patch 8.2.2454: leading space can not be made visible

Problem:    Leading space can not be made visible.
Solution:   Add "lead:" to 'listchars'. (closes #7772)
runtime/doc/options.txt
src/drawline.c
src/globals.h
src/message.c
src/screen.c
src/testdir/test_listchars.vim
src/version.c