diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-04-12 21:52:12 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-04-12 21:52:12 +0000 |
commit | 18144c84231aee36ae1d11b74941c9b318f1706a (patch) | |
tree | 6b9cf7e0337cd5966089e795c9278a1a86f9d5c1 /runtime/doc/options.txt | |
parent | 4c3f536f472c7443ed4f672ae6d35a28805d7641 (diff) | |
download | vim-git-18144c84231aee36ae1d11b74941c9b318f1706a.tar.gz |
updated for version 7.0d02v7.0d02
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r-- | runtime/doc/options.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index deaf590ae..d7c544061 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1,4 +1,4 @@ -*options.txt* For Vim version 7.0d. Last change: 2006 Apr 11 +*options.txt* For Vim version 7.0d. Last change: 2006 Apr 12 VIM REFERENCE MANUAL by Bram Moolenaar @@ -5439,7 +5439,7 @@ A jump table for the options with a short description can be found at |Q_op|. *'sessionoptions'* *'ssop'* 'sessionoptions' 'ssop' string (default: "blank,buffers,curdir,folds, - help,options,winsize") + help,options,tabpages,winsize") global {not in Vi} {not available when compiled without the +mksession @@ -5468,6 +5468,9 @@ A jump table for the options with a short description can be found at |Q_op|. systems) slash backslashes in file names replaced with forward slashes + tabpages all tab pages; without this only the current tab page + is restored, so that you can make a session for each + tab page separately unix with Unix end-of-line format (single <NL>), even when on Windows or DOS winpos position of the whole Vim window |