Skip to content

Commit 2e7e037

Browse files
Vernon Jonestpope
authored andcommitted
Fix "Invalid expression" when calling :Spawn on Windows
1 parent 64ae8a2 commit 2e7e037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/dispatch/windows.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function! dispatch#windows#start(request) abort
6464
\ s:pid . pidfile .
6565
\ ' & ' . a:request.command .
6666
\ pause .
67-
\ ' & cd . > ' . a:request.file.'.complete'
67+
\ ' & cd . > ' . a:request.file.'.complete' .
6868
\ ' & del ' . pidfile
6969
endif
7070

0 commit comments

Comments
 (0)