fix: Respect cmdheight and laststatus
This commit is contained in:
@@ -98,7 +98,7 @@ local _resolve_map = {
|
||||
end,
|
||||
|
||||
-- Percentages
|
||||
[function(val) return type(val) == 'number' and val > 0 and val < 1 end] = function(selector, val)
|
||||
[function(val) return type(val) == 'number' and val >= 0 and val < 1 end] = function(selector, val)
|
||||
return function(...)
|
||||
return math.floor(val * select(selector, ...))
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user