私のVine4.2の.vimrc タブ設定とか

set expandtab
set tabstop=4
set softtabstop=4
set shiftwidth=4

set encoding=euc-jp
set fileencoding=utf-8
set fileencodings=utf-8,cp932,iso-2022-jp,euc-jp

set nobk