aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2022-10-19 20:52:09 +0800
committerjdhao <jdhao@hotmail.com>2022-10-19 20:52:51 +0800
commitd30d4021289ed0ff3efdedde3bd7f005d4eb859e (patch)
tree90bada74b2608931e90d7e1e60823af369e83277 /core
parentfc144e08957c39954927ae1f48ce70d8b464d258 (diff)
update option
Diffstat (limited to 'core')
-rw-r--r--core/options.vim2
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