Commit da38b70
committed
hooks.py(fix[set_hook]): Remove invalid _format parameter
why: tmux set-hook does not accept -F flag (only set-option does).
Verified against ~/study/c/tmux/cmd-set-option.c:65 which shows
set-hook accepts "agpRt:uw" only.
what:
- Remove _format parameter from set_hook() signature
- Remove _format flag handling code1 parent 3fcc34d commit da38b70
1 file changed
+0
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
115 | 114 | | |
116 | 115 | | |
117 | 116 | | |
| |||
158 | 157 | | |
159 | 158 | | |
160 | 159 | | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | 160 | | |
166 | 161 | | |
167 | 162 | | |
| |||
0 commit comments