ncm2 / ncm2-pyclang

Cached, fast C/C++ completion for ncm2
MIT License
45 stars 1 forks source link

Fix -I path resolution #21

Closed Qix- closed 5 years ago

Qix- commented 5 years ago

Fixes #19

This forces all include paths to resolve relative to the config path if they're not absolute.

This fixes #include <some-file.hpp> where some-file.hpp is somewhere in the include directories and not relative to the file in question.

Qix- commented 5 years ago

Uhh why did Github close this? Hundreds of PRs on github and this has never happened...

EDIT: Github won't let me reopen it. Check #22. Sorry ._. Never seen this before.