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". Don't include both "curdir" and "sesdir".
When neither "curdir" nor "sesdir" is included, file names are stored When neither "curdir" nor "sesdir" is included, file names are stored
with absolute paths. with absolute paths.
"slash" and "unix" are useful on Windows when sharing session files "slash" and "unix" are always enabled.
with Unix. The Unix version of Vim cannot source dos format scripts,
but the Windows version of Vim can source unix format scripts.
*'shada'* *'sd'* *E526* *E527* *E528* *'shada'* *'sd'* *E526* *E527* *E528*
'shada' 'sd' string (Vim default for 'shada' 'sd' string (Vim default for

View File

@@ -50,7 +50,7 @@ the differences.
- 'listchars' defaults to "tab:> ,trail:-,nbsp:+" - 'listchars' defaults to "tab:> ,trail:-,nbsp:+"
- 'nrformats' defaults to "bin,hex" - 'nrformats' defaults to "bin,hex"
- 'ruler' is enabled - 'ruler' is enabled
- 'sessionoptions' excludes "options" - 'sessionoptions' enables "slash,unix", excludes "options"
- 'shortmess' includes "F", excludes "S" - 'shortmess' includes "F", excludes "S"
- 'showcmd' is enabled - 'showcmd' is enabled
- 'sidescroll' defaults to 1 - 'sidescroll' defaults to 1