1. create `test.c`, `test.h`, `directory/test.h` 2. open `test.c` and `directory/test.h` 3. from `test.c`, try switching to header 4. `directory/test.h` is switched to
it seems like this is using simple base filename checks and does not in any way check the path, so if there is a "matching" header from anywhere else on disk open then this will be used even when it is obviously (looking at paths) unrelated -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/594
