From e6c7aea915e876912eca37f42253f9395e03356b Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Mon, 13 Jan 2025 08:27:23 -0600 Subject: add newclass opt and change class of st256color --- func/tagnames.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'func') diff --git a/func/tagnames.lua b/func/tagnames.lua index 75284ed..0274b7e 100644 --- a/func/tagnames.lua +++ b/func/tagnames.lua @@ -23,7 +23,7 @@ function nametagc_t(t, c) for _, c in ipairs(cs) do for _, ct in ipairs(c:tags()) do if ct == t then - nametag(t, c.class) + nametag(t, c.newclass or c.class) return end end -- cgit v1.2.3