+2
-4
lines changedFilter options
+2
-4
lines changed Original file line number Diff line number Diff line change
@@ -611,10 +611,8 @@ function M.config(opts, namespace)
611
611
t = global_diagnostic_options
612
612
end
613
613
614
-
for opt in pairs(global_diagnostic_options) do
615
-
if opts[opt] ~= nil then
616
-
t[opt] = opts[opt]
617
-
end
614
+
for k, v in pairs(opts) do
615
+
t[k] = v
618
616
end
619
617
620
618
if namespace then
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4