Skip to content

Commit

Permalink
Version 1.39
Browse files Browse the repository at this point in the history
Add support for (+conceal) feature.
  • Loading branch information
hari-rangarajan authored and vim-scripts committed Apr 21, 2011
1 parent b8ce634 commit e176d1b
Show file tree
Hide file tree
Showing 2 changed files with 205 additions and 69 deletions.
11 changes: 7 additions & 4 deletions README
@@ -1,10 +1,13 @@
This is a mirror of http://www.vim.org/scripts/script.php?script_id=2368

Description:
Plugin generates call trees (aka function call dependencies) for any function or macro in real-time inside Vim using Cscope database. (Functionality similar to that of tools like CBrowser, Kscope, Source navigator, Eclipse, Source Insight). Currently supported language: C.
Plugin generates call trees (aka function call dependencies) for any function or macro in real-time inside Vim using Cscope database. (Functionality similar to that of tools like CBrowser, Kscope, Source navigator, Eclipse, Source Insight).

Requirements: 1) Cscope 2) Vim 7.xx
Currently supported language: C.
Requirements: Cscope, Vim 7.xx

Project details/Screenshots: http://sites.google.com/site/vimcctree/

[NEW]: Check out http://sourceforge.net/projects/ccglue/ for an external tool that can produce cross-reference files from cscope [and ctags] databases that CCTree can load directly from disk.

Project details/Screenshots:
http://sites.google.com/site/vimcctree/

0 comments on commit e176d1b

Please sign in to comment.