Cancel is automatically bound to Esc in GUI prompts, because that's what OS X users are accustomed to.
Fortunately Vim is a highly configurable and hack-friendly, not to mention useful, piece of software, so you can do both things you ask! You can force a single prompt to text mode by :set guioptions+=c and then resetting it to its previos value. You can make a GUI prompt *not* be bound to Esc by *not* using the string "Cancel". Adding a trailing space is enough. Tobia --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
