+$Id$
[nethome.git] / .vimrc
diff --git a/.vimrc b/.vimrc
index 4fc1e2f..d671d32 100644 (file)
--- a/.vimrc
+++ b/.vimrc
@@ -1,3 +1,6 @@
+" $Id$
+
+
 if !exists("g:_kratochvil_vimrc")
        let g:_kratochvil_vimrc=1
 
@@ -44,7 +47,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