Update 2025-01-11

This commit is contained in:
2025-01-11 18:19:28 +02:00
parent 9ae599446b
commit f441d61eca
40 changed files with 845 additions and 587 deletions

View File

@@ -235,7 +235,7 @@ function Yatline.string.get:hovered_size()
end
--- Gets the hovered file's path of the current active tab.
--- @return string mime Current active tab's hovered file's path.
--- @return string mime Current active tab's hovered file's mime.
function Yatline.string.get:hovered_mime()
local hovered = cx.active.current.hovered
if hovered then
@@ -246,7 +246,7 @@ function Yatline.string.get:hovered_mime()
end
--- Gets the hovered file's user and group ownership of the current active tab.
--- @return string ownership active tab's hovered file's path.
--- @return string ownership Current active tab's hovered file's user and group ownership.
function Yatline.string.get:hovered_ownership()
local hovered = cx.active.current.hovered