CARVIEW |
Select Language
HTTP/2 200
date: Thu, 24 Jul 2025 22:01:13 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/vim/vim.git
etag: W/"d7fbeaa15a4a2a52d769c4582aba5188"
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=B%2BKBjzAVt%2BvcJU8o4lWCR%2F3zjKGGwKdYXi1UNXFh42XzsQZkfvnaHUjjKG5O6KP3tKMPOR1Sc0q%2BJiNUUon5%2BAjmGhYN5E9ALaZGVSD0gxASUZEnTrHsXyEdcYV9djTZ16aqA4j6ooCBjEqUPrqX0sFdK%2Fv2gy3nwmXu8MMZWmTb0Wf6IlWJzpM3A1MlTyCaDAS0eNfIaWLPrbGXC1IW%2F61KEt4YGRMliFr4U8emj0SKCREUIgVs4TK1sMT8ZUyKcaxCbXMuhh01FIrTLiE9IA%3D%3D--t1hoE6THx7QO3S18--kr51GrFi5Q3WimJscG6bZA%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.648423401.1753394472; Path=/; Domain=github.com; Expires=Fri, 24 Jul 2026 22:01:12 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Fri, 24 Jul 2026 22:01:12 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: B6EA:2C3491:6917:9EE0:6882AD28
patch 9.1.1528: completion: crash with getcompletion() · vim/vim@f2ec8d4 · GitHub
Copy file name to clipboardExpand all lines: src/testdir/test_cmdline.vim
Skip to content
Navigation Menu
{{ message }}
-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Commit f2ec8d4
committed
patch 9.1.1528: completion: crash with getcompletion()
Problem: completion: crash with getcompletion()
(zeertzjq)
Solution: Don't set may_expand_pattern in f_getcompletion(),
unset may_expand_pattern() once it is not longer needed
(Girish Palya).
fixes: #17680
closes: #17686
Signed-off-by: Girish Palya <girishji@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>1 parent 2ffd35f commit f2ec8d4Copy full SHA for f2ec8d4
File tree
Expand file treeCollapse file tree
3 files changed
+22
-14
lines changedFilter options
- src
- testdir
Expand file treeCollapse file tree
3 files changed
+22
-14
lines changed+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
233 | 233 |
| |
234 | 234 |
| |
235 | 235 |
| |
236 |
| - | |
237 | 236 |
| |
238 | 237 |
| |
239 | 238 |
| |
| |||
244 | 243 |
| |
245 | 244 |
| |
246 | 245 |
| |
| 246 | + | |
247 | 247 |
| |
| 248 | + | |
248 | 249 |
| |
249 | 250 |
| |
250 | 251 |
| |
|
src/testdir/test_cmdline.vim
Copy file name to clipboardExpand all lines: src/testdir/test_cmdline.vim+18-13Lines changed: 18 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4478 | 4478 |
| |
4479 | 4479 |
| |
4480 | 4480 |
| |
4481 |
| - | |
| 4481 | + | |
4482 | 4482 |
| |
4483 | 4483 |
| |
4484 | 4484 |
| |
| |||
4498 | 4498 |
| |
4499 | 4499 |
| |
4500 | 4500 |
| |
4501 |
| - | |
| 4501 | + | |
| 4502 | + | |
| 4503 | + | |
| 4504 | + | |
| 4505 | + | |
| 4506 | + | |
4502 | 4507 |
| |
4503 | 4508 |
| |
4504 | 4509 |
| |
| |||
4603 | 4608 |
| |
4604 | 4609 |
| |
4605 | 4610 |
| |
4606 |
| - | |
| 4611 | + | |
4607 | 4612 |
| |
4608 |
| - | |
| 4613 | + | |
4609 | 4614 |
| |
4610 | 4615 |
| |
4611 | 4616 |
| |
4612 |
| - | |
| 4617 | + | |
4613 | 4618 |
| |
4614 | 4619 |
| |
4615 |
| - | |
4616 |
| - | |
| 4620 | + | |
| 4621 | + | |
4617 | 4622 |
| |
4618 | 4623 |
| |
4619 | 4624 |
| |
4620 | 4625 |
| |
4621 |
| - | |
| 4626 | + | |
4622 | 4627 |
| |
4623 | 4628 |
| |
4624 | 4629 |
| |
4625 |
| - | |
| 4630 | + | |
4626 | 4631 |
| |
4627 | 4632 |
| |
4628 | 4633 |
| |
4629 |
| - | |
| 4634 | + | |
4630 | 4635 |
| |
4631 | 4636 |
| |
4632 | 4637 |
| |
4633 |
| - | |
| 4638 | + | |
4634 | 4639 |
| |
4635 | 4640 |
| |
4636 | 4641 |
| |
4637 | 4642 |
| |
4638 |
| - | |
| 4643 | + | |
4639 | 4644 |
| |
4640 | 4645 |
| |
4641 | 4646 |
| |
4642 |
| - | |
| 4647 | + | |
4643 | 4648 |
| |
4644 | 4649 |
| |
4645 | 4650 |
| |
|
+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
719 | 719 |
| |
720 | 720 |
| |
721 | 721 |
| |
| 722 | + | |
| 723 | + | |
722 | 724 |
| |
723 | 725 |
| |
724 | 726 |
| |
|
You can’t perform that action at this time.
0 commit comments