I am having problems with the solarized dark colorscheme showing up correctly on my terminal version of MacVim because I don't want to use the solarized **terminal** theme as well. I just found the `if has("gui_macvim")` statement but it is getting a true also for my terminal version of MacVim. I would be happy solving this with a conditional statement in my .vimrc that looked something like this. <code> if has("terminal_macvim") set background=light endif </code> (This would also have to not break linux vim builds) Does such a thing exist? Can anyone think of another way of solving this? The use case is that I tend to use the terminal version for one off scripts and configs and the GUI version for projects that have some sort of file tree. -- Thanks all, aaron
-- You received this message from the "vim_mac" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php