remotes/origin/HEAD
pseudometa 2022-11-28 16:53:28 +01:00
parent 49eb08a38f
commit b3de968acf
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ local function fileOp(op)
vim.ui.input({prompt = promptStr}, function(newName)
local invalidName = false
local sameName
local sameName
if newName then
invalidName = newName:find("^%s*$") or newName:find("[/\\:]")
sameName = newName == oldName