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 8e046e3 commit c58708eCopy full SHA for c58708e
autoload/dispatch.vim
@@ -504,7 +504,7 @@ function! s:parse_start(command, count) abort
504
elseif empty(command) && len(s:efm_literal(['start', 'default_start'], &errorformat))
505
let task = s:efm_literal(['start', 'default_start'], &errorformat)
506
let command = &makeprg . ' ' . task
507
- if !has_key(opts, 'title')
+ if !has_key(opts, 'title') && task =~# '^\w\S\{,19\}$'
508
let opts.title = s:current_compiler('make') . ' ' . task
509
endif
510
if !has_key(opts, 'directory')
0 commit comments