CARVIEW |
Select Language
HTTP/2 200
date: Thu, 24 Jul 2025 13:00:31 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/"3de51f80fe16444eb517028343b1ae22"
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=J%2FvavU6pjMOkJYdZeIQptryitDHaXczTLSfijjzNelBdB8PM0M7SGeZgmGuFKWtdmsHc2WnBwK4wbk4HtgvbPI%2F0Ju1DEtTdDxRxLJGvT3U4yl0VYnfu6fd0YkrEKMeiqRH2tYbP0H4Fbb54e62AtY2CRt3nPl1jBxiSeRDlMxe9O6ZAuNF%2BOxEybC3xqBYu537fjDM%2Fd0A2s0ztreHWNW3zyhlQvyMgb0t1o4qfCsdGpiIe20fT%2Bk2K5%2BYyWDbusVOLOXMsQS0m2nFKG6vsOQ%3D%3D--ZhBA%2FiP6F6FYZ7nO--OTzQCCP%2Bp4Q9NVF6AQitFw%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.500773029.1753362029; Path=/; Domain=github.com; Expires=Fri, 24 Jul 2026 13:00:29 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Fri, 24 Jul 2026 13:00:29 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 9546:0A46:7E2ECE:8C8FC1:68822E6D
fix(eval/method): add missing method support for existing built-ins · neovim/neovim@752ca2c · GitHub
Copy file name to clipboardExpand all lines: src/nvim/testdir/test_prompt_buffer.vim
Skip to content
Navigation Menu
{{ message }}
-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Commit 752ca2c
committed
fix(eval/method): add missing method support for existing built-ins
These functions were ported with the vim-patch token, but didn't actually port
the method call support that was in their patches (method call syntax wasn't
ported yet).
Add the missing method call support and latest docs for:
- assert_nobeep:
vim/vim@5b8cabf
- buffer_name, buffer_number: (obsolete)
vim/vim@a8eee21
- charidx:
vim/vim@17793ef
- flatten:
vim/vim@077a1e6
- prompt_getprompt:
vim/vim@077cc7a
- searchcount:
vim/vim@e8f5ec0
- strptime:
vim/vim@10455d4
- win_gettype:
vim/vim@00f3b4e
- win_splitmove:
vim/vim@d20dcb3
Also fix assert_beeps, assert_nobeep and getenv to accept exactly one argument.
Previously, they could erroneously accept one or more.1 parent 7e1a230 commit 752ca2cCopy full SHA for 752ca2c
File tree
Expand file treeCollapse file tree
4 files changed
+38
-18
lines changedFilter options
- runtime/doc
- src/nvim
- testdir
Expand file treeCollapse file tree
4 files changed
+38
-18
lines changed+22-3Lines changed: 22 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3262 | 3262 |
| |
3263 | 3263 |
| |
3264 | 3264 |
| |
3265 |
| - | |
| 3265 | + | |
3266 | 3266 |
| |
3267 | 3267 |
| |
3268 | 3268 |
| |
| |||
3285 | 3285 |
| |
3286 | 3286 |
| |
3287 | 3287 |
| |
| 3288 | + | |
| 3289 | + | |
| 3290 | + | |
3288 | 3291 |
| |
3289 | 3292 |
| |
3290 | 3293 |
| |
| |||
4364 | 4367 |
| |
4365 | 4368 |
| |
4366 | 4369 |
| |
| 4370 | + | |
| 4371 | + | |
| 4372 | + | |
4367 | 4373 |
| |
4368 | 4374 |
| |
4369 | 4375 |
| |
| |||
7596 | 7602 |
| |
7597 | 7603 |
| |
7598 | 7604 |
| |
| 7605 | + | |
| 7606 | + | |
| 7607 | + | |
7599 | 7608 |
| |
7600 | 7609 |
| |
7601 | 7610 |
| |
| |||
8376 | 8385 |
| |
8377 | 8386 |
| |
8378 | 8387 |
| |
8379 |
| - | |
| 8388 | + | |
| 8389 | + | |
| 8390 | + | |
8380 | 8391 |
| |
8381 | 8392 |
| |
8382 | 8393 |
| |
| |||
9653 | 9664 |
| |
9654 | 9665 |
| |
9655 | 9666 |
| |
9656 |
| - | |
| 9667 | + | |
| 9668 | + | |
| 9669 | + | |
9657 | 9670 |
| |
9658 | 9671 |
| |
9659 | 9672 |
| |
| |||
10526 | 10539 |
| |
10527 | 10540 |
| |
10528 | 10541 |
| |
| 10542 | + | |
| 10543 | + | |
| 10544 | + | |
10529 | 10545 |
| |
10530 | 10546 |
| |
10531 | 10547 |
| |
| |||
10581 | 10597 |
| |
10582 | 10598 |
| |
10583 | 10599 |
| |
| 10600 | + | |
| 10601 | + | |
| 10602 | + | |
10584 | 10603 |
| |
10585 | 10604 |
| |
10586 | 10605 |
| |
|
+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
157 | 157 |
| |
158 | 158 |
| |
159 | 159 |
| |
| 160 | + | |
| 161 | + | |
| 162 | + | |
160 | 163 |
| |
161 | 164 |
| |
162 | 165 |
| |
|
+12-12Lines changed: 12 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 |
| - | |
| 36 | + | |
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 |
| - | |
| 44 | + | |
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
57 |
| - | |
| 56 | + | |
| 57 | + | |
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
| |||
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
74 |
| - | |
| 74 | + | |
75 | 75 |
| |
76 | 76 |
| |
77 | 77 |
| |
| |||
121 | 121 |
| |
122 | 122 |
| |
123 | 123 |
| |
124 |
| - | |
| 124 | + | |
125 | 125 |
| |
126 | 126 |
| |
127 | 127 |
| |
| |||
152 | 152 |
| |
153 | 153 |
| |
154 | 154 |
| |
155 |
| - | |
| 155 | + | |
156 | 156 |
| |
157 | 157 |
| |
158 | 158 |
| |
| |||
262 | 262 |
| |
263 | 263 |
| |
264 | 264 |
| |
265 |
| - | |
| 265 | + | |
266 | 266 |
| |
267 | 267 |
| |
268 | 268 |
| |
| |||
299 | 299 |
| |
300 | 300 |
| |
301 | 301 |
| |
302 |
| - | |
| 302 | + | |
303 | 303 |
| |
304 | 304 |
| |
305 | 305 |
| |
| |||
359 | 359 |
| |
360 | 360 |
| |
361 | 361 |
| |
362 |
| - | |
| 362 | + | |
363 | 363 |
| |
364 | 364 |
| |
365 | 365 |
| |
| |||
407 | 407 |
| |
408 | 408 |
| |
409 | 409 |
| |
410 |
| - | |
| 410 | + | |
411 | 411 |
| |
412 | 412 |
| |
413 | 413 |
| |
414 | 414 |
| |
415 |
| - | |
| 415 | + | |
416 | 416 |
| |
417 | 417 |
| |
418 | 418 |
| |
|
src/nvim/testdir/test_prompt_buffer.vim
Copy file name to clipboardExpand all lines: src/nvim/testdir/test_prompt_buffer.vim+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
165 | 165 |
| |
166 | 166 |
| |
167 | 167 |
| |
168 |
| - | |
169 |
| - | |
170 |
| - | |
| 168 | + | |
171 | 169 |
| |
172 | 170 |
| |
173 | 171 |
| |
|
You can’t perform that action at this time.
0 commit comments