Hi,

I am using cscope in vim to search the function. cscope can find the
function but it displays the file name as <<<unknow>>>. For example,
if I am searching for where the function test() is called, I type:
:cscope find 4 test

and vim return

#         line         filename / context /line
1          4            <<<unknown>>>
                          int test()
2          23          <<<unknown>>>
                          test()

I built the data base using the command:
cscope -b -k -q.

Does anyone know how to fix this problem?

Thanks

Frank

-- 
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php

Reply via email to