We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f11a11 commit 30a38c3Copy full SHA for 30a38c3
lua/neo-tree/utils/init.lua
@@ -922,7 +922,7 @@ M.is_subpath = function(base, path)
922
end
923
924
---Checks whether the parent file has the child path as a true descendant (i.e. not through a link).
925
----@param parent string
+---@param phttps://github.com/th-ch/youtube-musicarent string
926
---@param child string
927
---@return boolean parent_contains_child
928
M.is_descendant = function(parent, child)
@@ -1084,7 +1084,7 @@ M.split = function(inputString, sep)
1084
return fields
1085
1086
1087
----Split a path into a parentPath and a name.
+---Split a path into a parent path and a name.
1088
---@param path string? The path to split.
1089
---@return string? parent_path
1090
---@return string? name
0 commit comments