aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-18 17:24:22 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-18 17:24:22 +1200
commit8f9a45acc05e17b4171df151b6be16dec24a9e79 (patch)
treef1824a02733d0c99cf5475cc59d7b550a5add83a
parentSpell check tweaking (diff)
downloaddotfiles-8f9a45acc05e17b4171df151b6be16dec24a9e79.tar.gz
dotfiles-8f9a45acc05e17b4171df151b6be16dec24a9e79.zip
Add 'synmaxcol' setting
-rw-r--r--vim/vimrc3
1 files changed, 3 insertions, 0 deletions
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