fixup! mksession: always unix slashes "/" for filepaths

This commit is contained in:
Jan Edmund Lazo
2020-08-09 17:25:42 -04:00
parent acf4197290
commit 273ad7d66f
2 changed files with 2 additions and 4 deletions

View File

@@ -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

View File

@@ -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