Set up format tree for %if, GitHub issue 1896.

This commit is contained in:
nicm
2019-09-10 07:50:33 +00:00
parent b6b7486423
commit 4b7e97ba53
5 changed files with 8 additions and 12 deletions

View File

@ -69,7 +69,6 @@
" '#{?pane_marked,Unmark,Mark}' 'm' {select-pane -m}" \
" '#{?window_zoomed_flag,Unzoom,Zoom}' 'z' {resize-pane -Z}"
static int key_bindings_cmp(struct key_binding *, struct key_binding *);
RB_GENERATE_STATIC(key_bindings, key_binding, entry, key_bindings_cmp);
static int key_table_cmp(struct key_table *, struct key_table *);