Modern Vim and Latin2
=====================

It's probably obvious but I have had some problems with newer version of the
Vim and my older TeX files - I have almost all of my presentations for my
teaching in the LaTeX format with the in ISO8859-2 encoding. The "set
fileencoding=latin2" worked but recently I noticed that it does not work.

So one has to use "set fileencodings=utf-8,latin2" in the .vimrc file. That's
all.

If you are curious: yes, I still use the old "cslatex" format from early 1990s.