Release v1.6.7#34
Merged
Merged
Conversation
added 3 commits
May 7, 2026 08:57
Both features are unavailable on older tmux installs (e.g. tytan).
Wrap them in %if #{>=:#{version},3.2} / %endif so the config loads
cleanly on any tmux >= 3.0a (when %if was introduced).
- tmux: gate extended-keys and display-popup on tmux >= 3.2 - neovim: fix runtime/binary mismatch on glibc-pinned hosts - update.sh: _update_plugin auto-clones missing zsh plugins - docs: update CLAUDE.md and AGENTS.md with _update_plugin signature
_do_update_neovim was falling through to the v0.9.5 restore path on glibc < 2.32 hosts where neovim was never installed (e.g. minimal profile). The binary-missing case and the binary-broken case both cause '--version' to fail, but only broken warrants a restore. Add an existence check so update.sh skips gracefully when neovim was never set up on this host.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #33
Summary
extended-keysanddisplay-popupon tmux ≥ 3.2 so older installs (e.g. tytan) don't get parse errorsE15/osc52 errors_update_pluginnow accepts an optional URL and auto-clones missing zsh plugins —./update.sh zsh-pluginsnow self-heals instead of silently skippingTest plan
test.shpasses after install and after update