diff options
author | Gregory Anders <greg@gpanders.com> | 2021-08-17 12:12:47 -0600 |
---|---|---|
committer | Gregory Anders <greg@gpanders.com> | 2021-08-17 16:39:04 -0600 |
commit | d417e67e595a9eb19797866e91bb80b4fe299a94 (patch) | |
tree | 15b0f537d8ffd15b4603ec6addfedf4948b71023 /runtime | |
parent | f6c72b745cfbaaba80555de9a5d4b25f30f17ab2 (diff) | |
download | rneovim-d417e67e595a9eb19797866e91bb80b4fe299a94.tar.gz rneovim-d417e67e595a9eb19797866e91bb80b4fe299a94.tar.bz2 rneovim-d417e67e595a9eb19797866e91bb80b4fe299a94.zip |
feat(defaults): set nojoinspaces
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/options.txt | 2 | ||||
-rw-r--r-- | runtime/doc/vim_diff.txt | 1 |
2 files changed, 2 insertions, 1 deletions
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) |