We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64ae8a2 commit 2e7e037Copy full SHA for 2e7e037
autoload/dispatch/windows.vim
@@ -64,7 +64,7 @@ function! dispatch#windows#start(request) abort
64
\ s:pid . pidfile .
65
\ ' & ' . a:request.command .
66
\ pause .
67
- \ ' & cd . > ' . a:request.file.'.complete'
+ \ ' & cd . > ' . a:request.file.'.complete' .
68
\ ' & del ' . pidfile
69
endif
70
0 commit comments