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

fix for #33 and adding augroup #42

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

mmjo
Copy link

@mmjo mmjo commented Mar 23, 2024

Ubuntu 22.04 (LTS) version of vim is 8022121 which doesn't yet have the Focus* event support.
Thus, the plugin is still used in 2024.

Issue 33 should be fixed with this.

It's about re-entering the window when in the command line.
The message appears:

Error detected while processing function <SNR>58_do_autocmd[3]..FocusGained Autocommands for "*"..function tmux_focus_events#focus_gained:
line    8:

It is caused by matching all events with au * * ...
Fixed by limiting: au CmdLineLeave * ...

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

Successfully merging this pull request may close these issues.

1 participant