]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2518: 'listchars' should be window-local v8.2.2518
authorBram Moolenaar <Bram@vim.org>
Mon, 15 Feb 2021 19:38:25 +0000 (20:38 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 15 Feb 2021 19:38:25 +0000 (20:38 +0100)
commiteed9d46293f0842aad0d50ff3a526f9a48b12421
treeef3730ca3c0a7ede44fade0ea638975f43a65d5f
parent7c5b3c03699a4ab31f47c24290852d441ea8c12a
patch 8.2.2518: 'listchars' should be window-local

Problem:    'listchars' should be window-local.
Solution:   Make 'listchars' global-local. (Yegappan Lakshmanan, Marco Hinz,
            closes #5206, closes #7850)
20 files changed:
runtime/doc/options.txt
src/buffer.c
src/charset.c
src/drawline.c
src/drawscreen.c
src/evalfunc.c
src/globals.h
src/indent.c
src/message.c
src/misc1.c
src/option.c
src/option.h
src/optiondefs.h
src/optionstr.c
src/proto/screen.pro
src/screen.c
src/structs.h
src/testdir/test_listchars.vim
src/testdir/test_listlbr.vim
src/version.c