comparison runtime/doc/starting.txt @ 6009:7b83c190d370

Updated runtime files.
author Bram Moolenaar <bram@vim.org>
date Wed, 25 Jun 2014 18:50:27 +0200
parents 755931e042e4
children 0efec12f52ac
comparison
equal deleted inserted replaced
6008:0d229e42670c 6009:7b83c190d370
1 *starting.txt* For Vim version 7.4. Last change: 2014 Mar 29 1 *starting.txt* For Vim version 7.4. Last change: 2014 Jun 14
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
165 positioned on the last line. 165 positioned on the last line.
166 166
167 *-+/* 167 *-+/*
168 +/{pat} The cursor will be positioned on the first line containing 168 +/{pat} The cursor will be positioned on the first line containing
169 "pat" in the first file being edited (see |pattern| for the 169 "pat" in the first file being edited (see |pattern| for the
170 available search patterns). 170 available search patterns). The search starts at the cursor
171 position, which can be the first line or the cursor position
172 last used from |viminfo|. To force a search from the first
173 line use "+1 +/pat".
171 174
172 +{command} *-+c* *-c* 175 +{command} *-+c* *-c*
173 -c {command} {command} will be executed after the first file has been 176 -c {command} {command} will be executed after the first file has been
174 read (and after autocommands and modelines for that file have 177 read (and after autocommands and modelines for that file have
175 been processed). "command" is interpreted as an Ex command. 178 been processed). "command" is interpreted as an Ex command.