CARVIEW |
Select Language
HTTP/2 200
date: Tue, 22 Jul 2025 00:59:37 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/"1af94d3eeb26ed95f74e489d53f38c2f"
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=jnSx3k%2BQNbRla7%2Fvan3O4aRB2PC8cFE%2FvhrJT7AenZzAUXU9oIgDrGweIciEcJXr6ngTZwIYfDZLLOG4Cz096%2BLhay2g%2BNA8GFQAVynlSfTaURbxWlg1d7F06G5Qf0mBrLXL%2FSZo65QuEn%2FN%2FzFs13uewFNnCgXdPqXcdBOv7ECiUOohP5ctw63Qkrue8BbEYfQJ%2FoNSk7KOe8XwLRkLi%2FtWI1Q1JZahfL52hP82juL2%2BtoFTgtkOrx5pb%2F0H2Aq44OSIC%2FFHAAwNAwsGX5r2w%3D%3D--kTOX7EnuFl6T4RAJ--7L%2FN346ZCOVons0tzuQSBA%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.139863384.1753145975; Path=/; Domain=github.com; Expires=Wed, 22 Jul 2026 00:59:35 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Wed, 22 Jul 2026 00:59:35 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 9AD0:3044:1EC55:2FEB0:687EE277
feat(events): add DirChangedPre · neovim/neovim@059d36e · GitHub
Copy file name to clipboardExpand all lines: src/nvim/testdir/test_autocmd.vim
Skip to content
Navigation Menu
{{ message }}
-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Commit 059d36e
committed
feat(events): add DirChangedPre
In Nvim, like DirChanged, this also triggers when switching windows.
This marks Vim patch 8.2.4335 as ported.
vim-patch:8.2.4335: no autocommand event triggered before changing directory
Problem: No autocommand event triggered before changing directory. (Ronnie
Magatti)
Solution: Add DirChangedPre. (closes vim/vim#9721)
vim/vim@28e8f731 parent 851252f commit 059d36eCopy full SHA for 059d36e
File tree
Expand file treeCollapse file tree
9 files changed
+182
-54
lines changedFilter options
- runtime/doc
- src/nvim
- testdir
- test/functional/autocmd
Expand file treeCollapse file tree
9 files changed
+182
-54
lines changed+13-2Lines changed: 13 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
525 | 525 |
| |
526 | 526 |
| |
527 | 527 |
| |
528 |
| - | |
529 |
| - | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
530 | 541 |
| |
531 | 542 |
| |
532 | 543 |
| |
|
+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
433 | 433 |
| |
434 | 434 |
| |
435 | 435 |
| |
436 |
| - | |
| 436 | + | |
| 437 | + | |
437 | 438 |
| |
438 | 439 |
| |
439 | 440 |
| |
|
+1-4Lines changed: 1 addition & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
| 43 | + | |
43 | 44 |
| |
44 | 45 |
| |
45 | 46 |
| |
| |||
132 | 133 |
| |
133 | 134 |
| |
134 | 135 |
| |
135 |
| - | |
136 | 136 |
| |
137 | 137 |
| |
138 | 138 |
| |
139 |
| - | |
140 |
| - | |
141 | 139 |
| |
142 | 140 |
| |
143 | 141 |
| |
144 | 142 |
| |
145 | 143 |
| |
146 |
| - | |
147 | 144 |
| |
148 | 145 |
| |
149 | 146 |
|
+7-7Lines changed: 7 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1517 | 1517 |
| |
1518 | 1518 |
| |
1519 | 1519 |
| |
1520 |
| - | |
1521 |
| - | |
1522 |
| - | |
1523 |
| - | |
1524 |
| - | |
1525 |
| - | |
1526 |
| - | |
| 1520 | + | |
| 1521 | + | |
| 1522 | + | |
| 1523 | + | |
| 1524 | + | |
| 1525 | + | |
| 1526 | + | |
1527 | 1527 |
| |
1528 | 1528 |
| |
1529 | 1529 |
| |
|
+9-6Lines changed: 9 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7784 | 7784 |
| |
7785 | 7785 |
| |
7786 | 7786 |
| |
7787 |
| - | |
| 7787 | + | |
7788 | 7788 |
| |
7789 | 7789 |
| |
7790 | 7790 |
| |
| |||
7825 | 7825 |
| |
7826 | 7826 |
| |
7827 | 7827 |
| |
7828 |
| - | |
| 7828 | + | |
7829 | 7829 |
| |
7830 | 7830 |
| |
7831 | 7831 |
| |
| |||
7869 | 7869 |
| |
7870 | 7870 |
| |
7871 | 7871 |
| |
7872 |
| - | |
7873 |
| - | |
7874 |
| - | |
7875 |
| - | |
| 7872 | + | |
| 7873 | + | |
| 7874 | + | |
| 7875 | + | |
| 7876 | + | |
| 7877 | + | |
| 7878 | + | |
7876 | 7879 |
| |
7877 | 7880 |
| |
7878 | 7881 |
| |
|
+15-6Lines changed: 15 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1600 | 1600 |
| |
1601 | 1601 |
| |
1602 | 1602 |
| |
1603 |
| - | |
| 1603 | + | |
1604 | 1604 |
| |
1605 | 1605 |
| |
1606 | 1606 |
| |
1607 |
| - | |
| 1607 | + | |
| 1608 | + | |
| 1609 | + | |
1608 | 1610 |
| |
1609 | 1611 |
| |
1610 | 1612 |
| |
| |||
1638 | 1640 |
| |
1639 | 1641 |
| |
1640 | 1642 |
| |
| 1643 | + | |
| 1644 | + | |
| 1645 | + | |
| 1646 | + | |
| 1647 | + | |
1641 | 1648 |
| |
1642 |
| - | |
1643 | 1649 |
| |
1644 | 1650 |
| |
1645 | 1651 |
| |
| |||
1655 | 1661 |
| |
1656 | 1662 |
| |
1657 | 1663 |
| |
1658 |
| - | |
1659 |
| - | |
| 1664 | + | |
1660 | 1665 |
| |
1661 | 1666 |
| |
1662 | 1667 |
| |
| |||
1682 | 1687 |
| |
1683 | 1688 |
| |
1684 | 1689 |
| |
| 1690 | + | |
| 1691 | + | |
| 1692 | + | |
| 1693 | + | |
1685 | 1694 |
| |
1686 | 1695 |
| |
1687 | 1696 |
| |
1688 | 1697 |
| |
1689 | 1698 |
| |
1690 |
| - | |
| 1699 | + | |
1691 | 1700 |
| |
1692 | 1701 |
| |
1693 | 1702 |
| |
|
src/nvim/testdir/test_autocmd.vim
Copy file name to clipboardExpand all lines: src/nvim/testdir/test_autocmd.vim+8-4Lines changed: 8 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1850 | 1850 |
| |
1851 | 1851 |
| |
1852 | 1852 |
| |
| 1853 | + | |
1853 | 1854 |
| |
1854 | 1855 |
| |
1855 | 1856 |
| |
1856 |
| - | |
| 1857 | + | |
| 1858 | + | |
1857 | 1859 |
| |
1858 |
| - | |
| 1860 | + | |
1859 | 1861 |
| |
1860 |
| - | |
| 1862 | + | |
1861 | 1863 |
| |
1862 | 1864 |
| |
1863 | 1865 |
| |
| |||
1879 | 1881 |
| |
1880 | 1882 |
| |
1881 | 1883 |
| |
| 1884 | + | |
1882 | 1885 |
| |
1883 | 1886 |
| |
1884 | 1887 |
| |
1885 | 1888 |
| |
1886 | 1889 |
| |
1887 | 1890 |
| |
1888 | 1891 |
| |
1889 |
| - | |
| 1892 | + | |
| 1893 | + | |
1890 | 1894 |
| |
1891 | 1895 |
| |
1892 | 1896 |
| |
|
+16-7Lines changed: 16 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4645 | 4645 |
| |
4646 | 4646 |
| |
4647 | 4647 |
| |
| 4648 | + | |
| 4649 | + | |
| 4650 | + | |
| 4651 | + | |
| 4652 | + | |
4648 | 4653 |
| |
4649 |
| - | |
4650 |
| - | |
4651 |
| - | |
| 4654 | + | |
| 4655 | + | |
| 4656 | + | |
4652 | 4657 |
| |
4653 |
| - | |
4654 |
| - | |
4655 | 4658 |
| |
| 4659 | + | |
| 4660 | + | |
4656 | 4661 |
| |
4657 | 4662 |
| |
4658 | 4663 |
| |
| 4664 | + | |
| 4665 | + | |
| 4666 | + | |
| 4667 | + | |
4659 | 4668 |
| |
4660 |
| - | |
4661 |
| - | |
| 4669 | + | |
| 4670 | + | |
4662 | 4671 |
| |
4663 | 4672 |
| |
4664 | 4673 |
| |
|
You can’t perform that action at this time.
0 commit comments