Hi all:

I started using the Project script
<http://www.vim.org/scripts/script.php?script_id=69>. Apparently, it
cannot gather files recursively in subdirectories, for example:

        project/a/test.tex
        project/b/c/abc.tex
        project/d/e/xyz.tex

I would like to have all *.tex files listed in Project, something like
that:

        Projects=/home/user/project filter="*.tex" flags=??? {
         test.tex
         abc.tex
         xyz.tex
        }

Furthermore, whenever I add another .tex file somewhere in project/ or
any of its subdirectories I would like to have it updated.

Did I overlook something or is the not possible?
Would there be an easy workaround?

Claus

Reply via email to