michaelb / sniprun

A neovim plugin to run lines/blocs of code (independently of the rest of the file), supporting multiples languages
MIT License
1.43k stars 46 forks source link

fix compiler flags support of Cpp_original #273

Closed jonathanffon closed 7 months ago

jonathanffon commented 8 months ago

When using custom compiler with flags (say: clang++ --debug), "Command::new()" was unable to start process, giving an error message "No such file or directory".

michaelb commented 7 months ago

Thanks a lot ! (must have been an oversight from when I added the options to every languages ... beside this one, apparently)