Skip to content

Commit 3757dda

Browse files
lourencitpope
authored andcommitted
Make iTerm strategy to work with vimr
1 parent 1206e14 commit 3757dda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/dispatch/iterm.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ endif
66
let g:autoloaded_dispatch_iterm = 1
77

88
function! dispatch#iterm#handle(request) abort
9-
if $TERM_PROGRAM !=# 'iTerm.app' && !(has('gui_macvim') && has('gui_running'))
9+
if $TERM_PROGRAM !=# 'iTerm.app' && !((has('gui_macvim') || has('gui_vimr')) && has('gui_running'))
1010
return 0
1111
endif
1212
if a:request.action ==# 'make'

0 commit comments

Comments
 (0)