From eef00d04d7f04d352b0df8055de4058a15b653f1 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sun, 28 Jun 2020 10:10:41 -0400 Subject: Renamed `ui.bufstatusbar_text` to `ui.buffer_statusbar_text`. --- src/textadept.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/textadept.c') diff --git a/src/textadept.c b/src/textadept.c index f03de69f..2afb1b59 100644 --- a/src/textadept.c +++ b/src/textadept.c @@ -894,7 +894,7 @@ static int ui_newindex(lua_State *L) { SS(focused_view, SCI_COPYTEXT, lua_rawlen(L, 3), (sptr_t)text); } else if (strcmp(key, "statusbar_text") == 0) set_statusbar_text(lua_tostring(L, 3), 0); - else if (strcmp(key, "bufstatusbar_text") == 0) + else if (strcmp(key, "buffer_statusbar_text") == 0) set_statusbar_text(lua_tostring(L, 3), 1); else if (strcmp(key, "menubar") == 0) { #if GTK -- cgit v1.2.3