Rename pmdelta_t to alpm_delta_t
[pacman-ng.git] / contrib / vimprojects
blobe9adfdf1c5e8c267a4e0f2510e1c381e4349aa35
1 This is a project file
2 for the vim-project plugin.
3 Save it as ~/.vimprojects
5 $ pacman -S vim-project
6 change the pacman path below
7 $ vim
8 :Project
10 Press \r in the project view
11 on a project name to generate
12 the list of files
14 pacman=~/devel/pacman/ CD=. filter="*.ac *.am" flags=S {
15   libalpm=lib/libalpm/ filter="*.c *.h *.am" {
16   }
17   pacman=src/pacman/ filter="*.c *.h *.am" {
18   }
19   scripts=scripts/ filter="*.sh.in *.py.in *.am" {
20   }
21   utils=src/util filter="*.c *.h *.am" {
22   }
23   contrib=contrib CD=. {
24   }