On 22/06/09 14:21, 枫林 wrote:
> hi
> all
> I use cscope for window, it works well in dos,but when I use cscope
> in vim("cs add cscope.out"), vim says that E623:can't cause cscope process.
> thanks
> waynefan
Cscope works perfectly for me with gvim 7.2 on Linux. However, I know
that the Vim-cscope interface on Windows is "different". A few caveats
though:
- the cscope.out database must be built separately (by invoking cscope
yourself, either at the command-line or via a :!cscope -b <something>
command in Vim) before you can ":cs add" it.
- The Win32 version of cscope works with Vim, but not the Dos32 DJGPP
version.
- And, of course, you need +cscope compiled-in to use it (i.e., ":echo
has('cscope')" must return a nonzero value, usually 1).
See:
:help cscope-howtouse
:help cscope-limitations
Best regards,
Tony.
--
If you live in a country run by committee, be on the committee.
-- Graham Summer
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---