Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

vimux: simplify exit handling by always returning success#346

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
lceWolf merged 1 commit intoCivitasv:masterfromDemiDroL:vimux_exit_code
Nov 12, 2025

Conversation

@DemiDroL
Copy link
Contributor

The previous implementation relied on terminal.handle_exit(), which expected lock and exit_code files to be created. Vimux does not support this workflow, causing errors when trying to handle exit codes.

This change removes the dependency on terminal.handle_exit() and instead always calls on_exit(0) if provided, treating every run as successful.

The previous implementation relied on terminal.handle_exit(), whichexpected lock and exit_code files to be created. Vimux does not supportthis workflow, causing errors when trying to handle exit codes.This change removes the dependency on terminal.handle_exit() andinstead always calls on_exit(0) if provided, treating every run assuccessful.
@lceWolflceWolf merged commit87944a5 intoCivitasv:masterNov 12, 2025
@lceWolf
Copy link
Collaborator

Thank you for your contribution

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@DemiDroL@lceWolf

[8]ページ先頭

©2009-2025 Movatter.jp