On Wednesday, November 14, 2012 8:04:05 AM UTC-6, jun wang wrote: > Hi: > When we use <c-]>,sometime it will prompt: > > nr pri kind tag file > 1 F f mch_delay os_amiga.c > mch_delay(msec, ignoreinput) > 2 F f mch_delay os_msdos.c > mch_delay(msec, ignoreinput) > 3 F f mch_delay os_unix.c > mch_delay(msec, ignoreinput) > Enter nr of choice (<CR> to abort): > > (h tag-matchlist) > > What the ‘f’ means? > > Sometimes it is ‘n’,’c’,’r’ or ‘p’.what those means? > > Where can we found it’s help?
I don't know about n, c, or r, but I'm pretty sure f and p are "function" and "prototype". The ctags documentation probably has details on kind; it is contained in the generated tags file. I'm not sure whether Vim does anywhere. -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
