>
> Thanks for the tip.  However setting this variable with iTerm doesn't
> seem to make a difference.  In fact when I launch a new iTerm window I
> tried this:
>
> echo $COLORFGBG
>
> which didn't return anything.  I'll dig around through the iTerm
> settings to see if this is implicitly set somewhere else.  Or am I
> doing something wrong?

How odd.  That variable is definitely the problem over here.  Try the following:

1. run "mvim" from iTerm, type ":!export" when it starts
2. do the same from Terminal.app

Look for any differences in the output.  For me they are the same,
except the instance started from iTerm will have the following
additional entry

declare -x COLORFGBG="7;0"

Can you spot any differences?

Also, I have modified the "Default" bookmark in iTerm so that
"Display" is set to "Dark Background" (to get a dark instead of white
background...with the [default] white background the above variable is
set to "0;15").

Björn

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_mac" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to