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>
This commit is contained in:
parent
69eb0c8014
commit
724ed34ac5
3 changed files with 26 additions and 98 deletions
|
@ -19,8 +19,7 @@ listed.
|
||||||
re-pacman - regenerate a pacman package based on installed files and the pacman
|
re-pacman - regenerate a pacman package based on installed files and the pacman
|
||||||
database entries. Useful for reuse, or possible config file extension.
|
database entries. Useful for reuse, or possible config file extension.
|
||||||
|
|
||||||
vimproject - a project file for the vim project plugin (some files listed
|
vimprojects - a project file for the vim project plugin.
|
||||||
may need to be updated).
|
|
||||||
|
|
||||||
wget-xdelta.sh - A download script for pacman which allows binary deltas
|
wget-xdelta.sh - A download script for pacman which allows binary deltas
|
||||||
generated with makepkg to be used instead of downloading full binary packages.
|
generated with makepkg to be used instead of downloading full binary packages.
|
||||||
|
|
|
@ -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
|
|
||||||
}
|
|
||||||
}
|
|
25
contrib/vimprojects
Normal file
25
contrib/vimprojects
Normal file
|
@ -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=. {
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue