On 2010-09-08, albert kao wrote:
> On Wed, Sep 8, 2010 at 4:09 PM, Tim Chase <[email protected]> wrote:
> 
>     On 09/08/10 14:24, albert kao wrote:
> 
>         The Esc key running on gvim 7.2 does not work on a windows XP
>         Professional
>         SP3 computer.
>         i.e. pressing the "Esc" key does not exit the current insert mode.
>         "Ctrl-[" does not work either.
> 
> 
>     This sounds suspiciously like a mapping interfering.  First, try starting
>     vim with no startup processed:
> 
>      vim -u NONE
> 
>     and see if you get the same behavior.
> 
>     If so, check your various mappings:
> 
>      :map
>      :map!
> 
>     to see if something is mapped to <esc> or <c-[>
> 
>     -tim
> 
> 
> 
> 
> vim -u NONE
> has no problem with the Esc key and
> 
>  :map
>  :map!
> do not see anything mapped to <esc> or <c-[> .

How about

    gvim -u NONE

?

Regards,
Gary

-- 
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

Reply via email to