Skip to content

Instantly share code, notes, and snippets.

@qichunren
Created March 29, 2010 02:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save qichunren/347282 to your computer and use it in GitHub Desktop.
Save qichunren/347282 to your computer and use it in GitHub Desktop.
set nu
set autoindent
colorscheme evening
set encoding=utf-8
set fileencodings=utf-8,chinese,latin-1
if has("win32")
set fileencoding=chinese
else
set fileencoding=utf-8
endif
source $VIMRUNTIME/delmenu.vim
source $VIMRUNTIME/menu.vim
language messages zh_CN.utf-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment