comparison runtime/doc/editing.txt @ 6951:b2673982c625

Updated and new runtime files.
author Bram Moolenaar <bram@vim.org>
date Tue, 21 Jul 2015 19:19:13 +0200
parents 3af822eb4da5
children 349e6c01f35d
comparison
equal deleted inserted replaced
6950:21cbf1529a71 6951:b2673982c625
1 *editing.txt* For Vim version 7.4. Last change: 2015 Feb 27 1 *editing.txt* For Vim version 7.4. Last change: 2015 Jul 21
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
429 avoid the special meaning of '"', '|', '%' and '#'. However, 'wildignore' 429 avoid the special meaning of '"', '|', '%' and '#'. However, 'wildignore'
430 does apply like to other wildcards. 430 does apply like to other wildcards.
431 If the expression returns a string then names are to be separated with line 431 If the expression returns a string then names are to be separated with line
432 breaks. When the result is a |List| then each item is used as a name. Line 432 breaks. When the result is a |List| then each item is used as a name. Line
433 breaks also separate names. 433 breaks also separate names.
434 Note that such expressions are only supported in places where a filename is
435 expected as an argument to an Ex-command.
434 436
435 *++opt* *[++opt]* 437 *++opt* *[++opt]*
436 The [++opt] argument can be used to force the value of 'fileformat', 438 The [++opt] argument can be used to force the value of 'fileformat',
437 'fileencoding' or 'binary' to a value for one command, and to specify the 439 'fileencoding' or 'binary' to a value for one command, and to specify the
438 behavior for bad characters. The form is: > 440 behavior for bad characters. The form is: >