aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2020-08-09 17:25:42 -0400
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2020-08-15 10:57:17 -0400
commit273ad7d66fd27a5bd80501576de7fd6b7ed90aa3 (patch)
tree8e47f445e97439808b56b0cd809ce4f85e5dc047
parentacf4197290e062584d467cff1ec9d4cb0d8e6825 (diff)
downloadrneovim-273ad7d66fd27a5bd80501576de7fd6b7ed90aa3.tar.gz
rneovim-273ad7d66fd27a5bd80501576de7fd6b7ed90aa3.tar.bz2
rneovim-273ad7d66fd27a5bd80501576de7fd6b7ed90aa3.zip
fixup! mksession: always unix slashes "/" for filepaths
-rw-r--r--runtime/doc/options.txt4
-rw-r--r--runtime/doc/vim_diff.txt2
2 files changed, 2 insertions, 4 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 29f4abf250..8efd876d76 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -5043,9 +5043,7 @@ A jump table for the options with a short description can be found at |Q_op|.
Don't include both "curdir" and "sesdir".
When neither "curdir" nor "sesdir" is included, file names are stored
with absolute paths.
- "slash" and "unix" are useful on Windows when sharing session files
- with Unix. The Unix version of Vim cannot source dos format scripts,
- but the Windows version of Vim can source unix format scripts.
+ "slash" and "unix" are always enabled.
*'shada'* *'sd'* *E526* *E527* *E528*
'shada' 'sd' string (Vim default for
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt
index 24b562543e..0ba2711090 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' excludes "options"
+- 'sessionoptions' enables "slash,unix", excludes "options"
- 'shortmess' includes "F", excludes "S"
- 'showcmd' is enabled
- 'sidescroll' defaults to 1