summaryrefslogtreecommitdiffstats
path: root/contrib/vimprojects.in
diff options
context:
space:
mode:
authorNezmer <git@nezmer.info>2010-10-11 23:20:57 +0200
committerDan McGee <dan@archlinux.org>2010-10-12 03:29:22 +0200
commitbce3c8efc7a2d187984aa0e7037307b99c217fd7 (patch)
tree8eb9ead2af2a61ad0764b08e804d8471b975ce01 /contrib/vimprojects.in
parent7d937772313a796f4c0bff76bf1bd7d78f8ccb5a (diff)
downloadpacman-bce3c8efc7a2d187984aa0e7037307b99c217fd7.tar.gz
pacman-bce3c8efc7a2d187984aa0e7037307b99c217fd7.tar.xz
Add .in extension to files in contrib
This is needed If we want to use sysconfdir,localstatedir and other variables. Signed-off-by: Nezmer <git@nezmer.info> Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'contrib/vimprojects.in')
-rw-r--r--contrib/vimprojects.in25
1 files changed, 25 insertions, 0 deletions
diff --git a/contrib/vimprojects.in b/contrib/vimprojects.in
new file mode 100644
index 00000000..e9adfdf1
--- /dev/null
+++ b/contrib/vimprojects.in
@@ -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=. {
+ }
+}