aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-06 20:04:51 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-06 20:04:51 +1200
commit6334ea24776cdb53d8ad017cbc8f749173ca43e6 (patch)
tree46e7f6b81ce053f2efa04522c6a60aab2cf2545b /vim/vimrc
parentMove syntax block up (diff)
downloaddotfiles-6334ea24776cdb53d8ad017cbc8f749173ca43e6.tar.gz
dotfiles-6334ea24776cdb53d8ad017cbc8f749173ca43e6.zip
Add a little more syntax context
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 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