mirror of
https://github.com/altercation/solarized
synced 2024-11-10 14:24:26 +00:00
fix for macvim taking environment variables when called from mvim
This commit is contained in:
parent
201aefb823
commit
d93e97f05d
1 changed files with 1 additions and 1 deletions
|
@ -404,7 +404,7 @@ endif
|
|||
"}}}
|
||||
" Background value based on termtrans setting "{{{
|
||||
" ---------------------------------------------------------------------
|
||||
if g:solarized_termtrans == 0
|
||||
if (has("gui_running") || g:solarized_termtrans == 0)
|
||||
let s:back = s:base03
|
||||
else
|
||||
let s:back = "NONE"
|
||||
|
|
Loading…
Reference in a new issue