mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 09:12:07 +00:00
fixup! mksession: always unix slashes "/" for filepaths
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user