aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/config/syntax.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/config/syntax.vim b/vim/config/syntax.vim
index dfa7b784..8cb1228b 100644
--- a/vim/config/syntax.vim
+++ b/vim/config/syntax.vim
@@ -7,7 +7,7 @@ if has('syntax')
" If we can, detect a light background, but default to a dark one
if has('eval') && v:version >= 701
- call detect_background#DetectBackground()
+ silent! call detect_background#DetectBackground()
else
set background=dark
endif