diff options
| author | jdhao <jdhao@hotmail.com> | 2019-11-19 20:18:41 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-19 20:18:41 +0800 |
| commit | 62ea9fbdc073bacaaa1dbbd9769b39e5947f795d (patch) | |
| tree | d9a45c726f61fff719619c100091e07766b1c819 | |
| parent | 349f1668f041946be1351a63f4736ca384cb8c84 (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.
| -rw-r--r-- | options.vim | 2 |
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 "} |
