From be29de1fa2b2dde54f4e43bc12d8bb7a46845308 Mon Sep 17 00:00:00 2001 From: Felipe Morales Date: Sat, 20 Jun 2015 17:16:10 -0300 Subject: defaults: set 'listchars' to "tab:> ,trail:-,nbsp:+". #2872 Re: https://github.com/neovim/neovim/issues/2676 --- runtime/doc/options.txt | 3 ++- runtime/doc/vim_diff.txt | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'runtime/doc') diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index e8c844f7d2..e4719c3065 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -4154,7 +4154,8 @@ A jump table for the options with a short description can be found at |Q_op|. changing the way tabs are displayed. *'listchars'* *'lcs'* -'listchars' 'lcs' string (default "eol:$") +'listchars' 'lcs' string (default: "tab:> ,trail:-,nbsp:+" + Vi default: "eol:$") global Strings to use in 'list' mode and for the |:list| command. It is a comma separated list of string settings. diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 5d4e6861f5..2edc10486c 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -39,6 +39,7 @@ these differences. - 'hlsearch' is set by default - 'incsearch' is set by default - 'langnoremap' is set by default +- 'listchars' defaults to "tab:> ,trail:-,nbsp:+" - 'mouse' defaults to "a" - 'nocompatible' is always set - 'nrformats' defaults to "hex" -- cgit