I created systags per ':help ft-c-omni' suggestion: ctags -R -f ~/.vim/systags /usr/include /usr/local/include and added systags to &tags (set tags+=~/.vim/systags).
Now I find that system() does not appear in ~/.vim/systags generated as above. This is Linux, and prototype for system() appears in /usr/include/stdlib.h I realize this is ctags issue not vim issue, but maybe someone knows what's the deal ? This is Linux Yakov
