Re: Shell command history in VIM?

2006-05-18 Thread Gary Johnson
On 2006-05-18, Wijaya Edward <[EMAIL PROTECTED]> wrote: > Hi, > > Is there a way to enable history view of > all the shell command executed under vim, > i.e. with :! shell_command If you are content to look at them one line at a time, just type :! and then use the up arrow to step through

Re: Shell command history in VIM?

2006-05-18 Thread Yakov Lerner
On 5/18/06, Wijaya Edward <[EMAIL PROTECTED]> wrote: Is there a way to enable history view of all the shell command executed under vim, i.e. with :! shell_command In an indirect way, sort of, yes. You need to, first, pull all history lines (using either redir+:history, or using histget() functi

Re: Shell command history in VIM?

2006-05-18 Thread Peter Palm
Op donderdag 18 mei 2006 16:38, schreef Wijaya Edward: > Hi, > > Is there a way to enable history view of > all the shell command executed under vim, > i.e. with :! shell_command Well, as long as the info is known by vim (see :help viminfo), you could do: q: to open the command-line window and th

Shell command history in VIM?

2006-05-18 Thread Wijaya Edward
Hi, Is there a way to enable history view of all the shell command executed under vim, i.e. with :! shell_command Regards, Edward WIJAYA SINGAPORE Institute For Infocomm Research - Disclaimer - This email is confidential and may be privileged. If you are not the int