CCTree icon indicating copy to clipboard operation
CCTree copied to clipboard

Vim CCTree plugin

Results 9 CCTree issues
Sort by recently updated
recently updated
newest added

``` vimrc: let g:CCTreeUsePerl = 1 execution: :CCTreeLoadDB cscope.out error log: Error detected while processing function 169[4]..143[6]..144[13]..48[12]..49[14]..119[1]..130: line 10: E15: Invalid expression: ^\t[\`\#\$\}\@\~\)] Error detected while processing function 169[4]..143: line...

hey, I create a cscope database of a C project using: $ cscope -Rbq then in vim I load the database with: :CCTreeLoadDB cscope.out at this point everything is working...

I am using cctree with vim8. The DB is about 30MB. When loading, vim hangs for a few seconds. Is it possible to load DB in async mode? Thanks.

it seems to hook to this command and automatically open a reverse call graph which i mostly don't need BTW - a great tool. Thanks for making it !

I am trying to build/load database for the gcc source code. The error manifests in both cases: - trying to load a cscope DB ( `:CCTreeLoadDB [./cscope.out]`) - trying to...

ccglue:ccglue-0.6.0 compile from source Lubuntu 14.04 LTS 32bit **CCTREE vim config** ``` vim let g:CCTreeKeyTraceForwardTree = '>' "the symbol in current cursor's forward tree let g:CCTreeKeyTraceReverseTree = '

I started with not being able to use the saved cctree.out as in #16 and ended up with a bit extra fixes on top. Which I'm not sure how good...