Hi,

On 2/18/07, Bill McCarthy <[EMAIL PROTECTED]> wrote:
Hello Vim List,

Writing in C, I have a function that looks like this:

void myfunc( A *a, B *b, C *c )
{
    /* stuff */
}

A, B and C are structures in a header file which is
included.

The included header file contains the structures like this:

    typedef struct A
    {
        /* members */
    } A;

If I start a line in myfunc() like:

    b->

and, in insert mode after the '>' type ctrl-x ctrl-o, I am
given only choices from the A structure.  I see the same
thing replacing the 'b' with either a 'a' or 'c'.

Note, I am of course using ctags and I can jump around with
tags - so the tagfile is fine.

Bug?


I am seeing the same problem with the above code.

- Yegappan

Reply via email to