Add default encoding to utf-8, and add support for ucs-bom.

This commit is contained in:
Gea-Suan Lin
2011-02-05 13:19:25 +08:00
parent 61b9e41146
commit 1d79a2ad9e

3
vimrc
View File

@@ -1,7 +1,8 @@
set background=dark
set cindent
set encoding=utf8
set fileencoding=utf8
set fileencodings=utf8,cp950,latin1
set fileencodings=ucs-bom,utf8,cp950,latin1
set hls
set incsearch
set nobomb