Re: C++ omnicomplete modification.

2006-04-26 Thread Neil Bird
Around about 25/04/06 17:11, Bram Moolenaar typed ... Perhaps someone wants to make a cpp completion script? I rather not add all kinds of C++ stuff to the C completion, it will get messy. How many more additions would be needed? Any ideas, anyone? -- [EMAIL PROTECTED] ~]# rm -f

Re: C++ omnicomplete modification.

2006-04-25 Thread Mikolaj Machowski
Dnia wtorek, 25 kwietnia 2006 11:24, Kyku napisaƂ: Hello, Brave C++ Coders. If you want omnicopletion to work for C++ classes, structs and unions, you can insert the following small code snippet after line 406 of $VIMRUNTIME/autoload/ccomplete.vim: Maybe you want to just maintain

Re: C++ omnicomplete modification.

2006-04-25 Thread Neil Bird
Around about 25/04/06 10:24, Kyku typed ... If you want omnicopletion to work for C++ classes, structs and unions, you can insert the following small code snippet after line 406 of $VIMRUNTIME/autoload/ccomplete.vim: Line 406 of which version? What lines should it come after? -- [EMAIL

Re: C++ omnicomplete modification.

2006-04-25 Thread Kyku
Neil Bird wrote: Around about 25/04/06 10:24, Kyku typed ... If you want omnicopletion to work for C++ classes, structs and unions, you can insert the following small code snippet after line 406 of $VIMRUNTIME/autoload/ccomplete.vim: Line 406 of which version? What lines should it come

Re: C++ omnicomplete modification.

2006-04-25 Thread Bram Moolenaar
Kyku wrote: Neil Bird wrote: Around about 25/04/06 10:24, Kyku typed ... If you want omnicopletion to work for C++ classes, structs and unions, you can insert the following small code snippet after line 406 of $VIMRUNTIME/autoload/ccomplete.vim: Line 406 of which version? What