A RetroSearch Logo

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

Search Query:

Showing content from https://github.com/neovim/neovim/commit/791e400858ae8d32f974b40c4e1c0d54b66f610f below:

lsp and diagnostic highlight priority (#17461) · neovim/neovim@791e400 · GitHub

File tree Expand file treeCollapse file tree 2 files changed

+6

-3

lines changed

Filter options

Expand file treeCollapse file tree 2 files changed

+6

-3

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

@@ -920,7 +920,10 @@ M.handlers.underline = {

920 920

underline_ns,

921 921

higroup,

922 922

{ diagnostic.lnum, diagnostic.col },

923 -

{ diagnostic.end_lnum, diagnostic.end_col }

923 +

{ diagnostic.end_lnum, diagnostic.end_col },

924 +

'v',

925 +

false,

926 +

150

924 927

)

925 928

end

926 929

save_extmarks(underline_ns, bufnr)

Original file line number Diff line number Diff line change

@@ -1551,9 +1551,9 @@ do --[[ References ]]

1551 1551

document_highlight_kind[kind],

1552 1552

{ start_line, start_idx },

1553 1553

{ end_line, end_idx },

1554 -

nil,

1554 +

'v',

1555 1555

false,

1556 -

40)

1556 +

200)

1557 1557

end

1558 1558

end

1559 1559

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