# HG changeset patch # User Kim Alvefur # Date 1456436020 -3600 # Node ID 48d167f652ad05980c324feda04eb7752bc0c44b # Parent ff514c1b1c27e34da189ebe2d5dc6b83c707d241 util.termcolours: Silence luacheck warning diff -r ff514c1b1c27 -r 48d167f652ad util/termcolours.lua --- a/util/termcolours.lua Thu Feb 25 22:32:13 2016 +0100 +++ b/util/termcolours.lua Thu Feb 25 22:33:40 2016 +0100 @@ -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;