diff options
author | Allan McRae <allan@archlinux.org> | 2016-10-09 14:52:27 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2016-10-10 02:38:05 +0200 |
commit | 0c99eabd50752310f42ec808c8734a338122ec86 (patch) | |
tree | 499801a8c046001ddab0b11439e9e948b257d726 /contrib/vimprojects | |
parent | 2e76c184aac74c4848fa5ee092fe54c9954c4054 (diff) | |
download | pacman-0c99eabd50752310f42ec808c8734a338122ec86.tar.gz pacman-0c99eabd50752310f42ec808c8734a338122ec86.tar.xz |
Remove contrib
The contrib directory takes too much of the pacman developer's limited time,
which could be better spent developing and reviewing patches for the primary
projects. The community can pick this up in a separate repository if wanted.
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'contrib/vimprojects')
-rw-r--r-- | contrib/vimprojects | 25 |
1 files changed, 0 insertions, 25 deletions
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=. { - } -} |