mizlan / vim-and-cp

Some helpful bits and pieces for your vimrc
43 stars 11 forks source link

cpp filename with space in between doesn't get compiled #7

Open j0k4rX opened 2 years ago

j0k4rX commented 2 years ago

the title says it all

If i have cute project.cpp opened in nvim, then trigger CompileAndRun i get this

g++: error: cute: No such file or directory
g++: error: project.cpp: No such file or directory
g++: error: project.out: No such file or directory
g++: fatal error: no input files
compilation terminated.

[Process exited 1]

Is there any solution for this?