comparison runtime/doc/editing.txt @ 714:0f9f4761ad9c v7.0216

updated for version 7.0216
author vimboss
date Mon, 06 Mar 2006 23:29:24 +0000
parents d7e33248b9c8
children 6beb2c667935
comparison
equal deleted inserted replaced
713:0c381fb7846c 714:0f9f4761ad9c
1 *editing.txt* For Vim version 7.0aa. Last change: 2006 Feb 24 1 *editing.txt* For Vim version 7.0aa. Last change: 2006 Mar 06
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
412 *`=* 412 *`=*
413 You can have the backticks expanded as a Vim expression, instead of an 413 You can have the backticks expanded as a Vim expression, instead of an
414 external command, by using the syntax `={expr}` e.g.: > 414 external command, by using the syntax `={expr}` e.g.: >
415 :e `=tempname()` 415 :e `=tempname()`
416 The expression can contain just about anything, thus this can also be used to 416 The expression can contain just about anything, thus this can also be used to
417 avoid the special meaning of '"', '|', '%' and '#'. 417 avoid the special meaning of '"', '|', '%' and '#'. Names are to be separated
418 with line breaks. When the result is a |List| then each item is used as a
419 name. Line breaks also separate names.
418 420
419 *++opt* *[++opt]* 421 *++opt* *[++opt]*
420 The [++opt] argument can be used to force the value of 'fileformat', 422 The [++opt] argument can be used to force the value of 'fileformat',
421 'fileencoding' or 'binary' to a value for one command, and to specify the 423 'fileencoding' or 'binary' to a value for one command, and to specify the
422 behavior for bad characters. The form is: > 424 behavior for bad characters. The form is: >