Groups
Groups
Sign in
Groups
Groups
vim_dev
Conversations
About
Send feedback
Help
vim_dev
1–30 of 50645
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
Mao-Yining
44
11:27 PM
[vim/vim] runtime(tohtml): convert tohtml plugin to Vim9 script (PR #19915)
@mao-yining pushed 1 commit. a1e2b18 fix: scope problem — View it on GitHub or unsubscribe. You are
unread,
[vim/vim] runtime(tohtml): convert tohtml plugin to Vim9 script (PR #19915)
@mao-yining pushed 1 commit. a1e2b18 fix: scope problem — View it on GitHub or unsubscribe. You are
11:27 PM
Mao-Yining
2
11:15 PM
[vim/vim] Vim9script: Using filter() on block-scoped variable causes script-level variable to become inaccessible in function (Issue #19959)
mao-yining left a comment (vim/vim#19959) Found this problem when preparing #19915 — Reply to this
unread,
[vim/vim] Vim9script: Using filter() on block-scoped variable causes script-level variable to become inaccessible in function (Issue #19959)
mao-yining left a comment (vim/vim#19959) Found this problem when preparing #19915 — Reply to this
11:15 PM
alf171
4
7:00 PM
[vim/vim] $ + gk doesn't go to char above instead goes to EOL on line above (Issue #19958)
Closed #19958 as completed. — Reply to this email directly, view it on GitHub. You are receiving this
unread,
[vim/vim] $ + gk doesn't go to char above instead goes to EOL on line above (Issue #19958)
Closed #19958 as completed. — Reply to this email directly, view it on GitHub. You are receiving this
7:00 PM
Fletcher Gornick
2
1:48 PM
[vim/vim] feat(mouse): change Alt+click/drag to reset selection origin (PR #19957)
@fmgornick pushed 1 commit. ab8d5cc feat(mouse): change Alt+click/drag to reset selection origin —
unread,
[vim/vim] feat(mouse): change Alt+click/drag to reset selection origin (PR #19957)
@fmgornick pushed 1 commit. ab8d5cc feat(mouse): change Alt+click/drag to reset selection origin —
1:48 PM
Cimbali
117
1:10 PM
[vim/vim] Unwrap terminal buffer (#8365)
simlei left a comment (vim/vim#8365) Yes, thank you very much! Cimbali, you're amazing. On Sat,
unread,
[vim/vim] Unwrap terminal buffer (#8365)
simlei left a comment (vim/vim#8365) Yes, thank you very much! Cimbali, you're amazing. On Sat,
1:10 PM
mattn
1:05 PM
[vim/vim] cache NFA regex list buffers to reduce malloc/free overhead (PR #19956)
nfa_regmatch() allocates two large thread list buffers (~40KB each) on every call. For :%s on a large
unread,
[vim/vim] cache NFA regex list buffers to reduce malloc/free overhead (PR #19956)
nfa_regmatch() allocates two large thread list buffers (~40KB each) on every call. For :%s on a large
1:05 PM
h_east
7
12:47 PM
[vim/vim] Add VertSplitNC highlight group and improve vsep rendering (PR #19951)
@h-east pushed 1 commit. 8b6a7be Fix CI error — View it on GitHub or unsubscribe. You are receiving
unread,
[vim/vim] Add VertSplitNC highlight group and improve vsep rendering (PR #19951)
@h-east pushed 1 commit. 8b6a7be Fix CI error — View it on GitHub or unsubscribe. You are receiving
12:47 PM
mattn
12:41 PM
[vim/vim] Wrap pum_redraw() in synchronized output to avoid flicker (PR #19955)
pum_redraw() calls update_screen(0) internally, which flushes at its BSU/ESU boundary. The popup
unread,
[vim/vim] Wrap pum_redraw() in synchronized output to avoid flicker (PR #19955)
pum_redraw() calls update_screen(0) internally, which flushes at its BSU/ESU boundary. The popup
12:41 PM
gravndal
12:38 PM
[vim/vim] Incorrect auto-wrap behaviour with autocomplete (Issue #19954)
gravndal created an issue (vim/vim#19954) Steps to reproduce $ vim --clean :set fo+=t tw=9 autoindent
unread,
[vim/vim] Incorrect auto-wrap behaviour with autocomplete (Issue #19954)
gravndal created an issue (vim/vim#19954) Steps to reproduce $ vim --clean :set fo+=t tw=9 autoindent
12:38 PM
mattn
12:18 PM
[vim/vim] Fix typos (PR #19953)
You can view, comment on, or merge this pull request online at: https://github.com/vim/vim/pull/19953
unread,
[vim/vim] Fix typos (PR #19953)
You can view, comment on, or merge this pull request online at: https://github.com/vim/vim/pull/19953
12:18 PM
Christian Brabandt
11:47 AM
Commit: runtime(jjdescription): allow to configure summary width
runtime(jjdescription): allow to configure summary width Commit: https://github.com/vim/vim/commit/
unread,
Commit: runtime(jjdescription): allow to configure summary width
runtime(jjdescription): allow to configure summary width Commit: https://github.com/vim/vim/commit/
11:47 AM
Emilia
16
11:42 AM
[vim/vim] feat(jjdescription): align closer to gitcommit (PR #19905)
Closed #19905 via 86ae685. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
unread,
[vim/vim] feat(jjdescription): align closer to gitcommit (PR #19905)
Closed #19905 via 86ae685. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
11:42 AM
Christian Brabandt
11:32 AM
Commit: patch 9.2.0338: Cannot handle mouseclicks in the tabline
patch 9.2.0338: Cannot handle mouseclicks in the tabline Commit: https://github.com/vim/vim/commit/
unread,
Commit: patch 9.2.0338: Cannot handle mouseclicks in the tabline
patch 9.2.0338: Cannot handle mouseclicks in the tabline Commit: https://github.com/vim/vim/commit/
11:32 AM
mattn
6
11:29 AM
[vim/vim] Support %[FuncName] click regions in 'tabline' (PR #19950)
Closed #19950 via 0802e00. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
unread,
[vim/vim] Support %[FuncName] click regions in 'tabline' (PR #19950)
Closed #19950 via 0802e00. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
11:29 AM
Christian Brabandt
11:17 AM
Commit: patch 9.2.0337: list indexing broken on big-endian 32-bit platforms
patch 9.2.0337: list indexing broken on big-endian 32-bit platforms Commit: https://github.com/vim/
unread,
Commit: patch 9.2.0337: list indexing broken on big-endian 32-bit platforms
patch 9.2.0337: list indexing broken on big-endian 32-bit platforms Commit: https://github.com/vim/
11:17 AM
James McCoy
7
11:08 AM
[vim/vim] Fix invalid pointer cast in list_slice_or_index() (PR #19952)
Closed #19952 via 8fd37e4. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
unread,
[vim/vim] Fix invalid pointer cast in list_slice_or_index() (PR #19952)
Closed #19952 via 8fd37e4. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
11:08 AM
John Paul Adrian Glaubitz
9
11:08 AM
[vim/vim] Lots of testsuite failures on 32-bit big-endian targets starting with 9.1.2103 (Issue #19798)
Closed #19798 as completed via 8fd37e4. — Reply to this email directly, view it on GitHub, or
unread,
[vim/vim] Lots of testsuite failures on 32-bit big-endian targets starting with 9.1.2103 (Issue #19798)
Closed #19798 as completed via 8fd37e4. — Reply to this email directly, view it on GitHub, or
11:08 AM
Christian Brabandt
11:02 AM
Commit: runtime(hlyank): verify winid in lambda before matchdelete()
runtime(hlyank): verify winid in lambda before matchdelete() Commit: https://github.com/vim/vim/
unread,
Commit: runtime(hlyank): verify winid in lambda before matchdelete()
runtime(hlyank): verify winid in lambda before matchdelete() Commit: https://github.com/vim/vim/
11:02 AM
mattn
23
Apr 10
[vim/vim] Add clickable regions to statusline with %[FuncName] item (PR #19841)
mattn left a comment (vim/vim#19841) Confirmed — the tabline path in win_redr_custom() discards the
unread,
[vim/vim] Add clickable regions to statusline with %[FuncName] item (PR #19841)
mattn left a comment (vim/vim#19841) Confirmed — the tabline path in win_redr_custom() discards the
Apr 10
Christian Brabandt
,
Tony Mechelynck
25
Apr 10
[vim/vim] Modelines cause too many issues (PR #19875)
BrianInglis left a comment (vim/vim#19875) fileformat may make sense to whitelist, but I discarded
unread,
[vim/vim] Modelines cause too many issues (PR #19875)
BrianInglis left a comment (vim/vim#19875) fileformat may make sense to whitelist, but I discarded
Apr 10
John Marriott
Apr 10
[vim/vim] Add out-of-memory check to register.c (PR #19949)
This PR adds a check for an out-of-memory condition to function get_register() in register.c . If
unread,
[vim/vim] Add out-of-memory check to register.c (PR #19949)
This PR adds a check for an out-of-memory condition to function get_register() in register.c . If
Apr 10
Christian Brabandt
Apr 10
Commit: patch 9.2.0336: libvterm: no terminal reflow support
patch 9.2.0336: libvterm: no terminal reflow support Commit: https://github.com/vim/vim/commit/
unread,
Commit: patch 9.2.0336: libvterm: no terminal reflow support
patch 9.2.0336: libvterm: no terminal reflow support Commit: https://github.com/vim/vim/commit/
Apr 10
mattn
19
Apr 10
[vim/vim] Enable terminal reflow on resize (PR #19863)
Closed #19863 via e29f33e. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
unread,
[vim/vim] Enable terminal reflow on resize (PR #19863)
Closed #19863 via e29f33e. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
Apr 10
Cimbali
27
Apr 10
[vim/vim] Wrap lines in vim in an active terminal session (#2865)
Closed #2865 as completed via e29f33e. — Reply to this email directly, view it on GitHub, or
unread,
[vim/vim] Wrap lines in vim in an active terminal session (#2865)
Closed #2865 as completed via e29f33e. — Reply to this email directly, view it on GitHub, or
Apr 10
Christian Brabandt
Apr 10
Commit: patch 9.2.0335: json_encode() uses recursive algorithm
patch 9.2.0335: json_encode() uses recursive algorithm Commit: https://github.com/vim/vim/commit/
unread,
Commit: patch 9.2.0335: json_encode() uses recursive algorithm
patch 9.2.0335: json_encode() uses recursive algorithm Commit: https://github.com/vim/vim/commit/
Apr 10
mattn
4
Apr 10
[vim/vim] refactor: convert json_encode_item() from recursive to iterative (PR #19839)
Closed #19839 via 71c10dc. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
unread,
[vim/vim] refactor: convert json_encode_item() from recursive to iterative (PR #19839)
Closed #19839 via 71c10dc. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
Apr 10
Christian Brabandt
Apr 10
Commit: patch 9.2.0334: GTK: window geometry shrinks with with client-side decorations
patch 9.2.0334: GTK: window geometry shrinks with with client-side decorations Commit: https://github
unread,
Commit: patch 9.2.0334: GTK: window geometry shrinks with with client-side decorations
patch 9.2.0334: GTK: window geometry shrinks with with client-side decorations Commit: https://github
Apr 10
Christian Brabandt
Apr 10
Commit: patch 9.2.0333: filetype: PklProject files are not recognized
patch 9.2.0333: filetype: PklProject files are not recognized Commit: https://github.com/vim/vim/
unread,
Commit: patch 9.2.0333: filetype: PklProject files are not recognized
patch 9.2.0333: filetype: PklProject files are not recognized Commit: https://github.com/vim/vim/
Apr 10
Gary Johnson
12
Apr 10
[vim/vim] Fix initial and tabnew/tabclose window size errors (PR #19853)
Closed #19853 via dd40b1a. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
unread,
[vim/vim] Fix initial and tabnew/tabclose window size errors (PR #19853)
Closed #19853 via dd40b1a. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
Apr 10
Nihaal Sangha
5
Apr 10
[vim/vim] filetype: PklProject not detected as Pkl (PR #19948)
Closed #19948 via 871e6c6. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
unread,
[vim/vim] filetype: PklProject not detected as Pkl (PR #19948)
Closed #19948 via 871e6c6. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
Apr 10