diff --git a/lua/genghis.lua b/lua/genghis.lua index df369c7..697e0c9 100644 --- a/lua/genghis.lua +++ b/lua/genghis.lua @@ -165,6 +165,7 @@ function M.chmodx() perm = perm:gsub("r(.)%-", "r%1x") -- add x to every group that has r fn.setfperm(filename, perm) vim.notify("Execution Permission granted.") + cmd.edit() end ---Trash the current File.