vote up 3 vote down star

Hello.

In gVim for windows it's possible to execute current buffer via :!% command. But, unfortunately, the buffer file name is supplied to cmd.exe without quotes, so if file path has spaces gVim will not be able to execute it.

Is it any easy way to fix it in order to be able execute .bat, .py etc from within gVim?

flag

1 Answer

vote up 1 vote down check

This's my guess, I don't have windows machine to try. Try

:!python "%"

or

:!"%"

credit: Eye of Hell

link|flag
:!"%" was a success :). Please change your answer for future :) – Eye of Hell Oct 7 at 12:40

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.