diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2020-01-26 19:03:43 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-26 19:03:43 -0800 |
commit | b5daee7b8faaa00b83eb17ad231b8dbc417f628c (patch) | |
tree | 4f2150ee9703be7ed7c7ea4bd56d21f3eca80eaf /runtime | |
parent | 88f133c30d4b46e371f0cdb0797113cbbca9cc59 (diff) | |
parent | 1c3ca4f18fdc403813d8959b49626ac1c99e2c59 (diff) | |
download | rneovim-b5daee7b8faaa00b83eb17ad231b8dbc417f628c.tar.gz rneovim-b5daee7b8faaa00b83eb17ad231b8dbc417f628c.tar.bz2 rneovim-b5daee7b8faaa00b83eb17ad231b8dbc417f628c.zip |
Merge #7836 'session: restore same :terminal buf split windows'
Diffstat (limited to 'runtime')
-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 |