Fix condition in _VimuxTmuxIndex()

This ensure that we call `_VimuxRunnerType()` instead of
`_VimuxRunnerType`.
pull/94/head
Kevin Sjöberg 11 years ago
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…
Cancel
Save