aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-01-05 04:20:13 +1300
committerTom Ryder <tom@sanctum.geek.nz>2020-01-05 04:20:13 +1300
commitc8630e64e7f3fe900cf5aa66ee712ca15d0aa512 (patch)
tree5e73ccad0d1b82dab55004f1be16a82996669120
parentMerge branch 'release/v8.10.0' into develop (diff)
downloaddotfiles-c8630e64e7f3fe900cf5aa66ee712ca15d0aa512.tar.gz
dotfiles-c8630e64e7f3fe900cf5aa66ee712ca15d0aa512.zip
Remove 'synmaxcol' setting
Let's see if this is still actually a problem.
-rw-r--r--vim/vimrc6
1 files changed, 0 insertions, 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