[Github-comments] [geany] Don't show the goto popup for typedef synonyms (#923)
Colomban Wendling
notifications at xxxxx
Fri Mar 4 18:55:05 UTC 2016
@techee apparently yours breaks going to the declaration from the definition, even when there's only one match:
```c
int func(void);
int func(void) {
return 0;
}
int main(void) {
return func();
}
```
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/923#issuecomment-192408589
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160304/09e955f4/attachment.html>
More information about the Github-comments
mailing list