mirror of
https://github.com/mrSkortch/MissionScriptingTools.git
synced 2025-08-15 10:47:23 +00:00
vim modeline, fixed indention
See https://www.cs.swarthmore.edu/help/vim/modelines.html
This commit is contained in:
parent
6761878ce3
commit
c2fddb436a
6
mist.lua
6
mist.lua
@ -6415,8 +6415,8 @@ do -- mist.Logger scope
|
|||||||
text = text:gsub('$' .. index, value)
|
text = text:gsub('$' .. index, value)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
local fName = nil
|
local fName = nil
|
||||||
local cLine = nil
|
local cLine = nil
|
||||||
if debug then
|
if debug then
|
||||||
local dInfo = debug.getinfo(3)
|
local dInfo = debug.getinfo(3)
|
||||||
fName = dInfo.name
|
fName = dInfo.name
|
||||||
@ -6610,3 +6610,5 @@ end
|
|||||||
-- initialize mist
|
-- initialize mist
|
||||||
mist.init()
|
mist.init()
|
||||||
env.info(('Mist version ' .. mist.majorVersion .. '.' .. mist.minorVersion .. '.' .. mist.build .. ' loaded.'))
|
env.info(('Mist version ' .. mist.majorVersion .. '.' .. mist.minorVersion .. '.' .. mist.build .. ' loaded.'))
|
||||||
|
|
||||||
|
-- vim: noet:ts=2:sw=2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user