diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2020-01-26 14:26:01 -0800 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2020-01-26 17:30:47 -0800 |
commit | 1c3ca4f18fdc403813d8959b49626ac1c99e2c59 (patch) | |
tree | 4f2150ee9703be7ed7c7ea4bd56d21f3eca80eaf /runtime/doc | |
parent | c4f4719ced9101195a84b350249ab2a105de627c (diff) | |
download | rneovim-1c3ca4f18fdc403813d8959b49626ac1c99e2c59.tar.gz rneovim-1c3ca4f18fdc403813d8959b49626ac1c99e2c59.tar.bz2 rneovim-1c3ca4f18fdc403813d8959b49626ac1c99e2c59.zip |
mksession: always unix slashes "/" for filepaths
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/usr_21.txt | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/runtime/doc/usr_21.txt b/runtime/doc/usr_21.txt index 99a78e7b05..44d653a1a7 100644 --- a/runtime/doc/usr_21.txt +++ b/runtime/doc/usr_21.txt @@ -339,21 +339,6 @@ window, move the cursor to the filename and press "O". Double clicking with the mouse will also do this. -UNIX AND MS-WINDOWS - -Some people have to do work on MS-Windows systems one day and on Unix another -day. If you are one of them, consider adding "slash" and "unix" to -'sessionoptions'. The session files will then be written in a format that can -be used on both systems. This is the command to put in your |init.vim| file: -> - :set sessionoptions+=unix,slash - -Vim will use the Unix format then, because the MS-Windows Vim can read and -write Unix files, but Unix Vim can't read MS-Windows format session files. -Similarly, MS-Windows Vim understands file names with / to separate names, but -Unix Vim doesn't understand \. - - SESSIONS AND SHADA Sessions store many things, but not the position of marks, contents of |