Thanks.
I was messing around with my vimrc file and inadvertently added 'set digraph'...
I have now turned that feature off...
James Vega <[EMAIL PROTECTED]> wrote: On Fri, Dec 21, 2007 at 06:12:24AM -0800,
Jeff Lanzarotta wrote:
> When I am in insert mode and I do:
> 'a' then backspace, 'a' then backspace, 'a' then backspace, repeatively, the
> character 'a' is replaced with 'å'.
This is happening because you have the 'digraph' option enabled. When
this option is enabled, you can input unicode characters by typing
{char1} {char2} instead of using {char1}{char2}. This is
described at ":help 'digraphs'".
James
--
GPG Key: 1024D/61326D40 2003-09-02 James Vega
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---