Groups
Groups
Sign in
Groups
Groups
vim_dev
Conversations
About
Send feedback
Help
vim_dev
1–30 of 51597
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
Kirill Morozov
4:05 PM
[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
4:05 PM
Devon Kirk
2:55 PM
[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:
2:55 PM
Devon Kirk
2:55 PM
[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
2:55 PM
Aliaksei Budavei
2:29 PM
[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
2:29 PM
dkearns
1:38 PM
[vim/vim] runtime(vim): Update base syntax, simplify function call matching (PR #20481)
Explicitly match the dot accessor Exclude the qualifier when matching qualified function calls You
unread,
[vim/vim] runtime(vim): Update base syntax, simplify function call matching (PR #20481)
Explicitly match the dot accessor Exclude the qualifier when matching qualified function calls You
1:38 PM
Benjamin Block
2
1:37 PM
[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 ./
1:37 PM
mattn
10
1:17 PM
[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
1:17 PM
h_east
28
11:31 AM
[vim/vim] perf: syntax highlighting tries patterns that cannot match a line (PR #20371)
h-east left a comment (vim/vim#20371) Fair points, and let me concede the ones the prototype settles.
unread,
[vim/vim] perf: syntax highlighting tries patterns that cannot match a line (PR #20371)
h-east left a comment (vim/vim#20371) Fair points, and let me concede the ones the prototype settles.
11:31 AM
mattn
6
10:16 AM
[vim/vim] Remove Cirrus CI and Coverity Scan (PR #20431)
mattn left a comment (vim/vim#20431) https://scan.coverity.com/projects/vim image.png (view on web) —
unread,
[vim/vim] Remove Cirrus CI and Coverity Scan (PR #20431)
mattn left a comment (vim/vim#20431) https://scan.coverity.com/projects/vim image.png (view on web) —
10:16 AM
Samuel Roeca
5
8:12 AM
[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
8:12 AM
Janis Papanagnou
,
Tony Mechelynck
2
6:02 AM
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: >
6:02 AM
Janis Papanagnou
, …
Charles Campbell
5
5:27 AM
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
5:27 AM
Evgeni Chasnovski
4:44 AM
[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
4:44 AM
mattn
3:15 AM
[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
3:15 AM
mattn
3:15 AM
[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
3:15 AM
zeertzjq
1:37 AM
[vim/vim] 'autoindent' not stripped with virtualedit=onemore (PR #20476)
Problem: 'autoindent' not stripped with virtualedit=onemore (after 9.2.0510). Solution:
unread,
[vim/vim] 'autoindent' not stripped with virtualedit=onemore (PR #20476)
Problem: 'autoindent' not stripped with virtualedit=onemore (after 9.2.0510). Solution:
1:37 AM
glepnir
12:43 AM
[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,
12:43 AM
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
Christian Brabandt
Jun 10
Commit: patch 9.2.0618: use-after-free in popup_getoptions() on dict_add() failure
patch 9.2.0618: use-after-free in popup_getoptions() on dict_add() failure Commit: https://github.com
unread,
Commit: patch 9.2.0618: use-after-free in popup_getoptions() on dict_add() failure
patch 9.2.0618: use-after-free in popup_getoptions() on dict_add() failure Commit: https://github.com
Jun 10
Christian Brabandt
Jun 10
Commit: patch 9.2.0617: GvimExt: does not support different runtime dirs
patch 9.2.0617: GvimExt: does not support different runtime dirs Commit: https://github.com/vim/vim/
unread,
Commit: patch 9.2.0617: GvimExt: does not support different runtime dirs
patch 9.2.0617: GvimExt: does not support different runtime dirs Commit: https://github.com/vim/vim/
Jun 10
mattn
2
Jun 10
[vim/vim] Fix use-after-free in popup_getoptions() on dict_add() failure (PR #20464)
chrisbra left a comment (vim/vim#20464) thanks — Reply to this email directly, view it on GitHub, or
unread,
[vim/vim] Fix use-after-free in popup_getoptions() on dict_add() failure (PR #20464)
chrisbra left a comment (vim/vim#20464) thanks — Reply to this email directly, view it on GitHub, or
Jun 10
K.Takata
2
Jun 10
[vim/vim] GvimExt: Support multiple runtime directory structures (PR #20465)
chrisbra left a comment (vim/vim#20465) Thanks Ken — Reply to this email directly, view it on GitHub,
unread,
[vim/vim] GvimExt: Support multiple runtime directory structures (PR #20465)
chrisbra left a comment (vim/vim#20465) Thanks Ken — Reply to this email directly, view it on GitHub,
Jun 10
Christian Brabandt
Jun 10
Commit: patch 9.2.0616: GTK4: use-after-free on clipboard read timeout
patch 9.2.0616: GTK4: use-after-free on clipboard read timeout Commit: https://github.com/vim/vim/
unread,
Commit: patch 9.2.0616: GTK4: use-after-free on clipboard read timeout
patch 9.2.0616: GTK4: use-after-free on clipboard read timeout Commit: https://github.com/vim/vim/
Jun 10
Christian Brabandt
Jun 10
Commit: patch 9.2.0615: sixel encoder drops pixels on the right edge of shapes
patch 9.2.0615: sixel encoder drops pixels on the right edge of shapes Commit: https://github.com/vim
unread,
Commit: patch 9.2.0615: sixel encoder drops pixels on the right edge of shapes
patch 9.2.0615: sixel encoder drops pixels on the right edge of shapes Commit: https://github.com/vim
Jun 10
mattn
2
Jun 10
[vim/vim] Fix use-after-free in GTK4 clipboard read on timeout (PR #20467)
chrisbra left a comment (vim/vim#20467) thanks — Reply to this email directly, view it on GitHub, or
unread,
[vim/vim] Fix use-after-free in GTK4 clipboard read on timeout (PR #20467)
chrisbra left a comment (vim/vim#20467) thanks — Reply to this email directly, view it on GitHub, or
Jun 10