Add default encoding to utf-8, and add support for ucs-bom.
This commit is contained in:
3
vimrc
3
vimrc
@@ -1,7 +1,8 @@
|
|||||||
set background=dark
|
set background=dark
|
||||||
set cindent
|
set cindent
|
||||||
|
set encoding=utf8
|
||||||
set fileencoding=utf8
|
set fileencoding=utf8
|
||||||
set fileencodings=utf8,cp950,latin1
|
set fileencodings=ucs-bom,utf8,cp950,latin1
|
||||||
set hls
|
set hls
|
||||||
set incsearch
|
set incsearch
|
||||||
set nobomb
|
set nobomb
|
||||||
|
|||||||
Reference in New Issue
Block a user