Set fileencoding to utf-8 to fix listchars
This commit is contained in:
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:<3A>\ ,eol:$
|
||||
set listchars=eol:<3A>,space:<3A>,tab:<3A>\
|
||||
set fileencoding=utf-8
|
||||
set listchars=eol:<3A>,space:<3A>,tab:<3A>\
|
||||
set expandtab
|
||||
set backspace=indent,eol
|
||||
set textwidth=80
|
||||
|
Reference in New Issue
Block a user