Hello I've removed my Vim 6.4 completly and installed full 8 MB Vim7 for Windows XP. I'm from Poland and with default configuration Vim7 sets almost everything correctly - encoding cp1250, keyboard mapping is ok. :lang shows "Polish" for every variable, except "LC_CTYPE=C".
There is a problem when I want to use [[:alpha:]] for regex patterns, because it is based on LC_CTYPE variable. When it's set to "C" it uses basic latin1 character set [A-Za-z] and doesn't include polish characetrs - (ąźć...). I've tried to set :lang ctype "Polish", "PL_pl", "pl_PL" - nothing happens - [::alpha::] is still latin1 based. I didn't have this problem with Vim 6.4 (:lang ctype was "pl_PL" set default). Thanks in advance Tomasz Kalkosiński
