Skip to content

Commit 5160fdb

Browse files
committed
Don't show :Make in quickfix title
This turned out to be confusing in the case where another command wrapped :Make.
1 parent ef4f05b commit 5160fdb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

autoload/dispatch.vim

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -869,8 +869,6 @@ function! dispatch#quickfix_init() abort
869869
let b:dispatch = '-compiler=' . request.compiler . ' ' . b:dispatch
870870
endif
871871
if has_key(request, 'program')
872-
let w:quickfix_title = substitute(w:quickfix_title,
873-
\ '^:Dispatch \M'.escape(request.program, '\'), ':Make', '')
874872
let &l:efm = request.format
875873
let &l:makeprg = request.program
876874
if has_key(request, 'compiler')

0 commit comments

Comments
 (0)