CARVIEW |
Select Language
HTTP/2 200
date: Tue, 22 Jul 2025 23:14:05 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/"86c661a5be00f037b7177a0eca3abe47"
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=z41yXtP5b9uPuUhgMmFko0bpqTm0ZtQOh%2BzEdFNEPLOqwlRSs9pCCKb9lse1SI4Gy0VrLNs%2BHc9P7E5RhDvp91eb%2BxWS22dHDizi2FJw7A%2F37Yie%2FOjs5LE0V80holt5pGHy3nLPu7NpzqfSg2RdQzEUtonbxme3oZW0wJcpB4NcAa1%2BvVhrG9dGpb0ItNnKBsGZKY4uebVM69W699yf4qXrqcsjVFDM1%2BXjdr6XYbKADDEFzfbK3pSMeeMOK7FTH63yRUyeUAHPSmbF%2BUqABg%3D%3D--kgcV%2F%2BKpypvglYon--%2BLJK1rct5NIk2JQp8Bi96w%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1975636300.1753226044; Path=/; Domain=github.com; Expires=Wed, 22 Jul 2026 23:14:04 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Wed, 22 Jul 2026 23:14:04 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: CD28:39062F:1B423B:2548B8:68801B3C
fix(api): validate command names in nvim_add_user_command (#17406) · neovim/neovim@238b944 · GitHub
Copy file name to clipboardExpand all lines: src/nvim/api/private/helpers.c
Copy file name to clipboardExpand all lines: test/functional/api/command_spec.lua
Skip to content
Navigation Menu
{{ message }}
-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Commit 238b944
File tree
Expand file treeCollapse file tree
3 files changed
+50
-10
lines changedFilter options
- src/nvim
- api/private
- test/functional/api
Expand file treeCollapse file tree
3 files changed
+50
-10
lines changed‎src/nvim/api/private/helpers.c
Copy file name to clipboardExpand all lines: src/nvim/api/private/helpers.c+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1384 | 1384 |
| |
1385 | 1385 |
| |
1386 | 1386 |
| |
| 1387 | + | |
| 1388 | + | |
| 1389 | + | |
| 1390 | + | |
| 1391 | + | |
1387 | 1392 |
| |
1388 | 1393 |
| |
1389 | 1394 |
| |
|
+23-10Lines changed: 23 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5164 | 5164 |
| |
5165 | 5165 |
| |
5166 | 5166 |
| |
| 5167 | + | |
| 5168 | + | |
| 5169 | + | |
| 5170 | + | |
| 5171 | + | |
| 5172 | + | |
| 5173 | + | |
| 5174 | + | |
| 5175 | + | |
| 5176 | + | |
| 5177 | + | |
| 5178 | + | |
| 5179 | + | |
| 5180 | + | |
| 5181 | + | |
| 5182 | + | |
| 5183 | + | |
| 5184 | + | |
5167 | 5185 |
| |
5168 | 5186 |
| |
5169 | 5187 |
| |
| |||
5679 | 5697 |
| |
5680 | 5698 |
| |
5681 | 5699 |
| |
5682 |
| - | |
5683 |
| - | |
5684 |
| - | |
5685 |
| - | |
5686 |
| - | |
5687 |
| - | |
| 5700 | + | |
| 5701 | + | |
5688 | 5702 |
| |
5689 | 5703 |
| |
5690 | 5704 |
| |
5691 |
| - | |
5692 |
| - | |
| 5705 | + | |
5693 | 5706 |
| |
5694 | 5707 |
| |
5695 | 5708 |
| |
5696 | 5709 |
| |
5697 | 5710 |
| |
5698 |
| - | |
| 5711 | + | |
5699 | 5712 |
| |
5700 | 5713 |
| |
5701 | 5714 |
| |
5702 | 5715 |
| |
5703 | 5716 |
| |
5704 | 5717 |
| |
5705 | 5718 |
| |
5706 |
| - | |
| 5719 | + | |
5707 | 5720 |
| |
5708 | 5721 |
| |
5709 | 5722 |
| |
|
‎test/functional/api/command_spec.lua
Copy file name to clipboardExpand all lines: test/functional/api/command_spec.lua+22Lines changed: 22 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
180 | 180 |
| |
181 | 181 |
| |
182 | 182 |
| |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
183 | 205 |
| |
184 | 206 |
| |
185 | 207 |
| |
|
You can’t perform that action at this time.
0 commit comments