CARVIEW |
Select Language
HTTP/2 200
date: Wed, 23 Jul 2025 06:38:52 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/"b6aa4da46a60a19e902ce332d85f74b8"
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=COdZvl8jsJPCGMAG4q7wc726O3uJ8X4WvWAbETPSwcb7nKdnmjIi7KMipZjTYEJa%2FosK%2BjQHZDK1VRh2vxSGLYkNZuTqJyt9k%2BkKZIz1TfGs8CjNEw8sEyCkfmeKTkTfpkwZf1MGbXgehrZJX%2FZr0VPN%2Bur2re6iXaOT3%2FlBqWKoSqt8kFWczBKmNIC%2FccecDZfnjmI2%2FvKGO%2FehzCYFQXGh5UXQhobUp2rpoutotdAD2%2FLW%2FvtE5v0h5CkuwHVd9kZnodh393BVSlV1vcPm0w%3D%3D--y5W%2B1dSoORTAGEE0--vEd001R6ZzOKKlo0x%2BrwkQ%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.939348021.1753252727; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 06:38:47 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 06:38:47 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: DC22:3B93B0:555938:6D7B73:68808377
feat: add support for global statusline · neovim/neovim@5ab1229 · GitHub
Skip to content
Navigation Menu
{{ message }}
-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Commit 5ab1229
committed
feat: add support for global statusline
Ref: #9342
Adds the option to have a single global statusline for the current window at the bottom of the screen instead of a statusline at the bottom of every window. Enabled by setting `laststatus = 3`.
Due to the fact that statuslines at the bottom of windows are removed when global statusline is enabled, horizontal separators are used instead to separate horizontal splits. The horizontal separator character is configurable through the`horiz` item in `'fillchars'`. Separator connector characters are also used to connect the horizontal and vertical separators together, which are also configurable through the `horizup`, `horizdown`, `vertleft`, `vertright` and `verthoriz` items in `fillchars`.
The window separators are highlighted using the `WinSeparator` highlight group, which supersedes `VertSplit` and is linked to `VertSplit` by default in order to maintain backwards compatibility.1 parent 046950f commit 5ab1229Copy full SHA for 5ab1229
File tree
Expand file treeCollapse file tree
25 files changed
+828
-203
lines changedFilter options
- runtime/doc
- src/nvim
- api
- eval
- testdir
- test
- functional/ui
- unit/viml/expressions
Expand file treeCollapse file tree
25 files changed
+828
-203
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
175 | 175 |
| |
176 | 176 |
| |
177 | 177 |
| |
178 |
| - | |
| 178 | + | |
179 | 179 |
| |
180 | 180 |
| |
181 | 181 |
| |
|
+24-4Lines changed: 24 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2441 | 2441 |
| |
2442 | 2442 |
| |
2443 | 2443 |
| |
| 2444 | + | |
| 2445 | + | |
| 2446 | + | |
2444 | 2447 |
| |
| 2448 | + | |
| 2449 | + | |
| 2450 | + | |
| 2451 | + | |
2445 | 2452 |
| |
2446 | 2453 |
| |
2447 | 2454 |
| |
| |||
2454 | 2461 |
| |
2455 | 2462 |
| |
2456 | 2463 |
| |
2457 |
| - | |
2458 |
| - | |
| 2464 | + | |
| 2465 | + | |
| 2466 | + | |
| 2467 | + | |
| 2468 | + | |
| 2469 | + | |
| 2470 | + | |
2459 | 2471 |
| |
2460 | 2472 |
| |
2461 | 2473 |
| |
| |||
2469 | 2481 |
| |
2470 | 2482 |
| |
2471 | 2483 |
| |
2472 |
| - | |
| 2484 | + | |
| 2485 | + | |
| 2486 | + | |
| 2487 | + | |
| 2488 | + | |
| 2489 | + | |
| 2490 | + | |
2473 | 2491 |
| |
2474 | 2492 |
| |
2475 | 2493 |
| |
| |||
3652 | 3670 |
| |
3653 | 3671 |
| |
3654 | 3672 |
| |
| 3673 | + | |
| 3674 | + | |
3655 | 3675 |
| |
3656 | 3676 |
| |
3657 | 3677 |
| |
| |||
5929 | 5949 |
| |
5930 | 5950 |
| |
5931 | 5951 |
| |
5932 |
| - | |
| 5952 | + | |
5933 | 5953 |
| |
5934 | 5954 |
| |
5935 | 5955 |
| |
|
+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5105 | 5105 |
| |
5106 | 5106 |
| |
5107 | 5107 |
| |
5108 |
| - | |
5109 |
| - | |
| 5108 | + | |
| 5109 | + | |
5110 | 5110 |
| |
5111 | 5111 |
| |
5112 | 5112 |
| |
|
+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
482 | 482 |
| |
483 | 483 |
| |
484 | 484 |
| |
| 485 | + | |
| 486 | + | |
485 | 487 |
| |
486 | 488 |
| |
487 | 489 |
| |
|
+5-1Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
211 | 211 |
| |
212 | 212 |
| |
213 | 213 |
| |
| 214 | + | |
214 | 215 |
| |
215 | 216 |
| |
216 | 217 |
| |
| |||
227 | 228 |
| |
228 | 229 |
| |
229 | 230 |
| |
230 |
| - | |
| 231 | + | |
| 232 | + | |
231 | 233 |
| |
232 | 234 |
| |
| 235 | + | |
233 | 236 |
| |
234 | 237 |
| |
235 | 238 |
| |
| |||
348 | 351 |
| |
349 | 352 |
| |
350 | 353 |
| |
| 354 | + | |
351 | 355 |
| |
352 | 356 |
| |
353 | 357 |
| |
|
+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
104 | 104 |
| |
105 | 105 |
| |
106 | 106 |
| |
| 107 | + | |
| 108 | + | |
107 | 109 |
| |
108 | 110 |
| |
109 | 111 |
| |
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2319 | 2319 |
| |
2320 | 2320 |
| |
2321 | 2321 |
| |
2322 |
| - | |
| 2322 | + | |
2323 | 2323 |
| |
2324 | 2324 |
| |
2325 | 2325 |
| |
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
131 | 131 |
| |
132 | 132 |
| |
133 | 133 |
| |
134 |
| - | |
| 134 | + | |
135 | 135 |
| |
136 | 136 |
| |
137 | 137 |
| |
|
+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5006 | 5006 |
| |
5007 | 5007 |
| |
5008 | 5008 |
| |
5009 |
| - | |
5010 |
| - | |
| 5009 | + | |
| 5010 | + | |
5011 | 5011 |
| |
5012 | 5012 |
| |
5013 | 5013 |
| |
|
+8-1Lines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1227 | 1227 |
| |
1228 | 1228 |
| |
1229 | 1229 |
| |
| 1230 | + | |
| 1231 | + | |
| 1232 | + | |
1230 | 1233 |
| |
| 1234 | + | |
| 1235 | + | |
| 1236 | + | |
1231 | 1237 |
| |
1232 | 1238 |
| |
1233 | 1239 |
| |
| |||
1273 | 1279 |
| |
1274 | 1280 |
| |
1275 | 1281 |
| |
1276 |
| - | |
| 1282 | + | |
| 1283 | + | |
1277 | 1284 |
| |
1278 | 1285 |
| |
1279 | 1286 |
| |
|
You can’t perform that action at this time.
0 commit comments