Skip to content

Commit dfe4fa0

Browse files
committed
Merge pull request #94 from KevinSjoberg/fix-VimuxTmuxIndex-condition
Fix condition in _VimuxTmuxIndex()
2 parents 2e9b00b + 9855936 commit dfe4fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/vimux.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ function! _VimuxTmuxSession()
124124
endfunction
125125

126126
function! _VimuxTmuxIndex()
127-
if _VimuxRunnerType == "pane"
127+
if _VimuxRunnerType() == "pane"
128128
return _VimuxTmuxPaneIndex()
129129
else
130130
return _VimuxTmuxWindowIndex()

0 commit comments

Comments
 (0)