diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-06-17 12:48:11 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-06-17 12:48:11 +0200 |
commit | a02a551e18209423584fcb923e93c6be18f3aa45 (patch) | |
tree | 772ce06896135b1702840ccd231755132a31279b /runtime/doc/starting.txt | |
parent | 3ef5bf7d459d6b8a21aaefc80f65448f5a7aa59f (diff) | |
download | vim-git-a02a551e18209423584fcb923e93c6be18f3aa45.tar.gz |
Updated runtime files.
Diffstat (limited to 'runtime/doc/starting.txt')
-rw-r--r-- | runtime/doc/starting.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt index 26aead3e3..817703d77 100644 --- a/runtime/doc/starting.txt +++ b/runtime/doc/starting.txt @@ -1,4 +1,4 @@ -*starting.txt* For Vim version 7.4. Last change: 2016 Jun 12 +*starting.txt* For Vim version 7.4. Last change: 2016 Jun 15 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1435,6 +1435,10 @@ always kept. This is used for: - Contents of non-empty registers. - The jump list - File marks +The timestamp feature was added before Vim 8.0. Older versions of Vim, +starting with 7.4.1131, will keep the items with timestamp, but not use them. +Thus when using both an older and a newer version of Vim the most recent data +will be kept. Notes for Unix: - The file protection for the viminfo file will be set to prevent other users |