On Tue, Nov 11, 2008 at 9:06 AM, Tom Link wrote:
>
>> You'd need to map an alt key combination (like <A-
>> m> for holding ALT and pressing the lowercase m key)
>
> map <a-d> :call TToggleMenu()\|call feedkeys("\<a-d>", "n")<cr>
>
> But this doesn't work because the keys sent by feedkeys() seem to
> bypass the functions responsible for the menus. So how do I open a
> menu from within vimscript? Any ideas?Maybe with :simalt? ~Matt --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
