Vissale, On Tue 20-Feb-07 2:25am -0600, you wrote:
> I forgot to mention that you have to build your tags database with > this command : > > ctags -R --c++-kinds=+p --fields=+iaS --extra=+q . > > You'll see more details on these parameters in the help file. > > Moreover, there is a recent bug where you have to disable the > ignorecase function to complete correctly your code (eg: A* a), it > will be fixed. Thank you. It seems to almost works (with either 'ic' or 'noic'). What's missing is the "[" for array members. The builtin omni support for C provides the "[" for arrays - this was also mentioned in Bram's Google presentation - he must not have been using your plugin. -- Best regards, Bill