Re: Toggle case function not working properly
The toggle case function '~' does not work properly except for English letters, so any letters that are not in the 7-bit ASCII standard will not be switched between upper and lower case.
In this day of Unicode this is improper behavior, especially considering that Vim does not have any problem with this. I hope some-one can point me to a work-around or a fix