From 9dd74b7898cce5f91fb3821f6d301d5774bc24c8 Mon Sep 17 00:00:00 2001 From: short <> Date: Mon, 15 Aug 2005 02:32:21 +0000 Subject: [PATCH] +"euc-jp" file encoding autodetection. --- .vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 4fc1e2f..6f20711 100644 --- a/.vimrc +++ b/.vimrc @@ -44,7 +44,8 @@ endfunction set encoding=utf-8 set termencoding=utf-8 " fileencoding is detected from fileencodings, first one for empty files -set fileencodings=utf-8,iso-8859-2 +" 'iso-8859-2,euc-jp' really does not work for 'euc-jp' +set fileencodings=utf-8,euc-jp,iso-8859-2 ca X x syntax off -- 1.8.3.1