vim-slime
vim-slime copied to clipboard
When on Windows, check for cmd.exe
Neovim + slime gets tripped up on Windows when using conemu as the target. Neovim sets the shell slightly different, and the quotes don't work the same.
This PR fixes the problem.
hi @djhaskin987
Thanks for the PR, I added a few questions inline
So, summary for this evening:
-
writefile
worked, I added it. - In order to ensure I didn't mess up all the line endings in the repo while working on Windows I added a
.gitattributes
file. - Left the if/then around CMD and escaped args unchanged.
I'm not sold on the .gitattributes
file, let's remove it for now.
The rest looks good 👍
OK, will do tonight :)
Sorry I didn't remove the attributes file I forgot.
don't worry about it 👍
I kept your commits in