You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so I echoed the s:build_file variable and it was .\Procedural Cave Generation - Tutorial.sln
and so I fixed it by escaping the file name with fnameescape Vim function
So I opened up a Unity script in GVim 8.0 and got the following error
which happens in the last line in the following code
so I echoed the s:build_file variable and it was
.\Procedural Cave Generation - Tutorial.sln
and so I fixed it by escaping the file name with
fnameescape
Vim functionand now it works fine!
The text was updated successfully, but these errors were encountered: