
11 Feb
2007
11 Feb
'07
13:45
* Michael Prokop mika@grml.org [070211 12:37]:
- Frank Eisenblaetter feisenbl@gmx.de [20070211 12:13]:
I have a strange problem with vim. When I use backspace to delete some characters while I am in instering mode, there appear blanks or other characters which I definitely not typed. example: [a], [backspace], [a] results in the folowing character å
Feature. That's digraph mode (':he digraphs'). To disable the feature use 'set nodigraph'.
Thanks, this solved it. I definitely need a vim-workshop to improve my vim-skills.
Frank