CARVIEW |
Select Language
HTTP/2 200
date: Wed, 23 Jul 2025 08:47:28 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/"4590c36b56b62c717ba30a82980680e8"
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=rvW3MRoOHgS2TwjiNtrAO%2BzHaZvaLQDqv4momPAU3uSrbjOnyfY6UxzowH6E35oh4%2FBBUi7g2yQhApxOtvdybKQmiUe708HvtICgtHE9PC9SMLrW6RGnQIGIi%2FoD4WHVww33MIOvjo%2FgB7zCtiMplHaI0ic6l1GccCE8PaHyiA1Wz4jGH9B6zioYfK1RlX1yXuLxyei%2FcCyOk3htEn4w78SOvInxhPwjsmDE3S6UPubZnl9TI0XDUx0KmPhJyG%2Bm0km%2B%2FuIfhQg2jLD7ei5Ydw%3D%3D--xaDogOilHR6N2%2FsM--k%2F3jtafPKJULplP9cWPVwg%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.613547276.1753260446; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 08:47:26 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 08:47:26 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 9CB6:1D735C:771275:9334D2:6880A19E
feat(statusline): support multibyte fillchar · neovim/neovim@be15ac0 · GitHub
Copy file name to clipboardExpand all lines: src/nvim/testdir/test_statusline.vim
Copy file name to clipboardExpand all lines: test/functional/api/vim_spec.lua
Skip to content
Navigation Menu
{{ message }}
-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Commit be15ac0
committed
feat(statusline): support multibyte fillchar
This includes a partial port of Vim patch 8.2.2569 and some changes to
nvim_eval_statusline() to allow a multibyte fillchar. Literally every
line of C code touched by that patch has been refactored in Nvim, and
that patch contains some irrelevant foldcolumn tests I'm not sure how to
port (as Nvim's foldcolumn behavior has diverged from Vim's).1 parent 7085e5b commit be15ac0Copy full SHA for be15ac0
File tree
Expand file treeCollapse file tree
8 files changed
+154
-93
lines changedFilter options
- runtime/doc
- src/nvim
- api
- testdir
- test
- functional/api
- unit
Expand file treeCollapse file tree
8 files changed
+154
-93
lines changed+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2458 | 2458 |
| |
2459 | 2459 |
| |
2460 | 2460 |
| |
2461 |
| - | |
| 2461 | + | |
| 2462 | + | |
2462 | 2463 |
| |
2463 | 2464 |
| |
2464 | 2465 |
| |
|
+8-7Lines changed: 8 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
| 22 | + | |
22 | 23 |
| |
23 | 24 |
| |
24 | 25 |
| |
| |||
2234 | 2235 |
| |
2235 | 2236 |
| |
2236 | 2237 |
| |
2237 |
| - | |
| 2238 | + | |
2238 | 2239 |
| |
2239 | 2240 |
| |
2240 | 2241 |
| |
| |||
2249 | 2250 |
| |
2250 | 2251 |
| |
2251 | 2252 |
| |
2252 |
| - | |
2253 |
| - | |
| 2253 | + | |
| 2254 | + | |
| 2255 | + | |
| 2256 | + | |
2254 | 2257 |
| |
2255 | 2258 |
| |
2256 |
| - | |
2257 |
| - | |
2258 | 2259 |
| |
2259 | 2260 |
| |
2260 | 2261 |
| |
| |||
2285 | 2286 |
| |
2286 | 2287 |
| |
2287 | 2288 |
| |
2288 |
| - | |
| 2289 | + | |
2289 | 2290 |
| |
2290 | 2291 |
| |
2291 | 2292 |
| |
| |||
2313 | 2314 |
| |
2314 | 2315 |
| |
2315 | 2316 |
| |
2316 |
| - | |
| 2317 | + | |
2317 | 2318 |
| |
2318 | 2319 |
| |
2319 | 2320 |
| |
|
+19-21Lines changed: 19 additions & 21 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3418 | 3418 |
| |
3419 | 3419 |
| |
3420 | 3420 |
| |
3421 |
| - | |
| 3421 | + | |
3422 | 3422 |
| |
3423 | 3423 |
| |
3424 | 3424 |
| |
| |||
3461 | 3461 |
| |
3462 | 3462 |
| |
3463 | 3463 |
| |
3464 |
| - | |
3465 |
| - | |
3466 |
| - | |
3467 | 3464 |
| |
3468 | 3465 |
| |
3469 | 3466 |
| |
| |||
3661 | 3658 |
| |
3662 | 3659 |
| |
3663 | 3660 |
| |
3664 |
| - | |
| 3661 | + | |
3665 | 3662 |
| |
3666 | 3663 |
| |
3667 | 3664 |
| |
| |||
3684 | 3681 |
| |
3685 | 3682 |
| |
3686 | 3683 |
| |
3687 |
| - | |
| 3684 | + | |
3688 | 3685 |
| |
3689 | 3686 |
| |
3690 | 3687 |
| |
3691 | 3688 |
| |
3692 | 3689 |
| |
3693 |
| - | |
3694 |
| - | |
| 3690 | + | |
| 3691 | + | |
3695 | 3692 |
| |
3696 | 3693 |
| |
3697 | 3694 |
| |
| |||
3705 | 3702 |
| |
3706 | 3703 |
| |
3707 | 3704 |
| |
3708 |
| - | |
| 3705 | + | |
3709 | 3706 |
| |
3710 | 3707 |
| |
3711 | 3708 |
| |
| |||
4237 | 4234 |
| |
4238 | 4235 |
| |
4239 | 4236 |
| |
4240 |
| - | |
| 4237 | + | |
4241 | 4238 |
| |
4242 | 4239 |
| |
4243 | 4240 |
| |
| |||
4248 | 4245 |
| |
4249 | 4246 |
| |
4250 | 4247 |
| |
4251 |
| - | |
4252 |
| - | |
| 4248 | + | |
4253 | 4249 |
| |
4254 | 4250 |
| |
4255 |
| - | |
4256 |
| - | |
4257 |
| - | |
| 4251 | + | |
| 4252 | + | |
| 4253 | + | |
| 4254 | + | |
| 4255 | + | |
4258 | 4256 |
| |
4259 | 4257 |
| |
4260 | 4258 |
| |
4261 | 4259 |
| |
4262 | 4260 |
| |
4263 | 4261 |
| |
4264 |
| - | |
| 4262 | + | |
4265 | 4263 |
| |
4266 | 4264 |
| |
4267 | 4265 |
| |
| |||
4454 | 4452 |
| |
4455 | 4453 |
| |
4456 | 4454 |
| |
4457 |
| - | |
| 4455 | + | |
4458 | 4456 |
| |
4459 | 4457 |
| |
4460 | 4458 |
| |
| |||
4505 | 4503 |
| |
4506 | 4504 |
| |
4507 | 4505 |
| |
4508 |
| - | |
4509 |
| - | |
| 4506 | + | |
| 4507 | + | |
4510 | 4508 |
| |
4511 | 4509 |
| |
4512 | 4510 |
| |
4513 |
| - | |
4514 |
| - | |
| 4511 | + | |
| 4512 | + | |
4515 | 4513 |
| |
4516 | 4514 |
| |
4517 | 4515 |
| |
|
+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
105 | 105 |
| |
106 | 106 |
| |
107 | 107 |
| |
| 108 | + | |
| 109 | + | |
| 110 | + | |
108 | 111 |
| |
109 | 112 |
| |
110 | 113 |
| |
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1960 | 1960 |
| |
1961 | 1961 |
| |
1962 | 1962 |
| |
1963 |
| - | |
| 1963 | + | |
1964 | 1964 |
| |
1965 | 1965 |
| |
1966 | 1966 |
| |
|
src/nvim/testdir/test_statusline.vim
Copy file name to clipboardExpand all lines: src/nvim/testdir/test_statusline.vim+15Lines changed: 15 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
498 | 498 |
| |
499 | 499 |
| |
500 | 500 |
| |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
501 | 516 |
| |
502 | 517 |
|
test/functional/api/vim_spec.lua
Copy file name to clipboardExpand all lines: test/functional/api/vim_spec.lua+28Lines changed: 28 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2551 | 2551 |
| |
2552 | 2552 |
| |
2553 | 2553 |
| |
| 2554 | + | |
| 2555 | + | |
| 2556 | + | |
| 2557 | + | |
| 2558 | + | |
| 2559 | + | |
| 2560 | + | |
| 2561 | + | |
| 2562 | + | |
| 2563 | + | |
| 2564 | + | |
| 2565 | + | |
| 2566 | + | |
| 2567 | + | |
| 2568 | + | |
| 2569 | + | |
| 2570 | + | |
| 2571 | + | |
| 2572 | + | |
| 2573 | + | |
| 2574 | + | |
| 2575 | + | |
| 2576 | + | |
| 2577 | + | |
| 2578 | + | |
| 2579 | + | |
| 2580 | + | |
| 2581 | + | |
2554 | 2582 |
| |
2555 | 2583 |
| |
2556 | 2584 |
| |
|
You can’t perform that action at this time.
0 commit comments