aboutsummaryrefslogtreecommitdiff
path: root/vim/autoload/detect_background.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/autoload/detect_background.vim')
-rw-r--r--vim/autoload/detect_background.vim3
1 files changed, 1 insertions, 2 deletions
diff --git a/vim/autoload/detect_background.vim b/vim/autoload/detect_background.vim
index c010dc53..e4163a43 100644
--- a/vim/autoload/detect_background.vim
+++ b/vim/autoload/detect_background.vim
@@ -9,8 +9,7 @@
" Author: Tom Ryder <tom@sanctum.geek.nz>
" License: Same as Vim itself
"
-if exists('g:loaded_detect_background')
- \ || &compatible
+if exists('g:loaded_detect_background') || &compatible
finish
endif
let g:loaded_detect_background = 1