Skip to content

Commit

Permalink
Fix title OSC showing up in tmux make output
Browse files Browse the repository at this point in the history
  • Loading branch information
tpope committed Feb 17, 2016
1 parent 8c68969 commit eb3e564
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion autoload/dispatch/tmux.vim
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ function! dispatch#tmux#make(request) abort
\ && a:request.format !~# '%\\[er]'
let session = get(g:, 'tmux_session', '')
let script = dispatch#isolate(['TMUX', 'TMUX_PANE'],
\ dispatch#set_title(a:request),
\ call('dispatch#prepare_make', [a:request] +
\ (pipepane ? [a:request.expanded . '; echo $? > ' . a:request.file . '.complete'] : [])))

Expand Down

0 comments on commit eb3e564

Please sign in to comment.