CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 22:50:46 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/"aa5407b89a0d04a0c492239f11c44bf2"
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=WLd51uVlW%2Fg%2BXq1vC37wWSfqtJbbJRnSrPok%2Bgjbx2QDJ4CBRlpgszMUF9bWCCAgZhIwP7szCXAWsVX%2Figx16kwdafDTA5RjWPUDHa2faEZDIOeSdBlf52F04MZOU02VU9f%2FSaSTovmDHitFyIa598Zqw6rXC6UbrFtll06%2FbcNKY%2ByxXCeoKQAcrDUyKRXiIwivcMCl8%2Bna%2BM7GzH3ljUifYlEnh1gLcIqWd3HTmQv3pohPxBh7z5ySlE%2FUrHONS6ieBJTFecFfJEBR5aLXyA%3D%3D--cZcTa7CieruQHXJY--KxO7Fn37kYmkFLedrMXL%2Fg%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1186606976.1753656645; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 22:50:45 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 22:50:45 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: BBE4:1C79A4:120F243:17C8AF9:6886AD45
patch 9.1.1571: CmdlineChanged triggered to often · vim/vim@239c4e4 · 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 239c4e4
patch 9.1.1571: CmdlineChanged triggered to often
Problem: The CmdlineChanged event was firing unnecessarily, even when
the command line's content hadn't actually changed.
Solution: I've added a check to compare the command-line buffer's state
before and after key processing. The `CmdlineChanged` event
now only triggers if the buffer's contents are genuinely
different (Girish Palya).
closes: #17803
Signed-off-by: Girish Palya <girishji@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>1 parent 1afe8c3 commit 239c4e4Copy full SHA for 239c4e4
File tree
Expand file treeCollapse file tree
3 files changed
+71
-5
lines changedFilter options
- src
- testdir
Expand file treeCollapse file tree
3 files changed
+71
-5
lines changed+20-5Lines changed: 20 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1633 | 1633 |
| |
1634 | 1634 |
| |
1635 | 1635 |
| |
1636 |
| - | |
1637 | 1636 |
| |
1638 | 1637 |
| |
1639 | 1638 |
| |
| |||
1649 | 1648 |
| |
1650 | 1649 |
| |
1651 | 1650 |
| |
| 1651 | + | |
1652 | 1652 |
| |
1653 | 1653 |
| |
1654 | 1654 |
| |
| |||
1820 | 1820 |
| |
1821 | 1821 |
| |
1822 | 1822 |
| |
| 1823 | + | |
1823 | 1824 |
| |
1824 | 1825 |
| |
1825 | 1826 |
| |
| |||
1836 | 1837 |
| |
1837 | 1838 |
| |
1838 | 1839 |
| |
| 1840 | + | |
| 1841 | + | |
| 1842 | + | |
| 1843 | + | |
| 1844 | + | |
| 1845 | + | |
| 1846 | + | |
1839 | 1847 |
| |
1840 | 1848 |
| |
1841 | 1849 |
| |
| |||
2566 | 2574 |
| |
2567 | 2575 |
| |
2568 | 2576 |
| |
| 2577 | + | |
| 2578 | + | |
2569 | 2579 |
| |
| 2580 | + | |
2570 | 2581 |
| |
2571 | 2582 |
| |
2572 | 2583 |
| |
| |||
2578 | 2589 |
| |
2579 | 2590 |
| |
2580 | 2591 |
| |
2581 |
| - | |
| 2592 | + | |
| 2593 | + | |
| 2594 | + | |
| 2595 | + | |
2582 | 2596 |
| |
2583 | 2597 |
| |
| 2598 | + | |
| 2599 | + | |
2584 | 2600 |
| |
2585 | 2601 |
| |
2586 |
| - | |
2587 | 2602 |
| |
2588 |
| - | |
2589 |
| - | |
2590 | 2603 |
| |
2591 | 2604 |
| |
2592 | 2605 |
| |
| |||
2695 | 2708 |
| |
2696 | 2709 |
| |
2697 | 2710 |
| |
| 2711 | + | |
| 2712 | + | |
2698 | 2713 |
| |
2699 | 2714 |
| |
2700 | 2715 |
| |
|
src/testdir/test_cmdline.vim
Copy file name to clipboardExpand all lines: src/testdir/test_cmdline.vim+49Lines changed: 49 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4691 | 4691 |
| |
4692 | 4692 |
| |
4693 | 4693 |
| |
| 4694 | + | |
| 4695 | + | |
| 4696 | + | |
| 4697 | + | |
| 4698 | + | |
| 4699 | + | |
| 4700 | + | |
| 4701 | + | |
| 4702 | + | |
| 4703 | + | |
| 4704 | + | |
| 4705 | + | |
| 4706 | + | |
| 4707 | + | |
| 4708 | + | |
| 4709 | + | |
| 4710 | + | |
| 4711 | + | |
| 4712 | + | |
| 4713 | + | |
| 4714 | + | |
| 4715 | + | |
| 4716 | + | |
| 4717 | + | |
| 4718 | + | |
| 4719 | + | |
| 4720 | + | |
| 4721 | + | |
| 4722 | + | |
| 4723 | + | |
| 4724 | + | |
| 4725 | + | |
| 4726 | + | |
| 4727 | + | |
| 4728 | + | |
| 4729 | + | |
| 4730 | + | |
| 4731 | + | |
| 4732 | + | |
| 4733 | + | |
| 4734 | + | |
| 4735 | + | |
| 4736 | + | |
| 4737 | + | |
| 4738 | + | |
| 4739 | + | |
| 4740 | + | |
| 4741 | + | |
| 4742 | + | |
4694 | 4743 |
|
+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