aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 1c1f2b26..87cf7868 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -47,8 +47,8 @@ endif
if has('syntax')
" Use syntax highlighting with 100 lines of context
- syntax enable
- syntax sync minlines=100
+ silent! syntax enable
+ silent! syntax sync minlines=100
" Use my custom color scheme if possible, otherwise I'm happy with whatever
" the default is, and it usually cares about my background