From 6982f7d3421f7cc1d17551600483d59708aee996 Mon Sep 17 00:00:00 2001 From: short <> Date: Mon, 2 Sep 2002 16:20:27 +0000 Subject: [PATCH] +encoding=utf-8; termencoding=iso-8859-2; fileencodings=utf-8,iso-8859-2 --- .vimrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.vimrc b/.vimrc index 722b45b..6b5e0a4 100644 --- a/.vimrc +++ b/.vimrc @@ -19,6 +19,11 @@ function BufEnter() endif endfunction +set encoding=utf-8 +set termencoding=iso-8859-2 +" fileencoding is detected from fileencodings, first one for empty files +set fileencodings=utf-8,iso-8859-2 + ca X x syntax off set autoindent -- 1.8.3.1