Groups
Groups
Sign in
Groups
Groups
vim_dev
Conversations
About
Send feedback
Help
vim_dev
1–30 of 51604
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
Christian Brabandt
5:45 AM
Commit: patch 9.2.0621: 'autoindent' not stripped with virtualedit=onemore
patch 9.2.0621: 'autoindent' not stripped with virtualedit=onemore Commit: https://github.com
unread,
Commit: patch 9.2.0621: 'autoindent' not stripped with virtualedit=onemore
patch 9.2.0621: 'autoindent' not stripped with virtualedit=onemore Commit: https://github.com
5:45 AM
Foxe Chen
2
5:44 AM
[vim/vim] GTK4: Set minimum size of form widget (PR #20487)
chrisbra left a comment (vim/vim#20487) Thanks, but isn't 10 rows a bit too much? Should it not
unread,
[vim/vim] GTK4: Set minimum size of form widget (PR #20487)
chrisbra left a comment (vim/vim#20487) Thanks, but isn't 10 rows a bit too much? Should it not
5:44 AM
zeertzjq
2
5:30 AM
[vim/vim] 'autoindent' not stripped with virtualedit=onemore (PR #20476)
chrisbra left a comment (vim/vim#20476) thanks — Reply to this email directly, view it on GitHub, or
unread,
[vim/vim] 'autoindent' not stripped with virtualedit=onemore (PR #20476)
chrisbra left a comment (vim/vim#20476) thanks — Reply to this email directly, view it on GitHub, or
5:30 AM
Christian Brabandt
5:30 AM
Commit: runtime(vim): Update base syntax, simplify function call matching
runtime(vim): Update base syntax, simplify function call matching Commit: https://github.com/vim/vim/
unread,
Commit: runtime(vim): Update base syntax, simplify function call matching
runtime(vim): Update base syntax, simplify function call matching Commit: https://github.com/vim/vim/
5:30 AM
dkearns
2
5:28 AM
[vim/vim] runtime(vim): Update base syntax, simplify function call matching (PR #20481)
chrisbra left a comment (vim/vim#20481) thanks — Reply to this email directly, view it on GitHub, or
unread,
[vim/vim] runtime(vim): Update base syntax, simplify function call matching (PR #20481)
chrisbra left a comment (vim/vim#20481) thanks — Reply to this email directly, view it on GitHub, or
5:28 AM
chdiza
3
5:26 AM
[vim/vim] gvim with gtk4 won't build (Issue #20488)
chrisbra left a comment (vim/vim#20488) Thanks. This patch here should fix it, can you please verify?
unread,
[vim/vim] gvim with gtk4 won't build (Issue #20488)
chrisbra left a comment (vim/vim#20488) Thanks. This patch here should fix it, can you please verify?
5:26 AM
Christian Brabandt
5:15 AM
Commit: CI: Remove Cirrus CI and Coverity Scan
CI: Remove Cirrus CI and Coverity Scan Commit: https://github.com/vim/vim/commit/
unread,
Commit: CI: Remove Cirrus CI and Coverity Scan
CI: Remove Cirrus CI and Coverity Scan Commit: https://github.com/vim/vim/commit/
5:15 AM
mattn
7
4:53 AM
[vim/vim] Remove Cirrus CI and Coverity Scan (PR #20431)
chrisbra left a comment (vim/vim#20431) thanks, let me merge it. I haven't received any answers
unread,
[vim/vim] Remove Cirrus CI and Coverity Scan (PR #20431)
chrisbra left a comment (vim/vim#20431) thanks, let me merge it. I haven't received any answers
4:53 AM
Thomas M Kehrenberg
4:00 AM
[vim/vim] Apply mappings to keys during completion started by `complete()` (PR #20489)
Problem: Keys valid in CTRL-X mode are never mapped while insert completion is active, so <CN>
unread,
[vim/vim] Apply mappings to keys during completion started by `complete()` (PR #20489)
Problem: Keys valid in CTRL-X mode are never mapped while insert completion is active, so <CN>
4:00 AM
h_east
31
1:52 AM
[vim/vim] perf: syntax highlighting tries patterns that cannot match a line (PR #20371)
h-east left a comment (vim/vim#20371) The required-byte prefilter now handles \c / \C and \V instead
unread,
[vim/vim] perf: syntax highlighting tries patterns that cannot match a line (PR #20371)
h-east left a comment (vim/vim#20371) The required-byte prefilter now handles \c / \C and \V instead
1:52 AM
Foxe Chen
2
Jun 11
[vim/vim] GTK4: Fix draw area sizing in form widget (PR #20486)
64-bitman left a comment (vim/vim#20486) @stevefalco can you check if this PR causes any issues for
unread,
[vim/vim] GTK4: Fix draw area sizing in form widget (PR #20486)
64-bitman left a comment (vim/vim#20486) @stevefalco can you check if this PR causes any issues for
Jun 11
Kirill Morozov
Jun 11
[vim/vim] feat(fish): configure indentation (PR #20485)
Since fish comes with a built-in fish_indent indenter and prettifier I thought it makes sense to use
unread,
[vim/vim] feat(fish): configure indentation (PR #20485)
Since fish comes with a built-in fish_indent indenter and prettifier I thought it makes sense to use
Jun 11
Devon Kirk
Jun 11
[vim/vim] fix: prevent integer overflow in read_tree_node bounds check (PR #20483)
Fixes CWE-190 integer overflow vulnerability in spell file parsing. The bounds check at spellfile.c:
unread,
[vim/vim] fix: prevent integer overflow in read_tree_node bounds check (PR #20483)
Fixes CWE-190 integer overflow vulnerability in spell file parsing. The bounds check at spellfile.c:
Jun 11
Devon Kirk
Jun 11
[vim/vim] fix: prevent infinite loop in barline_parse continuation parsing (PR #20484)
Fixes CWE-835 infinite loop vulnerability in viminfo parsing. When a viminfo continuation line is
unread,
[vim/vim] fix: prevent infinite loop in barline_parse continuation parsing (PR #20484)
Fixes CWE-835 infinite loop vulnerability in viminfo parsing. When a viminfo continuation line is
Jun 11
Aliaksei Budavei
Jun 11
[vim/vim] runtime(syntax-tests): Rename test files on demand (PR #20482)
The current scheme for naming syntax plugin tests expects a filetype name prefix and an associated
unread,
[vim/vim] runtime(syntax-tests): Rename test files on demand (PR #20482)
The current scheme for naming syntax plugin tests expects a filetype name prefix and an associated
Jun 11
Benjamin Block
2
Jun 11
[vim/vim] GVim Very Slow on High Resolution Displays (Issue #20479)
64-bitman left a comment (vim/vim#20479) Can you check if this #20437 fixes your issue? cd src ./
unread,
[vim/vim] GVim Very Slow on High Resolution Displays (Issue #20479)
64-bitman left a comment (vim/vim#20479) Can you check if this #20437 fixes your issue? cd src ./
Jun 11
mattn
10
Jun 11
[vim/vim] conceal does not re-calculate width and wrap lines. (Issue #9443)
pappasam left a comment (vim/vim#9443) @mattn if you have time, would you please test this PR? #20472
unread,
[vim/vim] conceal does not re-calculate width and wrap lines. (Issue #9443)
pappasam left a comment (vim/vim#9443) @mattn if you have time, would you please test this PR? #20472
Jun 11
Samuel Roeca
5
Jun 11
[vim/vim] Fix concealed text wrapping at conceallevel 3 (PR #20472)
pappasam left a comment (vim/vim#20472) I think you need to update :h screenpos() . docs have been
unread,
[vim/vim] Fix concealed text wrapping at conceallevel 3 (PR #20472)
pappasam left a comment (vim/vim#20472) I think you need to update :h screenpos() . docs have been
Jun 11
Janis Papanagnou
,
Tony Mechelynck
2
Jun 11
Q: Full justified text
On Thu, Jun 11, 2026 at 11:38 AM Janis Papanagnou <janis_pa...@hotmail.com> wrote: >
unread,
Q: Full justified text
On Thu, Jun 11, 2026 at 11:38 AM Janis Papanagnou <janis_pa...@hotmail.com> wrote: >
Jun 11
Janis Papanagnou
, …
Charles Campbell
5
Jun 11
Highlighting problem with ksh syntax
Thanks for your reply. If I understand correctly you are suggesting to hard-configure the "used
unread,
Highlighting problem with ksh syntax
Thanks for your reply. If I understand correctly you are suggesting to hard-configure the "used
Jun 11
Evgeni Chasnovski
Jun 11
[vim/vim] `CursorLineFold` and `CursorLineSign` usage depends on 'cursorlineopt' (Issue #20480)
echasnovski created an issue (vim/vim#20480) Steps to reproduce Create the following 'init.vim
unread,
[vim/vim] `CursorLineFold` and `CursorLineSign` usage depends on 'cursorlineopt' (Issue #20480)
echasnovski created an issue (vim/vim#20480) Steps to reproduce Create the following 'init.vim
Jun 11
mattn
Jun 11
[vim/vim] popup image: clear the previous frame on RGBA same-size swaps (PR #20478)
Sixel P2=1 transparency and cairo OPERATOR_OVER composite onto the previous emit, so swapping RGBA
unread,
[vim/vim] popup image: clear the previous frame on RGBA same-size swaps (PR #20478)
Sixel P2=1 transparency and cairo OPERATOR_OVER composite onto the previous emit, so swapping RGBA
Jun 11
mattn
Jun 11
[vim/vim] sixel: treat mostly-transparent RGBA pixels as transparent (PR #20477)
Emit pixels with alpha < 128 as the transparent palette index. Rendering them opaque showed the
unread,
[vim/vim] sixel: treat mostly-transparent RGBA pixels as transparent (PR #20477)
Emit pixels with alpha < 128 as the transparent palette index. Rendering them opaque showed the
Jun 11
glepnir
Jun 11
[vim/vim] matchfuzzypos() false exact match for long equal-length candidates (PR #20475)
Problem: When a candidate gets truncated to MATCH_MAX_LEN and ends up the same length as the needle,
unread,
[vim/vim] matchfuzzypos() false exact match for long equal-length candidates (PR #20475)
Problem: When a candidate gets truncated to MATCH_MAX_LEN and ends up the same length as the needle,
Jun 11
mattn
3
Jun 10
[vim/vim] popup image: fix layering of overlapping images, avoid kitty retransmission on redraw (PR #20474)
mattn left a comment (vim/vim#20474) Fixed in 967c5ac, all points addressed. — Reply to this email
unread,
[vim/vim] popup image: fix layering of overlapping images, avoid kitty retransmission on redraw (PR #20474)
mattn left a comment (vim/vim#20474) Fixed in 967c5ac, all points addressed. — Reply to this email
Jun 10
mattn
72
Jun 10
[vim/vim] Render images inside popup windows via sixel and GDI (PR #20136)
mattn left a comment (vim/vim#20136) tmux does not pass-through SIXEL escape sequences. — Reply to
unread,
[vim/vim] Render images inside popup windows via sixel and GDI (PR #20136)
mattn left a comment (vim/vim#20136) tmux does not pass-through SIXEL escape sequences. — Reply to
Jun 10
Christian Brabandt
Jun 10
Commit: patch 9.2.0620: runtime(netrw): fix 2match pattern rebuild
patch 9.2.0620: runtime(netrw): fix 2match pattern rebuild Commit: https://github.com/vim/vim/commit/
unread,
Commit: patch 9.2.0620: runtime(netrw): fix 2match pattern rebuild
patch 9.2.0620: runtime(netrw): fix 2match pattern rebuild Commit: https://github.com/vim/vim/commit/
Jun 10
Christian Brabandt
Jun 10
Commit: patch 9.2.0619: integer overflow in popup image size validation
patch 9.2.0619: integer overflow in popup image size validation Commit: https://github.com/vim/vim/
unread,
Commit: patch 9.2.0619: integer overflow in popup image size validation
patch 9.2.0619: integer overflow in popup image size validation Commit: https://github.com/vim/vim/
Jun 10
J. Paulo Seibt
2
Jun 10
[vim/vim] runtime(netrw): fix 2match pattern rebuild (PR #20461)
chrisbra left a comment (vim/vim#20461) thanks — Reply to this email directly, view it on GitHub, or
unread,
[vim/vim] runtime(netrw): fix 2match pattern rebuild (PR #20461)
chrisbra left a comment (vim/vim#20461) thanks — Reply to this email directly, view it on GitHub, or
Jun 10
mattn
2
Jun 10
[vim/vim] Fix integer overflow in popup image size validation (PR #20463)
chrisbra left a comment (vim/vim#20463) thanks — Reply to this email directly, view it on GitHub, or
unread,
[vim/vim] Fix integer overflow in popup image size validation (PR #20463)
chrisbra left a comment (vim/vim#20463) thanks — Reply to this email directly, view it on GitHub, or
Jun 10