Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tmux master branch version issue #1727

Closed
Chris-Bee opened this issue Feb 22, 2017 · 3 comments
Closed

tmux master branch version issue #1727

Chris-Bee opened this issue Feb 22, 2017 · 3 comments

Comments

@Chris-Bee
Copy link

Hello,
when compiling the tmux from source (master branch). tmux -V shows "master" as the version number. This causes "source .powerline/powerline/bindings/tmux/powerline.conf" to fail. If I checkout the latest tag of tmux so that tmux -V shows a version number e.g. 2.3 - "source .powerline/powerline/bindings/tmux/powerline.conf" works fine.

@BlitzKraft
Copy link
Contributor

I had the same issue. when I checked out master. I changed the file in bindings/tmux/__init__.py to hard code the version info for now.

Line 76: version_string = "tmux 2.3"

This fixed it. Excepting that, I don't think there is much that can be done from powerline.

@s-ol
Copy link
Contributor

s-ol commented Feb 23, 2017

@BlitzKraft: well, sane behaviour would be to expect tmux to be of the latest supported version if it reports master.

@Chris-Bee
Copy link
Author

@s-ol That makes the most sense. Can anybody do it and just do a pull request?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants