-
Notifications
You must be signed in to change notification settings - Fork 163
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
VimuxOpenRunner doesn't work any more #225
Comments
Will provide more details upon request/once I have more time to check details. |
Some more details would be helpful, can you share your configuration? |
Steps to reproduce on Ubuntu 20.04 with tmux 3.0a
produces if you do
The problematic command is
See |
Naive approach for fixing this issue is to check the exit code of this command and if it fails then issue the other command. I guess, it would be helpful in any case to check exit code and not only silently fail in this case. What do you think? |
Ahh, thank you. I think I'll put a conditional in there based on the tmux version. |
You know what... should we just say that it's up to the user to decide whether to include the percent sign? This will be a bit of a hiccup when the plugin is updated, since setting |
hi! is this change going to be merged? I just found this same issue with tmux 3 |
Which change? This is not a PR and I don't see any PRs related to this issue. Contributions welcome. I am not actively developing this plugin but this @preservim org exists to facilitate contributions getting applied so plugins stay maintained as long as contributions flow in. Feel free to jump in. |
I don't see any PR either. I was basically asking if anyone was working on this. I'm happy to do a PR. I'll send it this weekend |
Yeah sorry, I got distracted by the CI issues on this repo and forgot about this. It would be great to see a PR! We do now check for errors in system calls as of #222 so that could be helpful here. |
no worries! just sent a PR. English is not my first language so I'm not sure if the update to the docs sounds natural |
Thank you! This does mildly break the config for users who have a custom value for the height option, but the fix is easy and this keeps things simpler going forward. |
It seems that my nvim/vimux setup is broken with #217. If I run
VimuxOpenRunner
it silently fails, meaning that no terminal is opened.Once I revert this change locally, my setup works again, meaning that terminal is opened as expected.
Tmux version 3.0a/ Ubuntu 20.04
The text was updated successfully, but these errors were encountered: