On Fri, Apr 9, 2010 at 11:44 AM, Ben Kim <[email protected]> wrote:
...
> When I use the right arrow key to go to the next word, after a delay of a
> second, the cursor goes to the next character.
>
> For example, with this code:
>
> <cfif page
>
> I begin from the head of the line and move to "p". The cursor stays there
> for a second but then moves automatically to "a".
>
>
> The problem happens regardless of the file type (perl, coldfusion,...) Over
> the years I installed and removed various scripts and plugins - I guess this
> behavior must be related with xml or html tag matching, but am not sure.

What happens when you start Vim using:
gvim --noplugin your_file

If the problem goes away, then you know it is a plugin you installed.

You can also look for imaps related to that key by running:
:imap <right>

HTH,
Dave

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Subscription settings: http://groups.google.com/group/vim_use/subscribe?hl=en

Reply via email to