You are not logged in.
So I'm trying to set up C auto-completion in GVim using Omnicppcomplete, but it seems ctags is lazy on its job.
For example, when I type
ctags -R /usr/include/gtk-2.0
ctags creates an incomplete tags file. Functions such as gtk_window_new() are not detected, and so I only have a partial auto-completion.
Am I the only one to have this issue?
Offline