From ada6a867c87be0ed746cdb94c28ff24f8288280c Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 8 Jun 2020 08:37:03 -0400 Subject: Prefer `view.property*` instead of `buffer.property*`. --- themes/term.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'themes/term.lua') diff --git a/themes/term.lua b/themes/term.lua index f3c5bfed..0a88dc89 100644 --- a/themes/term.lua +++ b/themes/term.lua @@ -2,8 +2,8 @@ -- Terminal theme for Textadept. -- Contributions by Ana Balan. -local buffer, view = buffer, view -local property, property_int = buffer.property, buffer.property_int +local view = view +local property, property_int = view.property, view.property_int -- Normal colors. property['color.black'] = 0x000000 -- cgit v1.2.3