We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vr/command-python
diff --git a/visual-regexp-steroids.el b/visual-regexp-steroids.el index 83105a7..604abb7 100644 --- a/visual-regexp-steroids.el +++ b/visual-regexp-steroids.el @@ -46,7 +46,7 @@ ;;; variables (defvar vr--command-python-default - (format "python %s" (expand-file-name "regexp.py" (file-name-directory load-file-name)))) + (format "python \"%s\"" (expand-file-name "regexp.py" (file-name-directory load-file-name)))) (defcustom vr/command-python vr--command-python-default "External command used for the Python engine."
The text was updated successfully, but these errors were encountered:
Oops, basically covered with #23 and #24. Can we get this issue addressed? Those have been idle for some time now.
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: