Changed function names
This commit is contained in:
@@ -37,7 +37,7 @@ local change_theme = function(old, new, prefsFile)
|
||||
file:close()
|
||||
end
|
||||
|
||||
local exec = function(choice, prefsFile)
|
||||
local applytofile = function(choice, prefsFile)
|
||||
if choice == nil then
|
||||
vim.notify("No theme selected!", 4)
|
||||
return
|
||||
@@ -56,5 +56,5 @@ end
|
||||
return {
|
||||
getAllThemes = getAllThemes,
|
||||
change_theme = change_theme,
|
||||
exec = exec,
|
||||
applytofile = applytofile,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user