comparison runtime/doc/starting.txt @ 8440:4c6ad81d41fe

commit https://github.com/vim/vim/commit/5f148ec0b5a6cedd9129b3abac351034b83cc4f7 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Mar 7 22:59:26 2016 +0100 Update runtime files.
author Christian Brabandt <cb@256bit.org>
date Mon, 07 Mar 2016 23:00:08 +0100
parents 1bf1b88968a2
children b1a19a2f73f0
comparison
equal deleted inserted replaced
8439:e2c8b6671ec0 8440:4c6ad81d41fe
1 *starting.txt* For Vim version 7.4. Last change: 2016 Mar 03 1 *starting.txt* For Vim version 7.4. Last change: 2016 Mar 05
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
43 To avoid a file name starting with a '-' being interpreted as 43 To avoid a file name starting with a '-' being interpreted as
44 an option, precede the arglist with "--", e.g.: > 44 an option, precede the arglist with "--", e.g.: >
45 vim -- -filename 45 vim -- -filename
46 < All arguments after the "--" will be interpreted as file names, 46 < All arguments after the "--" will be interpreted as file names,
47 no other options or "+command" argument can follow. 47 no other options or "+command" argument can follow.
48 For behavior of quotes on MS-Windows, see |win32-quotes|.
48 49
49 *--* 50 *--*
50 - This argument can mean two things, depending on whether Ex 51 - This argument can mean two things, depending on whether Ex
51 mode is to be used. 52 mode is to be used.
52 53