comparison runtime/doc/starting.txt @ 9319:1472ed67c36f

commit https://github.com/vim/vim/commit/a02a551e18209423584fcb923e93c6be18f3aa45 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jun 17 12:48:11 2016 +0200 Updated runtime files.
author Christian Brabandt <cb@256bit.org>
date Fri, 17 Jun 2016 13:00:06 +0200
parents 64035abb986b
children be72f4201a1d
comparison
equal deleted inserted replaced
9318:3afbef72a4d2 9319:1472ed67c36f
1 *starting.txt* For Vim version 7.4. Last change: 2016 Jun 12 1 *starting.txt* For Vim version 7.4. Last change: 2016 Jun 15
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1433 - The search string history. 1433 - The search string history.
1434 - The input-line history. 1434 - The input-line history.
1435 - Contents of non-empty registers. 1435 - Contents of non-empty registers.
1436 - The jump list 1436 - The jump list
1437 - File marks 1437 - File marks
1438 The timestamp feature was added before Vim 8.0. Older versions of Vim,
1439 starting with 7.4.1131, will keep the items with timestamp, but not use them.
1440 Thus when using both an older and a newer version of Vim the most recent data
1441 will be kept.
1438 1442
1439 Notes for Unix: 1443 Notes for Unix:
1440 - The file protection for the viminfo file will be set to prevent other users 1444 - The file protection for the viminfo file will be set to prevent other users
1441 from being able to read it, because it may contain any text or commands that 1445 from being able to read it, because it may contain any text or commands that
1442 you have worked with. 1446 you have worked with.