Hello, this could be quite interesting, but I'd need to learn Vim's
scripting language first.
Mikolaj Machowski wrote:
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 cppcomplete.vim omnicompletion script?
There are probably more differences between C and C++ and adding
everywhere &ft=='cpp' may create mess.
m.