We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed755b7 commit c17aa4fCopy full SHA for c17aa4f
1 file changed
ftplugin/ruby.vim
@@ -69,7 +69,7 @@ endif
69
70
function! s:query_path(root) abort
71
let code = "print $:.join %q{,}"
72
- if &shell =~# 'sh'
+ if &shell =~# 'sh' && empty(&shellxquote)
73
let prefix = 'env PATH='.shellescape($PATH).' '
74
else
75
let prefix = ''
0 commit comments