CARVIEW |
Select Language
HTTP/2 200
date: Fri, 18 Jul 2025 19:48:48 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/"ca8e24856b028f0df272318609ff2f66"
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=oZYAQuXPO8fAB5DNT%2FIKDZFrvi7PbnXmnykB32WwVQ2bMWTszMe0AtJXaP6o3YBOkpbd3fBgWDF5rI4fGbMf7cl9dN0aus3v3RirN%2BJ3vAGbF4pUNGKBLX38BD83zMtmA97jiLIVC5zl3LAuxeVjo1SL7kyoWK3f0VpckIGA9oDWvRwBABB0TGTjT5ZRCXWKsmLav%2BHe08SBcKfrI9PkiasvwRQ8NIOHsvPX1LKo0LUj3Zv7%2FJXHI%2FmKp3EAC%2BZtdhfgKZ4jwIPkJHY5ehpdDQ%3D%3D--%2BvqY%2FIRq8nY2K6s7--GjDh%2BqHxtYzyon0RcL7F4w%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1000682823.1752868126; Path=/; Domain=github.com; Expires=Sat, 18 Jul 2026 19:48:46 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Sat, 18 Jul 2026 19:48:46 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: C21A:2DDAD2:11E0F3:16BE8B:687AA51E
patch 9.1.1526: completion: search completion match may differ in case · vim/vim@93c2d5b · 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 93c2d5b
patch 9.1.1526: completion: search completion match may differ in case
Problem: completion: search completion match may differ in case
(techntools)
Solution: add "exacttext" to 'wildoptions' value (Girish Palya)
This flag does the following:
exacttext
When this flag is present, search pattern completion
(e.g., in |/|, |?|, |:s|, |:g|, |:v|, and |:vim|)
shows exact buffer text as menu items, without
preserving regex artifacts like position
anchors (e.g., |/\<|). This provides more intuitive
menu items that match the actual buffer text. However,
searches may be less accurate since the pattern is not
preserved exactly.
By default, Vim preserves the typed pattern (with
anchors) and appends the matched word. This preserves
search correctness, especially when using regular
expressions or with 'smartcase' enabled. However, the
case of the appended matched word may not exactly
match the case of the word in the buffer.
fixes: #17654
closes: #17667
Signed-off-by: Girish Palya <girishji@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>1 parent b3eaae2 commit 93c2d5bCopy full SHA for 93c2d5b
File tree
Expand file treeCollapse file tree
7 files changed
+87
-23
lines changedFilter options
- runtime/doc
- src
- testdir
Expand file treeCollapse file tree
7 files changed
+87
-23
lines changed+16-1Lines changed: 16 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| |||
9759 | 9759 |
| |
9760 | 9760 |
| |
9761 | 9761 |
| |
| 9762 | + | |
9762 | 9763 |
| |
9763 | 9764 |
| |
9764 | 9765 |
| |
| |||
9926 | 9927 |
| |
9927 | 9928 |
| |
9928 | 9929 |
| |
| 9930 | + | |
| 9931 | + | |
| 9932 | + | |
| 9933 | + | |
| 9934 | + | |
| 9935 | + | |
| 9936 | + | |
| 9937 | + | |
| 9938 | + | |
| 9939 | + | |
| 9940 | + | |
| 9941 | + | |
| 9942 | + | |
| 9943 | + | |
9929 | 9944 |
| |
9930 | 9945 |
| |
9931 | 9946 |
| |
|
+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| |||
41623 | 41623 |
| |
41624 | 41624 |
| |
41625 | 41625 |
| |
| 41626 | + | |
| 41627 | + | |
41626 | 41628 |
| |
41627 | 41629 |
| |
41628 | 41630 |
| |
|
+33-18Lines changed: 33 additions & 18 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4631 | 4631 |
| |
4632 | 4632 |
| |
4633 | 4633 |
| |
| 4634 | + | |
4634 | 4635 |
| |
4635 | 4636 |
| |
4636 | 4637 |
| |
| |||
4646 | 4647 |
| |
4647 | 4648 |
| |
4648 | 4649 |
| |
4649 |
| - | |
| 4650 | + | |
4650 | 4651 |
| |
4651 | 4652 |
| |
4652 | 4653 |
| |
4653 | 4654 |
| |
4654 |
| - | |
| 4655 | + | |
| 4656 | + | |
| 4657 | + | |
| 4658 | + | |
| 4659 | + | |
| 4660 | + | |
4655 | 4661 |
| |
4656 | 4662 |
| |
4657 | 4663 |
| |
4658 | 4664 |
| |
4659 | 4665 |
| |
4660 | 4666 |
| |
4661 | 4667 |
| |
4662 |
| - | |
| 4668 | + | |
4663 | 4669 |
| |
4664 | 4670 |
| |
4665 |
| - | |
| 4671 | + | |
| 4672 | + | |
| 4673 | + | |
| 4674 | + | |
4666 | 4675 |
| |
4667 | 4676 |
| |
4668 | 4677 |
| |
| |||
4783 | 4792 |
| |
4784 | 4793 |
| |
4785 | 4794 |
| |
| 4795 | + | |
4786 | 4796 |
| |
4787 | 4797 |
| |
4788 | 4798 |
| |
| |||
4871 | 4881 |
| |
4872 | 4882 |
| |
4873 | 4883 |
| |
4874 |
| - | |
4875 |
| - | |
4876 |
| - | |
4877 |
| - | |
4878 |
| - | |
4879 |
| - | |
4880 |
| - | |
4881 |
| - | |
| 4884 | + | |
| 4885 | + | |
| 4886 | + | |
4882 | 4887 |
| |
4883 |
| - | |
4884 |
| - | |
4885 |
| - | |
| 4888 | + | |
| 4889 | + | |
| 4890 | + | |
| 4891 | + | |
| 4892 | + | |
| 4893 | + | |
| 4894 | + | |
4886 | 4895 |
| |
4887 | 4896 |
| |
4888 | 4897 |
| |
4889 |
| - | |
4890 |
| - | |
| 4898 | + | |
| 4899 | + | |
| 4900 | + | |
| 4901 | + | |
| 4902 | + | |
| 4903 | + | |
| 4904 | + | |
| 4905 | + | |
4891 | 4906 |
| |
| 4907 | + | |
4892 | 4908 |
| |
4893 |
| - | |
4894 | 4909 |
| |
4895 | 4910 |
| |
4896 | 4911 |
| |
|
+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
375 | 375 |
| |
376 | 376 |
| |
377 | 377 |
| |
378 |
| - | |
| 378 | + | |
379 | 379 |
| |
| 380 | + | |
380 | 381 |
| |
381 | 382 |
| |
382 | 383 |
| |
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
103 | 103 |
| |
104 | 104 |
| |
105 | 105 |
| |
106 |
| - | |
| 106 | + | |
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
|
src/testdir/test_cmdline.vim
Copy file name to clipboardExpand all lines: src/testdir/test_cmdline.vim+30-1Lines changed: 30 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4472 | 4472 |
| |
4473 | 4473 |
| |
4474 | 4474 |
| |
| 4475 | + | |
4475 | 4476 |
| |
4476 | 4477 |
| |
4477 | 4478 |
| |
| |||
4480 | 4481 |
| |
4481 | 4482 |
| |
4482 | 4483 |
| |
| 4484 | + | |
4483 | 4485 |
| |
4484 | 4486 |
| |
4485 | 4487 |
| |
| |||
4489 | 4491 |
| |
4490 | 4492 |
| |
4491 | 4493 |
| |
| 4494 | + | |
4492 | 4495 |
| |
4493 | 4496 |
| |
4494 | 4497 |
| |
4495 | 4498 |
| |
4496 | 4499 |
| |
4497 | 4500 |
| |
4498 | 4501 |
| |
| 4502 | + | |
| 4503 | + | |
4499 | 4504 |
| |
4500 | 4505 |
| |
4501 | 4506 |
| |
4502 | 4507 |
| |
4503 | 4508 |
| |
| 4509 | + | |
| 4510 | + | |
| 4511 | + | |
| 4512 | + | |
| 4513 | + | |
| 4514 | + | |
| 4515 | + | |
| 4516 | + | |
| 4517 | + | |
| 4518 | + | |
| 4519 | + | |
| 4520 | + | |
| 4521 | + | |
| 4522 | + | |
| 4523 | + | |
| 4524 | + | |
| 4525 | + | |
| 4526 | + | |
| 4527 | + | |
| 4528 | + | |
| 4529 | + | |
| 4530 | + | |
| 4531 | + | |
| 4532 | + | |
4504 | 4533 |
| |
4505 | 4534 |
| |
4506 | 4535 |
| |
4507 | 4536 |
| |
4508 |
| - | |
| 4537 | + | |
4509 | 4538 |
| |
4510 | 4539 |
| |
4511 | 4540 |
| |
|
+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