comparison runtime/doc/starting.txt @ 1270:d9d524594fe5

updated for version 7.1
author vimboss
date Sat, 12 May 2007 14:57:31 +0000
parents dc65bb5de20e
children 53b2bedccfdf
comparison
equal deleted inserted replaced
1269:c63e66bc43ce 1270:d9d524594fe5
1 *starting.txt* For Vim version 7.1b. Last change: 2007 Apr 22 1 *starting.txt* For Vim version 7.1. Last change: 2007 May 12
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1351 allow just anybody to read and write your viminfo file! 1351 allow just anybody to read and write your viminfo file!
1352 - Vim will not overwrite a viminfo file that is not writable by the current 1352 - Vim will not overwrite a viminfo file that is not writable by the current
1353 "real" user. This helps for when you did "su" to become root, but your 1353 "real" user. This helps for when you did "su" to become root, but your
1354 $HOME is still set to a normal user's home directory. Otherwise Vim would 1354 $HOME is still set to a normal user's home directory. Otherwise Vim would
1355 create a viminfo file owned by root that nobody else can read. 1355 create a viminfo file owned by root that nobody else can read.
1356 - The viminfo file cannot be a symbolic link. This is to avoid security
1357 issues.
1356 1358
1357 Marks are stored for each file separately. When a file is read and 'viminfo' 1359 Marks are stored for each file separately. When a file is read and 'viminfo'
1358 is non-empty, the marks for that file are read from the viminfo file. NOTE: 1360 is non-empty, the marks for that file are read from the viminfo file. NOTE:
1359 The marks are only written when exiting Vim, which is fine because marks are 1361 The marks are only written when exiting Vim, which is fine because marks are
1360 remembered for all the files you have opened in the current editing session, 1362 remembered for all the files you have opened in the current editing session,