On Wednesday, March 20, 2013 9:30:11 AM UTC-5, FlashBurn wrote: > > I found a solution to this problem. All I needed to do is the following: > > > > exe 'normal! copen<cr>" > >
This should NOT work. This should beep at you and fail to do anything, because from normal mode, it will: c - start of the c command, to delete text and enter insert mode o - invalid movement command, should ding and abort the rest of the command Are you sure this is what you did to get it working? -- -- 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 --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
