comparison runtime/doc/options.txt @ 23952:44be09b25619 v8.2.2518

patch 8.2.2518: 'listchars' should be window-local Commit: https://github.com/vim/vim/commit/eed9d46293f0842aad0d50ff3a526f9a48b12421 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 15 20:38:25 2021 +0100 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)
author Bram Moolenaar <Bram@vim.org>
date Mon, 15 Feb 2021 20:45:04 +0100
parents 4549133c1e77
children 17697c4e5d48
comparison
equal deleted inserted replaced
23951:c58a5a123ca5 23952:44be09b25619
4852 or 'wrapmargin') when 'cpoptions' includes 'L'. See 'listchars' for 4852 or 'wrapmargin') when 'cpoptions' includes 'L'. See 'listchars' for
4853 changing the way tabs are displayed. 4853 changing the way tabs are displayed.
4854 4854
4855 *'listchars'* *'lcs'* 4855 *'listchars'* *'lcs'*
4856 'listchars' 'lcs' string (default "eol:$") 4856 'listchars' 'lcs' string (default "eol:$")
4857 global 4857 global or local to window |global-local|
4858 Strings to use in 'list' mode and for the |:list| command. It is a 4858 Strings to use in 'list' mode and for the |:list| command. It is a
4859 comma separated list of string settings. 4859 comma separated list of string settings.
4860 *lcs-eol* 4860 *lcs-eol*
4861 eol:c Character to show at the end of each line. When 4861 eol:c Character to show at the end of each line. When
4862 omitted, there is no extra character at the end of the 4862 omitted, there is no extra character at the end of the