On Friday, February 8, 2013 9:37:18 PM UTC-6, Ben Fritz wrote: > On Fri, Feb 8, 2013 at 9:32 PM, Benjamin Fritz <[email protected]> > wrote: > > > The attached vimrc.vim file (when used as the .vimrc, with no > > > non-standard plugins), can reproduce the issue on the attached test.c > > > file with the attached tags file. > > > > > > > gmail is being a huge pain. tags file attached...again.
OK this is getting ridiculous. It's attached to the email. Generate your own tags or copy-paste the following into a new file: !_TAG_FILE_FORMAT 2 /extended format; --format=1 will not append ;" to lines/ !_TAG_FILE_SORTED 1 /0=unsorted, 1=sorted, 2=foldcase/ !_TAG_PROGRAM_AUTHOR Darren Hiebert /[email protected]/ !_TAG_PROGRAM_NAME Exuberant Ctags // !_TAG_PROGRAM_URL http://ctags.sourceforge.net /official site/ !_TAG_PROGRAM_VERSION 5.8 // Func1 .\test.c ?^int Func1(void)$?;" function signature:(void) Func2 .\test.c ?^int Func2(void)$?;" function signature:(void) Func3 .\test.c ?^int Func3(void)$?;" function signature:(void) Func4 .\test.c ?^int Func4(void)$?;" function signature:(void) Func5 .\test.c ?^int Func5(void)$?;" function signature:(void) Func6 .\test.c ?^int Func6(void)$?;" function signature:(void) Func7 .\test.c ?^int Func7(void)$?;" function signature:(void) Func8 .\test.c ?^int Func8(void)$?;" function signature:(void) FuncCall .\test.c ?^int FuncCall(int a, int b, int c, int d, int e, int f, int g)$?;" function signature:(int a, int b, int c, int d, int e, int f, int g) test.c .\test.c 1;" file -- -- 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 --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
