Re: Debug the skipping of .bashrc when bang out from vim PC version

2012-08-27 Thread Andy
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\ -

Re: Debug the skipping of .bashrc when bang out from vim PC version

2012-08-26 Thread Andy
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

Debug the skipping of .bashrc when bang out from vim PC version

2012-08-26 Thread Andy
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