A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/neovim/neovim/commit/984270c09f628415f99e576c64e93041731a8ba6 below:

allow setting arbitrary config values · neovim/neovim@984270c · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+2

-4

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+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