mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 12:49:26 +01:00
vimrc: Use light background with gvim.
This commit is contained in:
parent
6981d88959
commit
07a621c9df
5
vimrc
5
vimrc
@ -87,3 +87,8 @@ set title
|
|||||||
" Flash, do not beep!
|
" Flash, do not beep!
|
||||||
set visualbell
|
set visualbell
|
||||||
" End of copied from http://items.sjbach.com/319/configuring-vim-right
|
" End of copied from http://items.sjbach.com/319/configuring-vim-right
|
||||||
|
|
||||||
|
" gvim has light background
|
||||||
|
if has('gui_running')
|
||||||
|
set background=light
|
||||||
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user