diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-05-12 14:57:31 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-05-12 14:57:31 +0000 |
commit | 69c2f17e9859f5e85da3963ff2dc405f932057da (patch) | |
tree | 735919513ea09b001e90d3c8d632ed0bc7178642 | |
parent | 00333faa4d86d3dce513fb839f062f54cd1e9602 (diff) | |
download | vim-69c2f17e9859f5e85da3963ff2dc405f932057da.zip |
updated for version 7.1
-rw-r--r-- | runtime/doc/hebrew.txt | 2 | ||||
-rw-r--r-- | runtime/doc/pattern.txt | 6 | ||||
-rw-r--r-- | runtime/doc/repeat.txt | 2 | ||||
-rw-r--r-- | runtime/doc/starting.txt | 4 | ||||
-rw-r--r-- | runtime/doc/usr_23.txt | 2 |
5 files changed, 9 insertions, 7 deletions
diff --git a/runtime/doc/hebrew.txt b/runtime/doc/hebrew.txt index 761e4d4df..966befef0 100644 --- a/runtime/doc/hebrew.txt +++ b/runtime/doc/hebrew.txt @@ -1,4 +1,4 @@ -*hebrew.txt* For Vim version 7.1b. Last change: 2003 May 11 +*hebrew.txt* For Vim version 7.1. Last change: 2003 May 11 VIM REFERENCE MANUAL by Ron Aaron (and Avner Lottem) diff --git a/runtime/doc/pattern.txt b/runtime/doc/pattern.txt index 331559df2..22c5782a8 100644 --- a/runtime/doc/pattern.txt +++ b/runtime/doc/pattern.txt @@ -1,4 +1,4 @@ -*pattern.txt* For Vim version 7.1b. Last change: 2007 Apr 24 +*pattern.txt* For Vim version 7.1. Last change: 2007 May 11 VIM REFERENCE MANUAL by Bram Moolenaar @@ -865,8 +865,8 @@ $ At end of pattern or in front of "\|" or "\)" ("|" or ")" after "\v"): values of the current window are used (e.g., 'tabstop'). The "23" can be any column number. The first column is 1. Note that some virtual column positions will never match, because they - are halfway a Tab or other character that occupies more than one - screen character. {not in Vi} + are halfway through a tab or other character that occupies more than + one screen character. {not in Vi} WARNING: When inserting or deleting text Vim does not automatically update highlighted matches. This means Syntax highlighting quickly becomes wrong. diff --git a/runtime/doc/repeat.txt b/runtime/doc/repeat.txt index 2d98f076b..2361ddcb1 100644 --- a/runtime/doc/repeat.txt +++ b/runtime/doc/repeat.txt @@ -1,4 +1,4 @@ -*repeat.txt* For Vim version 7.1b. Last change: 2007 Jan 07 +*repeat.txt* For Vim version 7.1. Last change: 2007 Jan 07 VIM REFERENCE MANUAL by Bram Moolenaar diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt index 997d195f0..7de79ce41 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: diff --git a/runtime/doc/usr_23.txt b/runtime/doc/usr_23.txt index 9dfcadf17..59c5c529f 100644 --- a/runtime/doc/usr_23.txt +++ b/runtime/doc/usr_23.txt @@ -1,4 +1,4 @@ -*usr_23.txt* For Vim version 7.1b. Last change: 2006 Apr 24 +*usr_23.txt* For Vim version 7.1. Last change: 2006 Apr 24 VIM USER MANUAL - by Bram Moolenaar |