patch
parent
80359da19f
commit
75b9e2e259
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"runtime.version": "LuaJIT"
|
||||
}
|
||||
|
|
@ -69,7 +69,7 @@ local function fileOp(op)
|
|||
cmd("bdelete #")
|
||||
vim.notify(" Renamed '" .. oldName .. "' to '" .. newName .. "'. ")
|
||||
else
|
||||
vim.notify(" Could not rename file: "..errormsg, error)
|
||||
vim.notify(" Could not rename file: " .. errormsg, error)
|
||||
end
|
||||
elseif op == "new" or op == "newFromSel" then
|
||||
cmd {cmd = "edit", args = {filepath}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue