Skip to content

Commit b84d00f

Browse files
committed
Require quickfix id for asynchronous dispatch
References: #313
1 parent a4d01e6 commit b84d00f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/dispatch.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,7 @@ function! dispatch#compile_command(bang, args, count, mods, ...) abort
943943

944944
call writefile([], request.file)
945945

946-
if exists(':chistory')
946+
if has('patch-8.0.1023')
947947
let result = s:dispatch(request)
948948
else
949949
let result = 0

0 commit comments

Comments
 (0)