idbrii / unity-vimeditor

Add vim to the Unity's External Tools section in Preferences so all your files open in gvim.
MIT License
18 stars 8 forks source link

Fix error when opening project with spaces #4

Open arnaudcoj opened 2 years ago

arnaudcoj commented 2 years ago

When I opened one of my projects containing a space in the path gvim didn't want to start. All I did was adding double-quotes around Application.dataPath and it works now !

idbrii commented 2 years ago

What platform did you test this on? I've found this quoting is finicky and the current quoting worked on windows and macos (for paths without spaces).