Skip to content

Commit

Permalink
Detect MacVim correctly for setting transparency
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael committed Jan 31, 2013
1 parent 4fd14e5 commit 2600142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vimrc
Expand Up @@ -22,7 +22,7 @@ if has("gui_gtk2")
else
set guifont=Cousine\ for\ Powerline:h13
endif
if has("gui_running")
if has("gui_macvim")
set transparency=10
endif
set guioptions-=T " turns off toolbar
Expand Down

0 comments on commit 2600142

Please sign in to comment.