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 1206e14 commit 3757ddaCopy full SHA for 3757dda
autoload/dispatch/iterm.vim
@@ -6,7 +6,7 @@ endif
6
let g:autoloaded_dispatch_iterm = 1
7
8
function! dispatch#iterm#handle(request) abort
9
- if $TERM_PROGRAM !=# 'iTerm.app' && !(has('gui_macvim') && has('gui_running'))
+ if $TERM_PROGRAM !=# 'iTerm.app' && !((has('gui_macvim') || has('gui_vimr')) && has('gui_running'))
10
return 0
11
endif
12
if a:request.action ==# 'make'
0 commit comments