aboutsummaryrefslogtreecommitdiff
path: root/options.vim
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2019-11-19 20:18:41 +0800
committerGitHub <noreply@github.com>2019-11-19 20:18:41 +0800
commit62ea9fbdc073bacaaa1dbbd9769b39e5947f795d (patch)
treed9a45c726f61fff719619c100091e07766b1c819 /options.vim
parent349f1668f041946be1351a63f4736ca384cb8c84 (diff)
Update option synmaxcol
The synmaxcol option must be set to a relatively large value, or syntax highlighting may not work correctly after long lines.
Diffstat (limited to 'options.vim')
-rw-r--r--options.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/options.vim b/options.vim
index f9d9b92..032090a 100644
--- a/options.vim
+++ b/options.vim
@@ -163,5 +163,5 @@ set tildeop
set nojoinspaces
" Text after this column number is not highlighted
-set synmaxcol=200
+set synmaxcol=500
"}