convert to mise
Some checks failed
ci / ci (push) Failing after 1m0s

This commit is contained in:
2026-01-18 21:01:05 -07:00
parent 72b6886838
commit aff2c8c914
27 changed files with 320 additions and 115 deletions

View File

@@ -3,9 +3,7 @@ local Range = require 'u.range'
--- @type fun(range: u.Range): nil|(fun():any)
local __U__OpKeymapOpFunc_rhs = nil
--- This is the global utility function used for operatorfunc
--- in opkeymap
--- @type nil|fun(range: u.Range): fun():any|nil
--- This is the global utility function used for operatorfunc in opkeymap
--- @param ty 'line'|'char'|'block'
-- selene: allow(unused_variable)
function _G.__U__OpKeymapOpFunc(ty)