We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de1c879 commit ca10dc1Copy full SHA for ca10dc1
autoload/dispatch/tmux.vim
@@ -48,7 +48,7 @@ function! dispatch#tmux#make(request) abort
48
\ . ' > ' . a:request.file . '.complete'] : [])))
49
50
let title = shellescape(get(a:request, 'title', get(a:request, 'compiler', 'make')))
51
- let height = get(g:, 'dispatch_tmux_height', 10)
+ let height = get(g:, 'dispatch_tmux_height', get(g:, 'dispatch_quickfix_height', 10))
52
if get(a:request, 'background', 0)
53
let cmd = 'new-window -d -n '.title
54
elseif has('gui_running') || empty($TMUX) || (!empty(''.session) && session !=# system('tmux display-message -p "#S"')[0:-2])
0 commit comments