comparison runtime/doc/eval.txt @ 4869:a5352e73dc00

Update runtime files.
author Bram Moolenaar <bram@vim.org>
date Wed, 12 Jun 2013 21:29:15 +0200
parents 4db0bf9f1b44
children 6ec6b7ff2d43
comparison
equal deleted inserted replaced
4868:f2f15e432db6 4869:a5352e73dc00
1 *eval.txt* For Vim version 7.3. Last change: 2013 May 21 1 *eval.txt* For Vim version 7.3. Last change: 2013 Jun 11
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
2773 matches, they are separated by <NL> characters. [Note: in 2773 matches, they are separated by <NL> characters. [Note: in
2774 version 5.0 a space was used, which caused problems when a 2774 version 5.0 a space was used, which caused problems when a
2775 file name contains a space] 2775 file name contains a space]
2776 2776
2777 If the expansion fails, the result is an empty string. A name 2777 If the expansion fails, the result is an empty string. A name
2778 for a non-existing file is not included. 2778 for a non-existing file is not included, unless {expr} does
2779 not start with '%', '#' or '<', see below.
2779 2780
2780 When {expr} starts with '%', '#' or '<', the expansion is done 2781 When {expr} starts with '%', '#' or '<', the expansion is done
2781 like for the |cmdline-special| variables with their associated 2782 like for the |cmdline-special| variables with their associated
2782 modifiers. Here is a short overview: 2783 modifiers. Here is a short overview:
2783 2784