aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-12-01 22:09:43 +0800
committerjdhao <jdhao@hotmail.com>2021-12-01 22:09:43 +0800
commit22f16ee325a06f52bc5a20b1a7803e5a43f1c244 (patch)
tree25b633f1522adf1c143047a94c9a9b4d74b46ca9 /core
parentac69b61c03447ee081993245ebb2348091a58444 (diff)
[v0.6] default value for option inccommand and joinspaces changed
Diffstat (limited to 'core')
-rw-r--r--core/options.vim6
1 files changed, 0 insertions, 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