From bce3c8efc7a2d187984aa0e7037307b99c217fd7 Mon Sep 17 00:00:00 2001 From: Nezmer Date: Tue, 12 Oct 2010 00:20:57 +0300 Subject: Add .in extension to files in contrib This is needed If we want to use sysconfdir,localstatedir and other variables. Signed-off-by: Nezmer Signed-off-by: Dan McGee --- contrib/vimprojects | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 contrib/vimprojects (limited to 'contrib/vimprojects') diff --git a/contrib/vimprojects b/contrib/vimprojects deleted file mode 100644 index e9adfdf1..00000000 --- a/contrib/vimprojects +++ /dev/null @@ -1,25 +0,0 @@ -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=. { - } -} -- cgit v1.2.3-24-g4f1b