A RetroSearch Logo

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

Search Query:

Showing content from https://github.com/neovim/neovim/commit/8a27205d09405b9b040f0122e2adbd22fc29d498 below:

only set default handler config if unset · neovim/neovim@8a27205 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed Original file line number Diff line number Diff line change

@@ -30,7 +30,7 @@ M.handlers = setmetatable({}, {

30 30

__newindex = function(t, name, handler)

31 31

vim.validate { handler = {handler, "t" } }

32 32

rawset(t, name, handler)

33 -

if not global_diagnostic_options[name] then

33 +

if global_diagnostic_options[name] == nil then

34 34

global_diagnostic_options[name] = true

35 35

end

36 36

end,

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