From 22f16ee325a06f52bc5a20b1a7803e5a43f1c244 Mon Sep 17 00:00:00 2001 From: jdhao Date: Wed, 1 Dec 2021 22:09:43 +0800 Subject: [PATCH] [v0.6] default value for option inccommand and joinspaces changed --- core/options.vim | 6 ------ 1 file changed, 6 deletions(-) diff --git a/core/options.vim b/core/options.vim index 80313a1..d036286 100644 --- a/core/options.vim +++ b/core/options.vim @@ -81,8 +81,6 @@ set noshowmode set fileformats=unix,dos " Fileformats to use for new files -set inccommand=nosplit " Show the result of substitution in real time for preview - " Ask for confirmation when handling unsaved or read-only files set confirm @@ -143,10 +141,6 @@ set formatoptions+=mM " Tilde (~) is an operator, thus must be followed by motions like `e` or `w`. set tildeop -" Do not add two spaces after a period when joining lines or formatting texts, -" see https://stackoverflow.com/q/4760428/6064933 -set nojoinspaces - set synmaxcol=200 " Text after this column number is not highlighted set nostartofline