Re: request: add command line arg to launch with different background

2012-04-18 Thread Phil Dobbin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 18/04/2012 17:19, Srinath wrote: > This is a request, but someone may show me how to modify the mvim > command so that if I do something like: > []$ mvim -bgl > it starts macvim with light background > and > []$mvim -bgd > it starts in dark. > > O

Re: request: add command line arg to launch with different background

2012-04-18 Thread Sylvain Soliman
* Srinath : > This is a request, but someone may show me how to modify the mvim > command so that if I do something like: > []$ mvim -bgl > it starts macvim with light background > and > []$mvim -bgd > it starts in dark. Any reason why: $ mvim -c 'set bg=light' is not doing what you want?

request: add command line arg to launch with different background

2012-04-18 Thread Srinath
This is a request, but someone may show me how to modify the mvim command so that if I do something like: []$ mvim -bgl it starts macvim with light background and []$mvim -bgd it starts in dark. Ofcourse I would only use the command line arg for my personal non- default background. I usually code