From e78d52665f4348678b43ff42d6a63c54b9690f21 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Sun, 24 Nov 2013 02:07:07 +0800 Subject: [PATCH] Add autodetecting for gbk. --- .vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vim/vimrc b/.vim/vimrc index 0d280db..7330989 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -5,7 +5,7 @@ set cursorline set encoding=utf8 set expandtab set fileencoding=utf8 -set fileencodings=ucs-bom,utf8,cp950,latin1 +set fileencodings=ucs-bom,utf8,cp950,gbk,latin1 set guifont=Inconsolata:h12 set hlsearch set ignorecase