On Thu, Jun 16, 2011 at 10:16 PM, sinbad <[email protected]> wrote:

> On Jun 17, 9:19 am, Ben Fritz <[email protected]> wrote:
> > On Jun 16, 2:57 am, sinbad <[email protected]> wrote:
> >
> > > hi,
> >
> > > i downloaded the latest version of plugin.
> > > when i try to open the cctree window using ctr-\ w
> > > i am getting the following error.
> >
> > > CCTree:  No active window found.
> >
> > > i had set filetype plugin on, and i loaded the cscope.out
> > > database. what could be the reason
> >
> > Did you load the DB in both Vim (using :cscope add) and in CCTree
> > (using CCTreeLoad...whatever the load command is)? Version 1.51 had
> > some bugs when I downloaded it which the author has sent me a patch
> > for, but loading a single database seemed to work even without the
> > patch. I plan to try out the patch tomorrow, I don't have CCTree
> > installed on this system.
>
> actually i did all that and i was running version 1.4 of cctree. and i
> downloaded the
> latest, i am getting the following error everytime i open vi.
>
> Error detected while processing /home/ebapras/.vim/plugin/cctree.vim:
> line 1287:
> E475: Invalid argument: 44
>
> is this the bug, you are talking about, can you share the patch if it
> fixes it.
> i am seriously trying to use cctree with ccglue.
>
> thanks
>
> --
> You received this message from the "vim_use" maillist.
> Do not top-post! Type your reply below the text you are replying to.
> For more information, visit http://www.vim.org/maillist.php
>

Perhaps, your cctree.vim file is corrupt. Line 1287 in cctree.vim has no ex
command (unless
Vim indicates error lines are not the same as file line numbers which I
can't remember),
and, even otherwise, the plugin does not do anything during startup.

 *E474* *E475*  >
  Invalid argument
  Invalid argument: {arg}

An Ex command has been executed, but an invalid argument has been specified.

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to