Shatur / neovim-cmake

CMake integration for Neovim
GNU General Public License v3.0
87 stars 19 forks source link

Fix a case where codemodel could generate an absolute path #42

Closed JafarAbdi closed 2 years ago

JafarAbdi commented 2 years ago

For some reason, I had few absolute paths in the file generated by codemodel which was causing target:is_file() to always return false, this PR should fix that corner case