mirror of
https://github.com/preservim/vimux
synced 2024-11-04 18:00:10 +00:00
Fix condition in _VimuxTmuxIndex()
This ensure that we call `_VimuxRunnerType()` instead of `_VimuxRunnerType`.
This commit is contained in:
parent
2e9b00b276
commit
9855936bd1
@ -124,7 +124,7 @@ function! _VimuxTmuxSession()
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! _VimuxTmuxIndex()
|
function! _VimuxTmuxIndex()
|
||||||
if _VimuxRunnerType == "pane"
|
if _VimuxRunnerType() == "pane"
|
||||||
return _VimuxTmuxPaneIndex()
|
return _VimuxTmuxPaneIndex()
|
||||||
else
|
else
|
||||||
return _VimuxTmuxWindowIndex()
|
return _VimuxTmuxWindowIndex()
|
||||||
|
Loading…
Reference in New Issue
Block a user