On 8/29/06, Hari Krishna Dara <[EMAIL PROTECTED]> wrote:
The help on glob() or globpath() don't indicate what type of metacharacters are accepted, but there is a separate section called |file-pattern| that describes the metacharacters used for filename matching for autocommands. I don't know if these are applicable for glob() and globpath() as well, but a lot of these don't seem to work as described. Is there a different section that I am missing to see, or is it completely left out?
Additional applicable section is |file-searching| which describes downward (**) and upward (**;) searching. It is applicable to both glob() and globpath(). Yakov
