1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 10:20:05 +08:00

Set encoding

This commit is contained in:
wsdjeg 2018-05-10 21:39:04 +08:00
parent f03c8efe5c
commit 2af98617bc

View File

@ -6,7 +6,6 @@
" License: GPLv3
"=============================================================================
scriptencoding utf-8
let s:SYSTEM = SpaceVim#api#import('system')
" Fsep && Psep
@ -63,7 +62,9 @@ if s:SYSTEM.isWindows
else
" set default encoding to utf-8
set encoding=utf-8
set termencoding=utf-8
set fileencoding=utf-8
set fileencodings=utf-8,ucs-bom,gb18030,gbk,gb2312,cp936
endif
scriptencoding utf-8