diff options
| author | jdhao <jdhao@hotmail.com> | 2022-10-19 20:52:09 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2022-10-19 20:52:51 +0800 |
| commit | d30d4021289ed0ff3efdedde3bd7f005d4eb859e (patch) | |
| tree | 90bada74b2608931e90d7e1e60823af369e83277 | |
| parent | fc144e08957c39954927ae1f48ce70d8b464d258 (diff) | |
update option
| -rw-r--r-- | core/options.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/options.vim b/core/options.vim index 79757a8..c798165 100644 --- a/core/options.vim +++ b/core/options.vim @@ -145,7 +145,7 @@ set formatoptions+=mM " Tilde (~) is an operator, thus must be followed by motions like `e` or `w`. set tildeop -set synmaxcol=200 " Text after this column number is not highlighted +set synmaxcol=250 " Text after this column number is not highlighted set nostartofline " External program to use for grep command |
