remotes/origin/HEAD
pseudometa 2022-11-27 21:16:02 +01:00
parent 80359da19f
commit 75b9e2e259
2 changed files with 4 additions and 1 deletions

3
.luarc.json Normal file
View File

@ -0,0 +1,3 @@
{
"runtime.version": "LuaJIT"
}

View File

@ -69,7 +69,7 @@ local function fileOp(op)
cmd("bdelete #") cmd("bdelete #")
vim.notify(" Renamed '" .. oldName .. "' to '" .. newName .. "'. ") vim.notify(" Renamed '" .. oldName .. "' to '" .. newName .. "'. ")
else else
vim.notify(" Could not rename file: "..errormsg, error) vim.notify(" Could not rename file: " .. errormsg, error)
end end
elseif op == "new" or op == "newFromSel" then elseif op == "new" or op == "newFromSel" then
cmd {cmd = "edit", args = {filepath}} cmd {cmd = "edit", args = {filepath}}