On Aug 27, 1:55 am, AndyHancock wrote:
> It is often more covenient to use the Windows install of gvim than
> to fire up Cygwin's X-windows to run the Cygwin version of gvim. In
> order to be able to bang out to run bash commands, I have this in my
> vimrc:
>
>shell=c:\cygwin\bin\bash.exe\ -
I goofed in that last post. Echoing the results of shelling out to register a
is done via:
:redir @a
!!ls
:w !cat
:redir END
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Uns
It is often more covenient to use the Windows install of gvim than to fire up
Cygwin's X-windows to run the Cygwin version of gvim. In order to be able to
bang out to run bash commands, I have this in my vimrc:
shell=c:\cygwin\bin\bash.exe\ -i
This allows me to do things like
!!ls
or
3 matches
Mail list logo