From 6334ea24776cdb53d8ad017cbc8f749173ca43e6 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 6 Jun 2018 20:04:51 +1200 Subject: Add a little more syntax context --- vim/vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vim') 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 -- cgit v1.2.3