Commit 678e320
committed
hooks.py(fix[_show_hook, show_hook]): Remove invalid ignore_errors parameter
why: tmux show-hooks does not accept -q flag.
Verified against ~/study/c/tmux/cmd-show-options.c:67 which shows
show-hooks accepts "gpt:w" only.
what:
- Remove ignore_errors parameter from _show_hook() signature
- Remove ignore_errors parameter from show_hook() signature
- Remove ignore_errors flag handling code
- Remove ignore_errors from _show_hook() call in show_hook()1 parent 2e9de2c commit 678e320
1 file changed
+0
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
322 | | - | |
323 | 322 | | |
324 | 323 | | |
325 | 324 | | |
| |||
352 | 351 | | |
353 | 352 | | |
354 | 353 | | |
355 | | - | |
356 | | - | |
357 | | - | |
358 | 354 | | |
359 | 355 | | |
360 | 356 | | |
| |||
369 | 365 | | |
370 | 366 | | |
371 | 367 | | |
372 | | - | |
373 | 368 | | |
374 | 369 | | |
375 | 370 | | |
| |||
412 | 407 | | |
413 | 408 | | |
414 | 409 | | |
415 | | - | |
416 | 410 | | |
417 | 411 | | |
418 | 412 | | |
| |||
0 commit comments