We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cfc243 commit 8c6349bCopy full SHA for 8c6349b
lua/neo-tree/sources/filesystem/lib/fs_actions.lua
@@ -21,7 +21,7 @@ local M = {}
21
---@param original_path string
22
---@param destination string
23
---@return boolean rename_is_safe
24
-local function can_safely_rename(original_path, destination)
+local function rename_is_safe(original_path, destination)
25
if not uv.fs_stat(destination) then
26
return true
27
end
0 commit comments