Merge pull request #107 from alexozer/master

Stop Vimux from spewing garbage text
fix-tmux-next-3dot4
Ben Mills 10 years ago
commit fbb873a265

@ -159,7 +159,7 @@ function! _VimuxNearestIndex()
let views = split(system("tmux list-"._VimuxRunnerType()."s"), "\n")
for view in views
if match(view, "(active)") != -1
if match(view, "(active)") == -1
return split(view, ":")[0]
endif
endfor

Loading…
Cancel
Save