comparison runtime/doc/eval.txt @ 459:d9d38102399f

updated for version 7.0122
author vimboss
date Mon, 01 Aug 2005 21:58:57 +0000
parents 01af1008a8d8
children 3b705e71c7b0
comparison
equal deleted inserted replaced
458:f99544c85670 459:d9d38102399f
1 *eval.txt* For Vim version 7.0aa. Last change: 2005 Jul 30 1 *eval.txt* For Vim version 7.0aa. Last change: 2005 Aug 01
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
3458 3458
3459 Each argument can be Number or String and is converted 3459 Each argument can be Number or String and is converted
3460 automatically to fit the conversion specifier. Any other 3460 automatically to fit the conversion specifier. Any other
3461 argument type results in an error message. 3461 argument type results in an error message.
3462 3462
3463 *E766* *767* 3463 *E766* *E767*
3464 The number of {exprN} arguments must exactly match the number 3464 The number of {exprN} arguments must exactly match the number
3465 of "%" items. If there are not sufficient or too many 3465 of "%" items. If there are not sufficient or too many
3466 arguments an error is given. Up to 18 arguments can be used. 3466 arguments an error is given. Up to 18 arguments can be used.
3467 3467
3468 3468