salkin-mada / openscad.nvim

openscad plugin for neovim
GNU General Public License v3.0
30 stars 6 forks source link

OpenscadExecFile fails on file paths with spaces #22

Closed dabstractor closed 5 months ago

dabstractor commented 5 months ago

Affected Systems: MacOS, Arch btw

Repro steps:

  1. Create a new scad file called "My Project.scad" and open it in neovim
  2. Run :OpenscadExecFile
  3. Note the file does not open as expected, only a new "file" named after the last word in the intended filename, in this case "Project.scad"

I hope you don't mind I've taken the liberty to fork the repo and have a pull request ready. Low hanging fruit.

dabstractor commented 5 months ago

@salkin-mada Just making sure you see this since it's been a few weeks