comparison runtime/doc/eval.txt @ 809:4f1b94b51e99 v7.0b02

updated for version 7.0b02
author vimboss
date Sun, 26 Mar 2006 21:06:50 +0000
parents 497fab3f99d6
children 9f345c48220b
comparison
equal deleted inserted replaced
808:111e109dad13 809:4f1b94b51e99
1 *eval.txt* For Vim version 7.0b. Last change: 2006 Mar 25 1 *eval.txt* For Vim version 7.0b. Last change: 2006 Mar 26
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
2469 current directory a relative path is returned. Otherwise a 2469 current directory a relative path is returned. Otherwise a
2470 full path is returned. 2470 full path is returned.
2471 If {path} is omitted or empty then 'path' is used. 2471 If {path} is omitted or empty then 'path' is used.
2472 If the optional {count} is given, find {count}'s occurrence of 2472 If the optional {count} is given, find {count}'s occurrence of
2473 {name} in {path} instead of the first one. 2473 {name} in {path} instead of the first one.
2474 When {count} is negative return all the matches in a |List|.
2474 This is quite similar to the ex-command |:find|. 2475 This is quite similar to the ex-command |:find|.
2475 {only available when compiled with the +file_in_path feature} 2476 {only available when compiled with the +file_in_path feature}
2476 2477
2477 findfile({name}[, {path}[, {count}]]) *findfile()* 2478 findfile({name}[, {path}[, {count}]]) *findfile()*
2478 Just like |finddir()|, but find a file instead of a directory. 2479 Just like |finddir()|, but find a file instead of a directory.