From 2628af573d98f7bdd4db02c7a80c860b867a45fb Mon Sep 17 00:00:00 2001 From: nicm Date: Mon, 18 Mar 2019 14:10:25 +0000 Subject: Add format variables for the default formats for the various modes (tree_mode_format and so on) and add a -a flag to display-message to list variables with values. --- window-buffer.c | 1 + 1 file changed, 1 insertion(+) (limited to 'window-buffer.c') diff --git a/window-buffer.c b/window-buffer.c index 7c918c70..06d346e3 100644 --- a/window-buffer.c +++ b/window-buffer.c @@ -41,6 +41,7 @@ static void window_buffer_key(struct window_mode_entry *, const struct window_mode window_buffer_mode = { .name = "buffer-mode", + .default_format = WINDOW_BUFFER_DEFAULT_FORMAT, .init = window_buffer_init, .free = window_buffer_free, -- cgit