mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 00:08:19 +00:00
defaults: set 'listchars' to "tab:> ,trail:-,nbsp:+". #2872
Re: https://github.com/neovim/neovim/issues/2676
This commit is contained in:

committed by
Justin M. Keyes

parent
105a72eabc
commit
be29de1fa2
@@ -515,6 +515,9 @@ void set_init_1(void)
|
||||
/* Parse default for 'fillchars'. */
|
||||
(void)set_chars_option(&p_fcs);
|
||||
|
||||
/* Parse default for 'listchars'. */
|
||||
(void)set_chars_option(&p_lcs);
|
||||
|
||||
/* enc_locale() will try to find the encoding of the current locale. */
|
||||
p = enc_locale();
|
||||
if (p != NULL) {
|
||||
|
Reference in New Issue
Block a user