Groups
Groups
Sign in
Groups
Groups
vim_dev
Conversations
About
Send feedback
Help
vim_dev
1–30 of 50880
Vim developers maillist
For an overview of all the Vim maillists see:
http://www.vim.org/maillist.
php
Mark all as read
Report group
0 selected
mattn
4
11:11 AM
[vim/vim] Add tabpanel_getinfo() and tabpanel_scroll() (PR #20056)
@mattn pushed 3 commits. 6dd5d56 Add tabpanel_getinfo() and tabpanel_scroll() b4f3313 Add
unread,
[vim/vim] Add tabpanel_getinfo() and tabpanel_scroll() (PR #20056)
@mattn pushed 3 commits. 6dd5d56 Add tabpanel_getinfo() and tabpanel_scroll() b4f3313 Add
11:11 AM
Christian Brabandt
17
9:20 AM
[vim/vim] patch 9.2.XXXX: tests: test_edit_ctrl_r_failed() is flaky (PR #20050)
benknoble left a comment (vim/vim#20050) Does a :redraw! make any difference? I'm not sure where
unread,
[vim/vim] patch 9.2.XXXX: tests: test_edit_ctrl_r_failed() is flaky (PR #20050)
benknoble left a comment (vim/vim#20050) Does a :redraw! make any difference? I'm not sure where
9:20 AM
h_east
10
9:14 AM
[vim/vim] channel: term_start() out_cb/err_cb no longer deliver raw chunks (PR #20045)
benknoble left a comment (vim/vim#20045) Hm. I'm curious why my suggestions were marked "
unread,
[vim/vim] channel: term_start() out_cb/err_cb no longer deliver raw chunks (PR #20045)
benknoble left a comment (vim/vim#20045) Hm. I'm curious why my suggestions were marked "
9:14 AM
John Marriott
10
8:16 AM
[vim/vim] Add keylen to dictitem_T and dictitem16_T (PR #20062)
h-east left a comment (vim/vim#20062) @basilisk0315 Hmm, to be honest, I think this might be overkill
unread,
[vim/vim] Add keylen to dictitem_T and dictitem16_T (PR #20062)
h-east left a comment (vim/vim#20062) @basilisk0315 Hmm, to be honest, I think this might be overkill
8:16 AM
rendcrx
,
Gary Johnson
11
6:35 AM
[vim/vim] How do you compile or build projects within Vim? (A look at current methods and potential enhancements) (Discussion #19982)
Closed #19982 as resolved. — Reply to this email directly, view it on GitHub, or unsubscribe. Triage
unread,
[vim/vim] How do you compile or build projects within Vim? (A look at current methods and potential enhancements) (Discussion #19982)
Closed #19982 as resolved. — Reply to this email directly, view it on GitHub, or unsubscribe. Triage
6:35 AM
Foxe Chen
56
5:21 AM
[vim/vim] Port socketserver to use channels and JSON based protocol (PR #19782)
@chrisbra commented on this pull request. In runtime/doc/remote.txt: > @@ -237,45 +241,51 @@
unread,
[vim/vim] Port socketserver to use channels and JSON based protocol (PR #19782)
@chrisbra commented on this pull request. In runtime/doc/remote.txt: > @@ -237,45 +241,51 @@
5:21 AM
glepnir
4:57 AM
[vim/vim] fix memory leaks in copy_substring_from_pos (PR #20086)
Problem: Memory leaks on error paths in copy_substring_from_pos. Solution: Free the garray on OOM in
unread,
[vim/vim] fix memory leaks in copy_substring_from_pos (PR #20086)
Problem: Memory leaks on error paths in copy_substring_from_pos. Solution: Free the garray on OOM in
4:57 AM
Jesse Rosenstock
4
3:42 AM
[vim/vim] test suite races when run with parallel make (PR #20082)
jmr left a comment (vim/vim#20082) Slight correction: -j / .NOTPARALLEL is even in POSIX.1-2024.
unread,
[vim/vim] test suite races when run with parallel make (PR #20082)
jmr left a comment (vim/vim#20082) Slight correction: -j / .NOTPARALLEL is even in POSIX.1-2024.
3:42 AM
Emilien Breton
4
2:41 AM
[vim/vim] Macros recorded and replayed from insert normal mode insert stray 'i's into buffer (Issue #20085)
zeertzjq left a comment (vim/vim#20085) Another solution: diff --git a/src/register.cb/src/register.c
unread,
[vim/vim] Macros recorded and replayed from insert normal mode insert stray 'i's into buffer (Issue #20085)
zeertzjq left a comment (vim/vim#20085) Another solution: diff --git a/src/register.cb/src/register.c
2:41 AM
mattn
Apr 27
[vim/vim] channel: add 'blob' mode so callbacks receive binary data as Blob (PR #20084)
Raw channel callbacks always receive a String, which truncates binary data at NUL bytes. Add a blob
unread,
[vim/vim] channel: add 'blob' mode so callbacks receive binary data as Blob (PR #20084)
Raw channel callbacks always receive a String, which truncates binary data at NUL bytes. Add a blob
Apr 27
依云
10
Apr 27
[vim/vim] fix GVim does not lose selection ownership and does not use VisualNOS when it should (PR #20046)
Closed #20046. — Reply to this email directly, view it on GitHub, or unsubscribe. Triage
unread,
[vim/vim] fix GVim does not lose selection ownership and does not use VisualNOS when it should (PR #20046)
Closed #20046. — Reply to this email directly, view it on GitHub, or unsubscribe. Triage
Apr 27
h_east
Apr 27
[vim/vim] Update docs relaterd tabpanel (PR #20083)
You can view, comment on, or merge this pull request online at: https://github.com/vim/vim/pull/20083
unread,
[vim/vim] Update docs relaterd tabpanel (PR #20083)
You can view, comment on, or merge this pull request online at: https://github.com/vim/vim/pull/20083
Apr 27
lkintact
7
Apr 27
[vim/vim] strptime() is reported as unknown function (#6573)
lkintact left a comment (vim/vim#6573) Thanks for letting know, @mattn! — Reply to this email
unread,
[vim/vim] strptime() is reported as unknown function (#6573)
lkintact left a comment (vim/vim#6573) Thanks for letting know, @mattn! — Reply to this email
Apr 27
Christian Brabandt
Apr 27
Commit: patch 9.2.0407: tabpanel: A few issues with the tabpanel
patch 9.2.0407: tabpanel: A few issues with the tabpanel Commit: https://github.com/vim/vim/commit/
unread,
Commit: patch 9.2.0407: tabpanel: A few issues with the tabpanel
patch 9.2.0407: tabpanel: A few issues with the tabpanel Commit: https://github.com/vim/vim/commit/
Apr 27
h_east
15
Apr 27
[vim/vim] tabpanel: scrollbar completion, follow curtab, right-edge layout (PR #20052)
Closed #20052 via 2d43240. — Reply to this email directly, view it on GitHub, or unsubscribe. Triage
unread,
[vim/vim] tabpanel: scrollbar completion, follow curtab, right-edge layout (PR #20052)
Closed #20052 via 2d43240. — Reply to this email directly, view it on GitHub, or unsubscribe. Triage
Apr 27
Christian Brabandt
Apr 27
Commit: patch 9.2.0405: when jumping to tags, will open URLs
patch 9.2.0405: when jumping to tags, will open URLs Commit: https://github.com/vim/vim/commit/
unread,
Commit: patch 9.2.0405: when jumping to tags, will open URLs
patch 9.2.0405: when jumping to tags, will open URLs Commit: https://github.com/vim/vim/commit/
Apr 27
Christian Brabandt
Apr 27
Commit: patch 9.2.0406: VisualNOS not used when Wayland selection ownership lost
patch 9.2.0406: VisualNOS not used when Wayland selection ownership lost Commit: https://github.com/
unread,
Commit: patch 9.2.0406: VisualNOS not used when Wayland selection ownership lost
patch 9.2.0406: VisualNOS not used when Wayland selection ownership lost Commit: https://github.com/
Apr 27
依云
5
Apr 27
[vim/vim] GVim does not lose selection ownership and does not use VisualNOS when it should (Issue #19914)
Closed #19914 as completed via 7e76514. — Reply to this email directly, view it on GitHub, or
unread,
[vim/vim] GVim does not lose selection ownership and does not use VisualNOS when it should (Issue #19914)
Closed #19914 as completed via 7e76514. — Reply to this email directly, view it on GitHub, or
Apr 27
Shane Harper
6
Apr 27
Re: [vim/vim] VisualNOS not used when Wayland selection ownership lost (PR #20066)
Closed #20066 via 7e76514. — Reply to this email directly, view it on GitHub, or unsubscribe. Triage
unread,
Re: [vim/vim] VisualNOS not used when Wayland selection ownership lost (PR #20066)
Closed #20066 via 7e76514. — Reply to this email directly, view it on GitHub, or unsubscribe. Triage
Apr 27
Christian Brabandt
2
Apr 27
[vim/vim] patch 9.2.xxx: tags: when jumping to tags, will open URLs (PR #20068)
Closed #20068 via ae196b2. — Reply to this email directly, view it on GitHub, or unsubscribe. Triage
unread,
[vim/vim] patch 9.2.xxx: tags: when jumping to tags, will open URLs (PR #20068)
Closed #20068 via ae196b2. — Reply to this email directly, view it on GitHub, or unsubscribe. Triage
Apr 27
Christian Brabandt
Apr 27
Commit: patch 9.2.0404: redraw_listener_add() does not check secure flag
patch 9.2.0404: redraw_listener_add() does not check secure flag Commit: https://github.com/vim/vim/
unread,
Commit: patch 9.2.0404: redraw_listener_add() does not check secure flag
patch 9.2.0404: redraw_listener_add() does not check secure flag Commit: https://github.com/vim/vim/
Apr 27
Christian Brabandt
2
Apr 27
[vim/vim] patch 9.2.xxxx: redraw_listener_add function does not check secure flag (PR #20070)
Closed #20070 via 3958188. — Reply to this email directly, view it on GitHub, or unsubscribe. Triage
unread,
[vim/vim] patch 9.2.xxxx: redraw_listener_add function does not check secure flag (PR #20070)
Closed #20070 via 3958188. — Reply to this email directly, view it on GitHub, or unsubscribe. Triage
Apr 27
Christian Brabandt
Apr 27
Commit: patch 9.2.0403: Vim9: def function sandbox bypass
patch 9.2.0403: Vim9: def function sandbox bypass Commit: https://github.com/vim/vim/commit/
unread,
Commit: patch 9.2.0403: Vim9: def function sandbox bypass
patch 9.2.0403: Vim9: def function sandbox bypass Commit: https://github.com/vim/vim/commit/
Apr 27
Christian Brabandt
2
Apr 27
[vim/vim] patch 9.2.xxxx: Vim9: def function sandbox bypass (PR #20071)
Closed #20071 via f1a9449. — Reply to this email directly, view it on GitHub, or unsubscribe. Triage
unread,
[vim/vim] patch 9.2.xxxx: Vim9: def function sandbox bypass (PR #20071)
Closed #20071 via f1a9449. — Reply to this email directly, view it on GitHub, or unsubscribe. Triage
Apr 27
Christian Brabandt
Apr 27
Commit: patch 9.2.0402: pum: opacity not applied to wildmenu pum
patch 9.2.0402: pum: opacity not applied to wildmenu pum Commit: https://github.com/vim/vim/commit/
unread,
Commit: patch 9.2.0402: pum: opacity not applied to wildmenu pum
patch 9.2.0402: pum: opacity not applied to wildmenu pum Commit: https://github.com/vim/vim/commit/
Apr 27
Christian Brabandt
Apr 27
Commit: patch 9.2.0401: tests: still a few flaky tests
patch 9.2.0401: tests: still a few flaky tests Commit: https://github.com/vim/vim/commit/
unread,
Commit: patch 9.2.0401: tests: still a few flaky tests
patch 9.2.0401: tests: still a few flaky tests Commit: https://github.com/vim/vim/commit/
Apr 27
mattn
4
Apr 27
[vim/vim] Apply pumopt opacity to wildmenu pum (PR #20072)
Closed #20072 via 7070a85. — Reply to this email directly, view it on GitHub, or unsubscribe. Triage
unread,
[vim/vim] Apply pumopt opacity to wildmenu pum (PR #20072)
Closed #20072 via 7070a85. — Reply to this email directly, view it on GitHub, or unsubscribe. Triage
Apr 27
Christian Brabandt
2
Apr 27
[vim/vim] patch 9.2.XXXX: tests: tabpanel fails on CI (PR #20074)
Closed #20074 via 0bc64b1. — Reply to this email directly, view it on GitHub, or unsubscribe. Triage
unread,
[vim/vim] patch 9.2.XXXX: tests: tabpanel fails on CI (PR #20074)
Closed #20074 via 0bc64b1. — Reply to this email directly, view it on GitHub, or unsubscribe. Triage
Apr 27
Christian Brabandt
Apr 27
Commit: patch 9.2.0400: sandbox callbacks selected through 'complete'
patch 9.2.0400: sandbox callbacks selected through 'complete' Commit: https://github.com/vim/
unread,
Commit: patch 9.2.0400: sandbox callbacks selected through 'complete'
patch 9.2.0400: sandbox callbacks selected through 'complete' Commit: https://github.com/vim/
Apr 27
Christian Brabandt
Apr 27
Commit: patch 9.2.0399: MS-Windows: compile warning in strptime.c
patch 9.2.0399: MS-Windows: compile warning in strptime.c Commit: https://github.com/vim/vim/commit/
unread,
Commit: patch 9.2.0399: MS-Windows: compile warning in strptime.c
patch 9.2.0399: MS-Windows: compile warning in strptime.c Commit: https://github.com/vim/vim/commit/
Apr 27