diff options
Diffstat (limited to 'core')
| -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 |
