CARVIEW |
Select Language
HTTP/2 200
date: Tue, 29 Jul 2025 19:47:25 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/"a368e953084225d4458af4fdf12a0364"
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=qjTQaHlR8YoHgUOefoNUj%2BxVxiBneW5r3FcYsUvNogxPrOCCYlYtml5Foy3VVb08%2BJyLJzfBJX9AZZ4I4MpKp12GKem%2FMniSdBCmaoNzXAEg4cbim0779%2BwhM9hFg27ED%2FTeSC40YMo50ZIBqXXR1DLvSPfjWNG6MfJ6f6SVlnw8lYGU%2FCxe%2B3DuWTSCiHW7y2FJLSMp99HOszmUCcA9cpBDOWQq%2BBKjjrEvKyoarZzGf%2FIJc2k5WJlAheCSj%2FRYlQs9wynQjeWecL9gHDO4EQ%3D%3D--eX7%2FEY5H2bNzguOO--84n4Y6Q%2FiKpxXLqrGP8KGQ%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.2084429056.1753818443; Path=/; Domain=github.com; Expires=Wed, 29 Jul 2026 19:47:23 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Wed, 29 Jul 2026 19:47:23 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: BEA0:A6962:F9AC88:1284264:6889254B
patch 9.0.2032: cannot get mouse click pos for tab or virt text · vim/vim@f5a94d5 · GitHub
Copy file name to clipboardExpand all lines: src/testdir/test_functions.vim
Copy file name to clipboardExpand all lines: src/testdir/test_popupwin.vim
Skip to content
Navigation Menu
{{ message }}
-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Commit f5a94d5
patch 9.0.2032: cannot get mouse click pos for tab or virt text
Problem: Cannot accurately get mouse clicking position when clicking on
a TAB or with virtual text.
Solution: Add a "coladd" field to getmousepos() result.
closes: #13335
Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: zeertzjq <zeertzjq@outlook.com>1 parent 3c81f47 commit f5a94d5Copy full SHA for f5a94d5
File tree
Expand file treeCollapse file tree
8 files changed
+51
-14
lines changedFilter options
- runtime/doc
- src
- proto
- testdir
Expand file treeCollapse file tree
8 files changed
+51
-14
lines changed+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3928 | 3928 |
| |
3929 | 3929 |
| |
3930 | 3930 |
| |
| 3931 | + | |
| 3932 | + | |
3931 | 3933 |
| |
3932 | 3934 |
| |
3933 | 3935 |
| |
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
77 |
| - | |
| 77 | + | |
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
|
+7-5Lines changed: 7 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
172 | 172 |
| |
173 | 173 |
| |
174 | 174 |
| |
175 |
| - | |
176 |
| - | |
177 |
| - | |
| 175 | + | |
178 | 176 |
| |
179 | 177 |
| |
180 | 178 |
| |
| |||
3204 | 3202 |
| |
3205 | 3203 |
| |
3206 | 3204 |
| |
3207 |
| - | |
| 3205 | + | |
3208 | 3206 |
| |
3209 | 3207 |
| |
3210 | 3208 |
| |
| |||
3222 | 3220 |
| |
3223 | 3221 |
| |
3224 | 3222 |
| |
| 3223 | + | |
| 3224 | + | |
3225 | 3225 |
| |
3226 | 3226 |
| |
3227 | 3227 |
| |
| |||
3242 | 3242 |
| |
3243 | 3243 |
| |
3244 | 3244 |
| |
| 3245 | + | |
3245 | 3246 |
| |
3246 | 3247 |
| |
3247 | 3248 |
| |
| |||
3275 | 3276 |
| |
3276 | 3277 |
| |
3277 | 3278 |
| |
3278 |
| - | |
| 3279 | + | |
3279 | 3280 |
| |
3280 | 3281 |
| |
3281 | 3282 |
| |
| |||
3285 | 3286 |
| |
3286 | 3287 |
| |
3287 | 3288 |
| |
| 3289 | + | |
3288 | 3290 |
| |
3289 | 3291 |
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1547 | 1547 |
| |
1548 | 1548 |
| |
1549 | 1549 |
| |
1550 |
| - | |
| 1550 | + | |
1551 | 1551 |
| |
1552 | 1552 |
| |
1553 | 1553 |
| |
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
| 24 | + | |
25 | 25 |
| |
26 | 26 |
|
src/testdir/test_functions.vim
Copy file name to clipboardExpand all lines: src/testdir/test_functions.vim+31Lines changed: 31 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3365 | 3365 |
| |
3366 | 3366 |
| |
3367 | 3367 |
| |
| 3368 | + | |
3368 | 3369 |
| |
3369 | 3370 |
| |
3370 | 3371 |
| |
| |||
3375 | 3376 |
| |
3376 | 3377 |
| |
3377 | 3378 |
| |
| 3379 | + | |
3378 | 3380 |
| |
3379 | 3381 |
| |
3380 | 3382 |
| |
| |||
3385 | 3387 |
| |
3386 | 3388 |
| |
3387 | 3389 |
| |
| 3390 | + | |
3388 | 3391 |
| |
3389 | 3392 |
| |
3390 | 3393 |
| |
| |||
3395 | 3398 |
| |
3396 | 3399 |
| |
3397 | 3400 |
| |
| 3401 | + | |
3398 | 3402 |
| |
3399 | 3403 |
| |
3400 | 3404 |
| |
| |||
3405 | 3409 |
| |
3406 | 3410 |
| |
3407 | 3411 |
| |
| 3412 | + | |
3408 | 3413 |
| |
3409 | 3414 |
| |
3410 | 3415 |
| |
| |||
3415 | 3420 |
| |
3416 | 3421 |
| |
3417 | 3422 |
| |
| 3423 | + | |
| 3424 | + | |
| 3425 | + | |
| 3426 | + | |
| 3427 | + | |
| 3428 | + | |
| 3429 | + | |
| 3430 | + | |
| 3431 | + | |
| 3432 | + | |
| 3433 | + | |
| 3434 | + | |
| 3435 | + | |
| 3436 | + | |
| 3437 | + | |
| 3438 | + | |
| 3439 | + | |
| 3440 | + | |
| 3441 | + | |
| 3442 | + | |
| 3443 | + | |
| 3444 | + | |
| 3445 | + | |
3418 | 3446 |
| |
3419 | 3447 |
| |
3420 | 3448 |
| |
| |||
3425 | 3453 |
| |
3426 | 3454 |
| |
3427 | 3455 |
| |
| 3456 | + | |
3428 | 3457 |
| |
3429 | 3458 |
| |
3430 | 3459 |
| |
| |||
3438 | 3467 |
| |
3439 | 3468 |
| |
3440 | 3469 |
| |
| 3470 | + | |
3441 | 3471 |
| |
3442 | 3472 |
| |
3443 | 3473 |
| |
| |||
3448 | 3478 |
| |
3449 | 3479 |
| |
3450 | 3480 |
| |
| 3481 | + | |
3451 | 3482 |
| |
3452 | 3483 |
| |
3453 | 3484 |
| |
|
src/testdir/test_popupwin.vim
Copy file name to clipboardExpand all lines: src/testdir/test_popupwin.vim+6-6Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2671 | 2671 |
| |
2672 | 2672 |
| |
2673 | 2673 |
| |
2674 |
| - | |
| 2674 | + | |
2675 | 2675 |
| |
2676 | 2676 |
| |
2677 | 2677 |
| |
2678 | 2678 |
| |
2679 | 2679 |
| |
2680 | 2680 |
| |
2681 |
| - | |
| 2681 | + | |
2682 | 2682 |
| |
2683 | 2683 |
| |
2684 |
| - | |
| 2684 | + | |
2685 | 2685 |
| |
2686 | 2686 |
| |
2687 | 2687 |
| |
2688 |
| - | |
| 2688 | + | |
2689 | 2689 |
| |
2690 | 2690 |
| |
2691 | 2691 |
| |
| |||
2717 | 2717 |
| |
2718 | 2718 |
| |
2719 | 2719 |
| |
2720 |
| - | |
| 2720 | + | |
2721 | 2721 |
| |
2722 | 2722 |
| |
2723 | 2723 |
| |
| |||
2730 | 2730 |
| |
2731 | 2731 |
| |
2732 | 2732 |
| |
2733 |
| - | |
| 2733 | + | |
2734 | 2734 |
| |
2735 | 2735 |
| |
2736 | 2736 |
| |
|
+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
704 | 704 |
| |
705 | 705 |
| |
706 | 706 |
| |
| 707 | + | |
| 708 | + | |
707 | 709 |
| |
708 | 710 |
| |
709 | 711 |
| |
|
You can’t perform that action at this time.
0 commit comments