Hi,
steps to reproduce:
1) have e.g. test.c file:
void bar() {}
void foo() {}
void baz() {}
int main(int argc, char **argv)
{
foo();
bar();
baz();
return 0;
}
2) run 'etags -R' in directory where test.c is
3a) try 'vim -t foo': it opens vim with:
E492: Not an editor command: ^?
Press ENTER or type command to continue
3b) or try ctrl+] in opened .c, when you are on name of function, which you
want to find.
I'll try to debug more about it. But it seems this command:
p += STRLEN(p) + 2;
goes behind memory allocated for p.
--
--
You received this message from the "vim_dev" 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_dev" 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/d/optout.