Hi all.

I am using cream 0.39 with vim version 7.0.89, and I am having a bit 
trouble with the auto-complete feature.

Say if I am editing the following c file:

int main(char* argc, int argv)
{
    char testArray[120];
    char testValue;

    for(int i=0; i<120; i++)
    {
        testArray[i] = testValue;
    }

    return 0;
}

At line "testArray[i] = testValue;", and I used the autocomplete feature 
trying to finish inputting the word "testValue".

Two options would come up being testArray and testValue. But the 
highlight would stay on the testArray (since it is the first choice), 
and I can not choose testValue no matter what I use (I used mouse, n, p, 
ctrl-n, ctrl-p, etc.).

How can I choose another value in the pop-up options in the autocomplete 
window?

Thanks!

Wei


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
cream-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cream-general

Reply via email to