From 640149337f54cc298cc7ff2e296545af04aed3bf Mon Sep 17 00:00:00 2001 From: nicm Date: Thu, 28 Nov 2019 10:55:45 +0000 Subject: [PATCH] Missing after-kill-pane option. --- options-table.c | 1 + 1 file changed, 1 insertion(+) diff --git a/options-table.c b/options-table.c index ba7db3e1..67fe553a 100644 --- a/options-table.c +++ b/options-table.c @@ -794,6 +794,7 @@ const struct options_table_entry options_table[] = { OPTIONS_TABLE_HOOK("after-copy-mode", ""), OPTIONS_TABLE_HOOK("after-display-message", ""), OPTIONS_TABLE_HOOK("after-display-panes", ""), + OPTIONS_TABLE_HOOK("after-kill-pane", ""), OPTIONS_TABLE_HOOK("after-list-buffers", ""), OPTIONS_TABLE_HOOK("after-list-clients", ""), OPTIONS_TABLE_HOOK("after-list-keys", ""),