mirror of
https://github.com/moparisthebest/pacman
synced 2024-10-31 15:45:03 -04:00
724ed34ac5
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>
26 lines
513 B
Plaintext
26 lines
513 B
Plaintext
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=. {
|
|
}
|
|
}
|