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 8c68969 commit eb3e564Copy full SHA for eb3e564
autoload/dispatch/tmux.vim
@@ -39,7 +39,6 @@ function! dispatch#tmux#make(request) abort
39
\ && a:request.format !~# '%\\[er]'
40
let session = get(g:, 'tmux_session', '')
41
let script = dispatch#isolate(['TMUX', 'TMUX_PANE'],
42
- \ dispatch#set_title(a:request),
43
\ call('dispatch#prepare_make', [a:request] +
44
\ (pipepane ? [a:request.expanded . '; echo $? > ' . a:request.file . '.complete'] : [])))
45
0 commit comments