- add fix for #231124

This commit is contained in:
Karsten Hopp 2008-02-25 15:27:41 +00:00
parent 7e56942fb9
commit 8f344ab437

2
vimrc
View File

@ -1,5 +1,5 @@
if v:lang =~ "utf8$" || v:lang =~ "UTF-8$"
set fileencodings=utf-8,latin1
set fileencodings=ucs-bom,utf-8,latin1
endif
set nocompatible " Use Vim defaults (much better!)