From d30d4021289ed0ff3efdedde3bd7f005d4eb859e Mon Sep 17 00:00:00 2001 From: jdhao Date: Wed, 19 Oct 2022 20:52:09 +0800 Subject: [PATCH] update option --- core/options.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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