File

plugins/mod_windows.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

-- Windows platform stub
module:set_global();

-- TODO Add Windows-specific things here