File

plugins/mod_unknown.lua @ 13199:278920294dfe

util.human.io: Fix pattern in parse_duration() to cover all used letters Notably 'h' was missing. Awkwardly, 'hour' would result in 'ho' which was missing from table.
author Kim Alvefur <zash@zash.se>
date Sun, 16 Jul 2023 19:27:18 +0200
parent 6003:28a90f5fea46
line wrap: on
line source

-- Unknown platform stub
module:set_global();

-- TODO Do things that make sense if we don't know about the platform