summaryrefslogtreecommitdiffstats
path: root/runtime/doc/starting.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-05-12 14:57:31 +0000
committerBram Moolenaar <Bram@vim.org>2007-05-12 14:57:31 +0000
commit69c2f17e9859f5e85da3963ff2dc405f932057da (patch)
tree735919513ea09b001e90d3c8d632ed0bc7178642 /runtime/doc/starting.txt
parent00333faa4d86d3dce513fb839f062f54cd1e9602 (diff)
updated for version 7.1
Diffstat (limited to 'runtime/doc/starting.txt')
-rw-r--r--runtime/doc/starting.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt
index 997d195f00..7de79ce41d 100644
--- a/runtime/doc/starting.txt
+++ b/runtime/doc/starting.txt
@@ -1,4 +1,4 @@
-*starting.txt* For Vim version 7.1b. Last change: 2007 Apr 22
+*starting.txt* For Vim version 7.1. Last change: 2007 May 12
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1353,6 +1353,8 @@ Notes for Unix:
"real" user. This helps for when you did "su" to become root, but your
$HOME is still set to a normal user's home directory. Otherwise Vim would
create a viminfo file owned by root that nobody else can read.
+- The viminfo file cannot be a symbolic link. This is to avoid security
+ issues.
Marks are stored for each file separately. When a file is read and 'viminfo'
is non-empty, the marks for that file are read from the viminfo file. NOTE: