Fix condition in _VimuxTmuxIndex()

This ensure that we call `_VimuxRunnerType()` instead of
`_VimuxRunnerType`.
fix-tmux-next-3dot4
Kevin Sjöberg 11 years ago
parent 2e9b00b276
commit 9855936bd1

@ -124,7 +124,7 @@ function! _VimuxTmuxSession()
endfunction
function! _VimuxTmuxIndex()
if _VimuxRunnerType == "pane"
if _VimuxRunnerType() == "pane"
return _VimuxTmuxPaneIndex()
else
return _VimuxTmuxWindowIndex()

Loading…
Cancel
Save