set encoding to resolve erInvalid argument: listchars=tab:»·,

This commit is contained in:
Jie Feng 2017-05-05 02:33:35 +08:00
parent 92b63ad882
commit 29b128cc90

2
vimrc
View File

@ -1,5 +1,7 @@
" Use Vim settings, rather then Vi settings (much better!).
" This must be first, because it changes other options as a side effect.
scriptencoding utf-8
set encoding=utf-8
set nocompatible
" TODO: this may not be in the correct place. It is intended to allow overriding <Leader>.