diff options
Diffstat (limited to 'util/termcolours.lua')
-rw-r--r-- | util/termcolours.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/termcolours.lua b/util/termcolours.lua index a1c01aa5..e99294a4 100644 --- a/util/termcolours.lua +++ b/util/termcolours.lua @@ -5,6 +5,8 @@ -- This project is MIT/X11 licensed. Please see the -- COPYING file in the source package for more information. -- +-- +-- luacheck: ignore 213/i local t_concat, t_insert = table.concat, table.insert; |