diff options
author | Dan McGee <dan@archlinux.org> | 2008-03-09 18:03:54 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-03-09 18:03:54 +0100 |
commit | 91b7f288fe65b96d4af64f6308b0e33b14ad85e0 (patch) | |
tree | c60650d6bcd9677c53e757a8e98c645dfab8377a /contrib/vimproject | |
parent | fc48dc3118318d4b26b63a9453cd23cf2158cba3 (diff) | |
parent | 51e0303e840c94e5943f30e311d053058f657327 (diff) | |
download | pacman-91b7f288fe65b96d4af64f6308b0e33b14ad85e0.tar.gz pacman-91b7f288fe65b96d4af64f6308b0e33b14ad85e0.tar.xz |
Merge branch 'maint'
Conflicts:
configure.ac
Diffstat (limited to 'contrib/vimproject')
-rw-r--r-- | contrib/vimproject | 96 |
1 files changed, 0 insertions, 96 deletions
diff --git a/contrib/vimproject b/contrib/vimproject deleted file mode 100644 index c84b6762..00000000 --- a/contrib/vimproject +++ /dev/null @@ -1,96 +0,0 @@ -This is a project file for the vim-project -plugin. I like it, so decided to contribute -this to the main repo. -$ pacman -S vim-project -change the pacman= path below -$ vim -:Project vimproject - -pacman=~/devel/pacman-lib CD=. flags=S { - Makefile.am - configure.ac - libalpm=lib/libalpm/ filter="*.c *.h *.am"{ - add.c - alpm.c - alpm_list.c - backup.c - be_files.c - cache.c - conflict.c - db.c - deps.c - error.c - group.c - handle.c - log.c - md5.c - package.c - provide.c - remove.c - server.c - sync.c - trans.c - util.c - add.h - alpm.h - alpm_list.h - backup.h - cache.h - conflict.h - db.h - deps.h - error.h - group.h - handle.h - log.h - md5.h - package.h - provide.h - remove.h - server.h - sync.h - trans.h - util.h - Makefile.am - Makefile.in - } - pacman=src/pacman/ filter="*.c *.h *.am" { - add.c - conf.c - deptest.c - downloadprog.c - log.c - package.c - pacman.c - query.c - remove.c - sync.c - trans.c - upgrade.c - util.c - add.h - conf.h - deptest.h - downloadprog.h - log.h - package.h - query.h - remove.h - sync.h - trans.h - upgrade.h - util.h - Makefile.am - } - utils=src/util filter="*.c *.h *.am" { - testpkg.c - vercmp.c - Makefile.am - } - contrib=contrib CD=. { - bash_completion - pacsearch - vimproject - zsh_completion - } -} |