Jeff Lanzarotta wrote:
> Hello,
> 
> My version of Vim is the latest and greatest version from version 
> control which includes patches 1-175.  This version was compiled using 
> Borland C++ 5.5 under Windows XP.
> 
> The issue I am having is with the characters 'a' and 'e'...
> 
> 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 'å'.
> 
> When I am in insert mode and I do:
> 'e' then backspace then 'a', then 'e' then backspace then 'a', 
> repeatively, the character 'e' is replaced with 'æ'.
> 
> This is weird.  Has anyone else seen this?
> 
> Thanks,
> 
> Jeff
> 
> 
> -Jef

        :set nodigraph

see
        :help digraphs-use

I suspect that you have a ":set digraph" line in your vimrc, which makes 
<character><BS><character> active (in addition to the always-available 
<Ctrl-K><character><character>) as an additional method of producing foreign 
characters by means of digraphs. If you have that line, remove it to disable 
the strange behaviour you've been seeing. You'll still be able to use the 
other (Ctrl-K prefix) method, which won't interfere with your use of the 
backspace key.

(Note: aa is the digraph for the letter å, and ae for æ.)


Best regards,
Tony.
-- 
"But don't you worry, its for a cause -- feeding global corporations
paws."

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Raspunde prin e-mail lui