You are not logged in.
To test the behavior of cscope using Vim, I just made an experiment.
There are 3 files: main.c, a.h, b.h in the base folder.
There is a definition
int k = 3
in both a.h and b.h. And main.c uses the variable k in a.h, so it includes a.h
Then I try cs find g k, it lets me choose between the two definitions.
So I think it doesn't know which definition is used in this project.
How can I make cscope be aware of this? Thanks.
Last edited by cyker (2010-08-22 16:20:11)
.
Offline