We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d42c5c4 commit c82af58Copy full SHA for c82af58
autoload/dispatch/tmux.vim
@@ -126,5 +126,5 @@ endfunction
126
127
augroup dispatch_tmux
128
autocmd!
129
- autocmd VimResized * nested if !has('gui_running') | call dispatch#tmux#poll() | endif
+ autocmd VimResized * nested if !dispatch#has_callback() | call dispatch#tmux#poll() | endif
130
augroup END
0 commit comments