diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-06-25 18:50:27 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-06-25 18:50:27 +0200 |
commit | 946e27ab65d6f5d25c449a1bf6aedd808149601f (patch) | |
tree | c89760ff953e00b9ff6f273fcaee9ba38dce4b70 /runtime/doc/starting.txt | |
parent | b6da44ae82f93d036ffb2ba37a009119688d9971 (diff) | |
download | vim-946e27ab65d6f5d25c449a1bf6aedd808149601f.zip |
Updated runtime files.
Diffstat (limited to 'runtime/doc/starting.txt')
-rw-r--r-- | runtime/doc/starting.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt index a5de2f073..14b0bbffa 100644 --- a/runtime/doc/starting.txt +++ b/runtime/doc/starting.txt @@ -1,4 +1,4 @@ -*starting.txt* For Vim version 7.4. Last change: 2014 Mar 29 +*starting.txt* For Vim version 7.4. Last change: 2014 Jun 14 VIM REFERENCE MANUAL by Bram Moolenaar @@ -167,7 +167,10 @@ a slash. Thus "-R" means recovery and "-/R" readonly. *-+/* +/{pat} The cursor will be positioned on the first line containing "pat" in the first file being edited (see |pattern| for the - available search patterns). + available search patterns). The search starts at the cursor + position, which can be the first line or the cursor position + last used from |viminfo|. To force a search from the first + line use "+1 +/pat". +{command} *-+c* *-c* -c {command} {command} will be executed after the first file has been |