Commit 87944a5
vimux: simplify exit handling by always returning success
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.1 parent 88e07c6 commit 87944a5
1 file changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| |||
0 commit comments