Tuesday, December 29, 2009

Re: filelist window ?

> you mentioned something about big files and having to write
> manifest/files file - can you please explain what you mean ?

If you use git, tselectfiles can get the list of files from there by
setting b:trag_git to the absolute path to the git repos.
Alternatively, you can use a manifest file (set b:trag_project to the
full pathname thereof) which you can create with (this is gnu
findutils' find)

find DIRS -name "*.xx" > manifest.txt

or

find DIRS | grep -e "\.\(ext1\|ext2\|ext3\)$$" > manifest.txt

or something similar. I usually have such a goal in my makefile.

The aforementioned project plugin is a popular alternative but AFAIK
it is unmaintained and (in my experience) buggy.

--
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php

No comments: