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