Set fileencoding to utf-8 to fix listchars
This commit is contained in:
parent
ad01610d52
commit
d3c39ac63c
4
.vimrc
4
.vimrc
@ -29,8 +29,8 @@ set smartcase " Smart case matching.
|
||||
set autowrite " Save before switching buffers.
|
||||
set number
|
||||
set smarttab
|
||||
" set listchars=tab:·\ ,eol:$
|
||||
set listchars=eol:¬,space:·,tab:»\
|
||||
set fileencoding=utf-8
|
||||
set listchars=eol:¬,space:·,tab:»\
|
||||
set expandtab
|
||||
set backspace=indent,eol
|
||||
set textwidth=80
|
||||
|
Loading…
Reference in New Issue
Block a user