On Mar 28, 2:30 pm, Christian Brabandt <[email protected]> wrote: > The solution is to use <c-\><c-o> before issuing the command (see :h > i_CTRL-\_CTRL-O). I am not sure, why amenu uses <C-\><C-O> instead of > <C-O>, but I suspect, there is a reason for that. In case it is not, I > quickly hacked together this patch (attached), which seems to work.
Hi Christian, 1) In unix - With vimrc_example.vim as .vimrc, quitting with <C-\><C-O>:q does not solve the problem. - With vimrc_example.vim completed with Andy's code, quitting with <C- \><C-O>:q does solve the problem 2) In Windows Typing CTRL-\ writes an \ so it does not work. For unix, I guess your patch +Andy's code+using <C-\><C-O>:q to quit would completely solve the problem. I have not tried yet. Best regards Jean Johner -- You received this message from the "vim_dev" 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 To unsubscribe from this group, send email to vim_dev+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
