Merge changes from origin/master

Update vimrc
This commit is contained in:
Eryn Wells 2012-08-07 13:10:45 -07:00
parent c24d310f2e
commit cc8e0fe12c

7
vimrc
View file

@ -107,13 +107,12 @@ endif
" use solarized colorscheme if the terminal can support it (or we're in a GUI)
let g:solarized_termtrans=1
let g:solarized_visibility='low'
if has('gui_running')
if has('gui')
set bg=light
colorscheme solarized
else
set bg=dark
colorscheme solarized
endif
colorscheme solarized
" tell SnipMate who I am
let g:snips_author = 'Eryn Wells <eryn@erynwells.me>'
@ -134,7 +133,7 @@ if has('gui_running')
set guifont=Inconsolata\ 14
endif
set guioptions-=T " turn off toolbar
set guioptions-=m " turn off toolbar
set guioptions-=m " turn off menubar
endif
nmap <F3> :GundoToggle<CR>