roxma / nvim-completion-manager

:warning: PLEASE USE https://github.com/ncm2/ncm2 INSTEAD
MIT License
917 stars 49 forks source link

Fix tmux source #110

Closed thalesmello closed 7 years ago

thalesmello commented 7 years ago

Before this commit, tmux source assumed panes started at index 0. That can, however, be changed with:

setw -g pane-base-index 1

Because of this, I changed the implementation so that it checks for the actual indices of each window rather than assuming it starts at zero.

roxma commented 7 years ago

LGTM. Thanks.