On 11/6/06, victor NOAGBODJI <[EMAIL PROTECTED]> wrote:
How can I use Vim to generate the listing of a directory?
The directory contains images. And a textfile, but I don't
want to textfile. Only the images.

The output would be in the textfile I was talking about.
Each line would represent a path to an image.

Do you think it is possible? How can I do it then?

:help glob()
:let list=glob('*')

Yakov

Reply via email to