aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/vim_diff.txt
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2020-08-15 22:19:06 -0400
committerGitHub <noreply@github.com>2020-08-15 19:19:06 -0700
commitc219d3eec400b074525c528473fe9aa9d5ca06aa (patch)
tree4217881c8461698073724137b3c3ee782fa5a64e /runtime/doc/vim_diff.txt
parent37aa9c9c94551ffed8ba5721d5b8ea8e172d7377 (diff)
downloadrneovim-c219d3eec400b074525c528473fe9aa9d5ca06aa.tar.gz
rneovim-c219d3eec400b074525c528473fe9aa9d5ca06aa.tar.bz2
rneovim-c219d3eec400b074525c528473fe9aa9d5ca06aa.zip
defaults: sessionoptions+=unix,slash #12760
Since 1c3ca4f18fdc, 2c1d12d0beda, #7836, the "unix" and "slash" behavior of 'sessionoptions'/'viewoptions' is always enabled, and the flags are just ignored. There is no reason for that behavior to be configurable. Co-authored-by: Justin M. Keyes <justinkz@gmail.com>
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r--runtime/doc/vim_diff.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt
index 0ba2711090..a7e040bc93 100644
--- a/runtime/doc/vim_diff.txt
+++ b/runtime/doc/vim_diff.txt
@@ -50,7 +50,7 @@ the differences.
- 'listchars' defaults to "tab:> ,trail:-,nbsp:+"
- 'nrformats' defaults to "bin,hex"
- 'ruler' is enabled
-- 'sessionoptions' enables "slash,unix", excludes "options"
+- 'sessionoptions' includes "unix,slash", excludes "options"
- 'shortmess' includes "F", excludes "S"
- 'showcmd' is enabled
- 'sidescroll' defaults to 1
@@ -60,6 +60,7 @@ the differences.
- 'tags' defaults to "./tags;,tags"
- 'ttimeoutlen' defaults to 50
- 'ttyfast' is always set
+- 'viewoptions' includes "unix,slash"
- 'undodir' defaults to ~/.local/share/nvim/undo (|xdg|), auto-created
- 'viminfo' includes "!"
- 'wildmenu' is enabled