comparison runtime/doc/starting.txt @ 56:dbf53ece2e23 v7.0029

updated for version 7.0029
author vimboss
date Mon, 03 Jan 2005 21:06:01 +0000
parents f55897d6921d
children d9030055c432
comparison
equal deleted inserted replaced
55:225cc00b2eda 56:dbf53ece2e23
1 *starting.txt* For Vim version 7.0aa. Last change: 2004 Dec 29 1 *starting.txt* For Vim version 7.0aa. Last change: 2005 Jan 03
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1262 1262
1263 The viminfo file is used to store: 1263 The viminfo file is used to store:
1264 - The command line history. 1264 - The command line history.
1265 - The search string history. 1265 - The search string history.
1266 - The input-line history. 1266 - The input-line history.
1267 - Contents of registers. 1267 - Contents of non-empty registers.
1268 - Marks for several files. 1268 - Marks for several files.
1269 - File marks, pointing to locations in files. 1269 - File marks, pointing to locations in files.
1270 - Last search/substitute pattern (for 'n' and '&'). 1270 - Last search/substitute pattern (for 'n' and '&').
1271 - The buffer list. 1271 - The buffer list.
1272 - Global variables. 1272 - Global variables.