Hi! Why something like this doesn't work: set editor=`if test $DISPLAY ; then echo gvim -c ":normal 2/^$/" +nohlsearch %s ; else echo vim -c ":normal 2/^$/" +nohlsearch %s ; fi` It's all in one line. Mutt complains about unknown -c option (!). I've tried to quote it and escape it somehow but it just doesn't work. -- Tomasz Olszewski [EMAIL PROTECTED]
- Re: The editor variable Caster
- Re: The editor variable Bob Bell
- Re: The editor variable jjtoth
- Re: The editor variable Michael Elkins
- Re: The editor variable Caster