On 2010-01-20, smu johnson wrote:
> Hi.
>
> In a nutshell, I am having trouble trying to set the insert mode in a vim
> function, and having it "stick" after the statement ends.
>
> what I am trying to accomplish is the equivalent of hitting A, or I in vi.
> (note the caps)
>
> Problem is, once I do normal! I, it automatically escapes out of insert mode
> afterwords. I need it to "stay there" and let a few if statements process.
> Once that happens, I'm hoping to write in text while it's in this mode.
> Something else I am not sure how to do.
:help :startinsert
Regards,
Gary
--
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php