Merge branch 'master' of github.com:hophacker/dotfiles

* 'master' of github.com:hophacker/dotfiles:
  set encoding to resolve erInvalid argument: listchars=tab:»·,
This commit is contained in:
hophacker 2017-05-06 11:23:58 +08:00
commit 013405a3a6

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>.