From c8630e64e7f3fe900cf5aa66ee712ca15d0aa512 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 5 Jan 2020 04:20:13 +1300 Subject: Remove 'synmaxcol' setting Let's see if this is still actually a problem. --- vim/vimrc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index 601341f0..ac8958c1 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -707,12 +707,6 @@ endif " set splitbelow splitright -" Limit the number of characters per line that syntax highlighting will -" attempt to match. This is as much an effort to encourage me to break long -" lines and do hard wrapping correctly as it is for efficiency. -" -set synmaxcol=500 - " Vim has an internal list of terminal types that support using smoother " terminal redrawing, and for which 'ttyfast' is normally set, described in " ‘:help 'ttyfast'’. That list includes most of the terminals I use, but -- cgit v1.2.3