Skip to content

Commit

Permalink
update vim file encodings
Browse files Browse the repository at this point in the history
  • Loading branch information
yu-weijun committed Apr 2, 2020
1 parent ff800d8 commit bd513ff
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions plugin/vimim.vim
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@ let s:VimIM += [" ==== initialization ==== {{{"]
" =================================================

function! s:vimim_bare_bones_vimrc()
set cpoptions=Bce$ go=cirMehf shm=aoOstTAI noloadplugins
set gcr=a:blinkon0 shellslash noswapfile hlsearch viminfo=
set fencs=ucs-bom,utf8,chinese,gb18030 gfn=Courier_New:h12:w7
set enc=utf8 gfw=YaHei_Consolas_Hybrid,NSimSun-18030
set fileencodings=utf8,chinese,gb18030
set cpoptions=Bce$ guioptions=cirMehf shm=aoOstTAI noloadplugins
endfunction

if exists("g:Vimim_profile") || &iminsert == 1 || v:version < 700
Expand Down

0 comments on commit bd513ff

Please sign in to comment.