Skip to content

Commit

Permalink
winでtermencodingのエラーが出るので設定
Browse files Browse the repository at this point in the history
  • Loading branch information
deris committed Feb 12, 2012
1 parent a01309d commit ba7e97b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vimrc
Expand Up @@ -264,6 +264,7 @@ set directory=$DOTVIM/swap
set tags=./tags,../tags,./*/tags,../../tags,../../../tags,../../../../tags

" 文字コードの自動判定
let &termencoding = &encoding
set encoding=utf-8
set fileencoding=utf-8
set fileencodings=utf-8,ucs-bom,iso-2022-jp-3,iso-2022-jp,eucjp-ms,euc-jisx0213,euc-jp,sjis,cp932
Expand Down

0 comments on commit ba7e97b

Please sign in to comment.