From f6c72b745cfbaaba80555de9a5d4b25f30f17ab2 Mon Sep 17 00:00:00 2001 From: Gregory Anders Date: Tue, 17 Aug 2021 12:12:09 -0600 Subject: feat(defaults): set hidden --- runtime/doc/options.txt | 2 +- runtime/doc/vim_diff.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'runtime') diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index c3618328aa..555d4fd37b 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -3078,7 +3078,7 @@ A jump table for the options with a short description can be found at |Q_op|. See |help-translated|. *'hidden'* *'hid'* *'nohidden'* *'nohid'* -'hidden' 'hid' boolean (default off) +'hidden' 'hid' boolean (default on) global When off a buffer is unloaded when it is |abandon|ed. When on a buffer becomes hidden when it is |abandon|ed. If the buffer is still diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 7e1bd3e087..49996fd8b3 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -41,6 +41,7 @@ the differences. - 'fillchars' defaults (in effect) to "vert:│,fold:·,sep:│" - 'formatoptions' defaults to "tcqj" - 'fsync' is disabled +- 'hidden' is enabled - 'history' defaults to 10000 (the maximum) - 'hlsearch' is enabled - 'incsearch' is enabled -- cgit From d417e67e595a9eb19797866e91bb80b4fe299a94 Mon Sep 17 00:00:00 2001 From: Gregory Anders Date: Tue, 17 Aug 2021 12:12:47 -0600 Subject: feat(defaults): set nojoinspaces --- runtime/doc/options.txt | 2 +- runtime/doc/vim_diff.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'runtime') diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 555d4fd37b..10b849aa3e 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -3498,7 +3498,7 @@ A jump table for the options with a short description can be found at |Q_op|. |jumplist-stack| *'joinspaces'* *'js'* *'nojoinspaces'* *'nojs'* -'joinspaces' 'js' boolean (default on) +'joinspaces' 'js' boolean (default off) global Insert two spaces after a '.', '?' and '!' with a join command. Otherwise only one space is inserted. diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 49996fd8b3..8487e1b0df 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -45,6 +45,7 @@ the differences. - 'history' defaults to 10000 (the maximum) - 'hlsearch' is enabled - 'incsearch' is enabled +- 'joinspaces' is disabled - 'langnoremap' is enabled - 'langremap' is disabled - 'laststatus' defaults to 2 (statusline is always shown) -- cgit