diff options
author | Chantry Xavier <shiningxc@gmail.com> | 2008-03-09 01:50:26 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-03-09 04:00:56 +0100 |
commit | 724ed34ac5068bc3a44068ef4f831a431ca00346 (patch) | |
tree | bb0de73600840511ec3a7d28ab2c4c2bcb467926 /contrib/vimprojects | |
parent | 69eb0c80140380928e0b90889edd53608e127391 (diff) | |
download | pacman-724ed34ac5068bc3a44068ef4f831a431ca00346.tar.gz pacman-724ed34ac5068bc3a44068ef4f831a431ca00346.tar.xz |
rename vimproject to vimprojects and update it.
There is no need to put the list of files in there, which will get outdated
sooner or later. It's possible to generate the filelist in the plugin itself
using \r.
Signed-off-by: Chantry Xavier <shiningxc@gmail.com>
[Dan: add scripts/ directory]
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'contrib/vimprojects')
-rw-r--r-- | contrib/vimprojects | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/contrib/vimprojects b/contrib/vimprojects new file mode 100644 index 00000000..e9adfdf1 --- /dev/null +++ b/contrib/vimprojects @@ -0,0 +1,25 @@ +This is a project file +for the vim-project plugin. +Save it as ~/.vimprojects + +$ pacman -S vim-project +change the pacman path below +$ vim +:Project + +Press \r in the project view +on a project name to generate +the list of files + +pacman=~/devel/pacman/ CD=. filter="*.ac *.am" flags=S { + libalpm=lib/libalpm/ filter="*.c *.h *.am" { + } + pacman=src/pacman/ filter="*.c *.h *.am" { + } + scripts=scripts/ filter="*.sh.in *.py.in *.am" { + } + utils=src/util filter="*.c *.h *.am" { + } + contrib=contrib CD=. { + } +} |