added type to environmet where missing

This commit is contained in:
mutlusun 2019-08-23 10:51:15 +02:00
parent bc134d8792
commit 025d2e1ad5
No known key found for this signature in database
GPG Key ID: C0AF8F434E1AB79B
3 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,7 @@
-- {{{ Grab environment
local helpers = require("vicious.helpers")
local tonumber = tonumber
local type = type
-- }}}

View File

@ -6,7 +6,7 @@
-- {{{ Grab environment
local tonumber = tonumber
local math = { floor = math.floor }
local type = type
local helpers = require"vicious.helpers"
local spawn = require"vicious.spawn"
-- }}}

View File

@ -1,6 +1,7 @@
-- {{{ Grab environment
local string = { match = string.match }
local helpers = require("vicious.helpers")
local type = type
-- }}}