From 992804cb27993d5de8e6830a8ab9268045ce6892 Mon Sep 17 00:00:00 2001 From: Laurence de Bruxelles Date: Fri, 19 Sep 2025 10:19:10 +0300 Subject: Use STYLE_WHITESPACE for spaces, newlines, and tabs Allow theming the replacement characters shown for showspaces, showtabs, and/or shownewlines. --- vis-lua.c | 1 + 1 file changed, 1 insertion(+) (limited to 'vis-lua.c') diff --git a/vis-lua.c b/vis-lua.c index e226d18..fa7ef35 100644 --- a/vis-lua.c +++ b/vis-lua.c @@ -3316,6 +3316,7 @@ static void vis_lua_init(Vis *vis) { { UI_STYLE_SEPARATOR, "STYLE_SEPARATOR" }, { UI_STYLE_INFO, "STYLE_INFO" }, { UI_STYLE_EOF, "STYLE_EOF" }, + { UI_STYLE_WHITESPACE, "STYLE_WHITESPACE" }, }; for (size_t i = 0; i < LENGTH(styles); i++) { -- cgit v1.2.3