Skip to content

Commit de1c879

Browse files
committed
Only claim quickfix on foreground builds
1 parent 1beee74 commit de1c879

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
@@ -621,7 +621,7 @@ function! dispatch#compile_command(bang, args, count) abort
621621

622622
call writefile([], request.file)
623623

624-
if s:dispatch(request)
624+
if s:dispatch(request) && !get(request, 'background')
625625
call s:cgetfile(request)
626626
else
627627
let request.handler = 'sync'

0 commit comments

Comments
 (0)