Commit 0c3decc
committed
hooks.py(fix[unset_hook]): Remove invalid ignore_errors parameter
why: tmux set-hook (used with -u for unset) does not accept -q flag.
Verified against ~/study/c/tmux/cmd-set-option.c:65 which shows
set-hook accepts "agpRt:uw" only.
what:
- Remove ignore_errors parameter from unset_hook() signature
- Remove ignore_errors flag handling code1 parent ff368f4 commit 0c3decc
1 file changed
+0
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
195 | 194 | | |
196 | 195 | | |
197 | 196 | | |
| |||
213 | 212 | | |
214 | 213 | | |
215 | 214 | | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | 215 | | |
221 | 216 | | |
222 | 217 | | |
| |||
0 commit comments