CARVIEW |
Select Language
HTTP/2 200
date: Tue, 22 Jul 2025 23:45:45 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/neovim/neovim.git
etag: W/"de6eb1e246ecfcc645262205873efc25"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=JqENI5afti9qBmMGS6mOwIbR73NOG54tFc7etcR7lZwAB1XvvSP0l4YbUt4P9pEbU03JQbCbdie6Fm43QYRvpa%2BgddPEbMw6mdEeulRVIO5egjdkdey0Aqq2lc5P0OZMDN5KboaOXvMirTBPORtgIu%2F%2B8CO60bK4sNyLewYa5VANjw0vAVJEJh7S20CiNXMr%2FbqXHNcn4WdVxlCzFRf%2FoFr8gSmalT7Al1B9hP96YrQGxrOAVzzFijmNyR2KW12I1M8BDv2TrRJeCbwt3SF5wA%3D%3D--Fggo97hKksLUpRsA--4AfTDLDFpfyhSP1uWOwmmA%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1473281910.1753227945; Path=/; Domain=github.com; Expires=Wed, 22 Jul 2026 23:45:45 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Wed, 22 Jul 2026 23:45:45 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: B162:35B563:1CC852:27CF53:688022A9
fix(diagnostic): respect "if_many" source option for virtual text (#1… · neovim/neovim@818ae74 · GitHub
Copy file name to clipboardExpand all lines: runtime/lua/vim/diagnostic.lua
Skip to content
Navigation Menu
{{ message }}
-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Commit 818ae74
authored
fix(diagnostic): respect "if_many" source option for virtual text (#16653)
The `prefix_source` function only evaluates the sources from the
diagnostics passed to it; however, because each namespace draws its own
virtual text, its diagnostics will never contain more than a single
source (by definition). This requires changing the semantics of what
"if_many" means from "multiple sources in a single 'batch' of
diagnostics" to "multiple sources of all diagnostics within a buffer".1 parent 36c401d commit 818ae74Copy full SHA for 818ae74
File tree
Expand file treeCollapse file tree
2 files changed
+40
-27
lines changedFilter options
- runtime
- doc
- lua/vim
Expand file treeCollapse file tree
2 files changed
+40
-27
lines changed+12-6Lines changed: 12 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
347 | 347 |
| |
348 | 348 |
| |
349 | 349 |
| |
350 |
| - | |
351 |
| - | |
352 |
| - | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
353 | 356 |
| |
354 | 357 |
| |
355 | 358 |
| |
| |||
608 | 611 |
| |
609 | 612 |
| |
610 | 613 |
| |
611 |
| - | |
612 |
| - | |
613 |
| - | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
614 | 620 |
| |
615 | 621 |
| |
616 | 622 |
| |
|
runtime/lua/vim/diagnostic.lua
Copy file name to clipboardExpand all lines: runtime/lua/vim/diagnostic.lua+28-21Lines changed: 28 additions & 21 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
91 | 91 |
| |
92 | 92 |
| |
93 | 93 |
| |
94 |
| - | |
95 |
| - | |
96 |
| - | |
97 |
| - | |
98 |
| - | |
99 |
| - | |
100 |
| - | |
101 |
| - | |
102 |
| - | |
103 |
| - | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
104 | 102 |
| |
105 | 103 |
| |
106 |
| - | |
107 |
| - | |
108 |
| - | |
109 | 104 |
| |
| 105 | + | |
| 106 | + | |
110 | 107 |
| |
| 108 | + | |
| 109 | + | |
111 | 110 |
| |
112 | 111 |
| |
113 | 112 |
| |
| |||
560 | 559 |
| |
561 | 560 |
| |
562 | 561 |
| |
563 |
| - | |
564 |
| - | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
565 | 566 |
| |
566 | 567 |
| |
567 | 568 |
| |
| |||
925 | 926 |
| |
926 | 927 |
| |
927 | 928 |
| |
928 |
| - | |
929 |
| - | |
| 929 | + | |
| 930 | + | |
| 931 | + | |
| 932 | + | |
| 933 | + | |
930 | 934 |
| |
931 | 935 |
| |
932 | 936 |
| |
| |||
1151 | 1155 |
| |
1152 | 1156 |
| |
1153 | 1157 |
| |
1154 |
| - | |
1155 |
| - | |
| 1158 | + | |
| 1159 | + | |
| 1160 | + | |
| 1161 | + | |
| 1162 | + | |
1156 | 1163 |
| |
1157 | 1164 |
| |
1158 | 1165 |
| |
| |||
1264 | 1271 |
| |
1265 | 1272 |
| |
1266 | 1273 |
| |
1267 |
| - | |
1268 |
| - | |
| 1274 | + | |
| 1275 | + | |
1269 | 1276 |
| |
1270 | 1277 |
| |
1271 | 1278 |
| |
|
You can’t perform that action at this time.
0 commit comments