aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 4cdf5199..2bfa7150 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -30,9 +30,9 @@ endif
" Options dependent on the syntax feature
if has('syntax') && !has('g:syntax_on')
- " Use syntax highlighting with 100 lines of context
+ " Use syntax highlighting with 150 lines of context
silent! syntax enable
- silent! syntax sync minlines=100
+ silent! syntax sync minlines=150
" Opinionated; if the author is using color at all, it will probably be with
" a dark background