.cshrc(.tcshrc)をdot.cshrcとdot.tcshrcでもだめっす。 ちなみに、 .cshrc ------------------------ set prompt="%m:%c% " setenv PAGER less set history=50 alias h history ------------------------ .tcshrc ------------------------ source .cshrc ------------------------ です。 .loginはなし。 ・・・どこが悪いんでしょう。たすけて・・・
if version >= 600 " 6.0v later set enc=japan set fencs=iso-2022-jp,utf-8,utf-16,ucs-2-internal,ucs-2 if has('win32') set fileencoding=cp932 set fencs+=euc-jp,cp932 autocmd BufNewFile * set fileencoding=cp932 else set fileencoding=euc-jp set fencs+=cp932,euc-jp autocmd BufNewFile * set fileencoding=euc-jp endif else set fileencoding=japan endif