From 8f9a45acc05e17b4171df151b6be16dec24a9e79 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 18 May 2019 17:24:22 +1200 Subject: Add 'synmaxcol' setting --- vim/vimrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vim/vimrc') diff --git a/vim/vimrc b/vim/vimrc index aca5976b..a7c92197 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -168,6 +168,9 @@ set showbreak=... set splitbelow " Below the current window, not above set splitright " Right of the current window, not left +" Don't try to syntax highlight run-on lines +set synmaxcol=500 + " No terminal mouse, even if we could; the manual says to set 't_RV', but I " don't like that " Not in NeoVim -- cgit v1.2.3