We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bed580a commit 7b0b509Copy full SHA for 7b0b509
autoload/gitgutter/async.vim
@@ -46,7 +46,7 @@ function! s:build_command(cmd)
46
endif
47
48
if has('win32')
49
- return has('nvim') ? ['cmd.exe', '/c', a:cmd] : 'cmd.exe /c '.a:cmd
+ return has('nvim') ? a:cmd : 'cmd.exe /c '.a:cmd
50
51
52
throw 'unknown os'
0 commit comments