Swap scheme back with note.
This commit is contained in:
parent
a587a398a3
commit
4809e7ce6b
2 changed files with 3 additions and 2 deletions
2
gvimrc
2
gvimrc
|
@ -12,5 +12,3 @@ set background=dark
|
||||||
set anti
|
set anti
|
||||||
set guioptions-=r
|
set guioptions-=r
|
||||||
set guioptions-=b
|
set guioptions-=b
|
||||||
|
|
||||||
colorscheme solarized
|
|
||||||
|
|
3
vimrc
3
vimrc
|
@ -117,3 +117,6 @@ if has('gui_macvim')
|
||||||
|
|
||||||
command! -bar -nargs=1 OpenWith call s:OpenWith(<f-args>)
|
command! -bar -nargs=1 OpenWith call s:OpenWith(<f-args>)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
" make sure to set TERM to xterm-256color in terminal program or app
|
||||||
|
colorscheme solarized
|
||||||
|
|
Loading…
Reference in a new issue