Skip to content

Commit

Permalink
Fix solarized if statement
Browse files Browse the repository at this point in the history
endif came before setting all options
  • Loading branch information
sbennett18 committed Sep 5, 2013
1 parent db3e8ca commit c662fc5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,12 @@

if filereadable(expand("~/.vim/bundle/vim-colors-solarized/colors/solarized.vim"))
let g:solarized_termcolors=256
color solarized " Load a colorscheme
endif
let g:solarized_termtrans=1
let g:solarized_contrast="high"
let g:solarized_visibility="high"
color solarized " Load a colorscheme
endif

set tabpagemax=15 " Only show 15 tabs
set showmode " Display the current mode

Expand Down

0 comments on commit c662fc5

Please sign in to comment.