Civitasv / cmake-tools.nvim

CMake integration in Neovim
GNU General Public License v3.0
380 stars 68 forks source link

fix: transform path in utils.softlink() #226

Closed khris190 closed 6 months ago

khris190 commented 6 months ago

i had to swap " to ' because we wrap paths in ", this fixes symlink not being created if the path contains the space character

possibly wil fix issue213

Civitasv commented 6 months ago

👍