fix: let override function works,fix #1287 #1278

pull/1302/head
tomasky 2 years ago committed by siduck
parent f5b6a67ebb
commit 6ff356ae93

@ -149,7 +149,8 @@ M.load_override = function(default_table, plugin_name)
if type(user_table) == "function" then
user_table = user_table()
elseif type(user_table) == "table" then
end
if type(user_table) == "table" then
default_table = merge_tb("force", default_table, user_table)
else
default_table = default_table

Loading…
Cancel
Save