Groups
Groups
Sign in
Groups
Groups
vim_dev
Conversations
About
Send feedback
Help
vim_dev
1–30 of 51600
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
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
chdiza
12:53 AM
[vim/vim] gvim with gtk4 won't build (Issue #20488)
chdiza created an issue (vim/vim#20488) Steps to reproduce Vim 9.2.0620. ./configure --enable-gui=
unread,
[vim/vim] gvim with gtk4 won't build (Issue #20488)
chdiza created an issue (vim/vim#20488) Steps to reproduce Vim 9.2.0620. ./configure --enable-gui=
12:53 AM
Foxe Chen
Jun 11
[vim/vim] GTK4: Set minimum size of form widget (PR #20487)
Currently the form widget (which includes the drawing area) can be resized to a height of zero or a
unread,
[vim/vim] GTK4: Set minimum size of form widget (PR #20487)
Currently the form widget (which includes the drawing area) can be resized to a height of zero or a
Jun 11
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
dkearns
Jun 11
[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
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
mattn
6
Jun 11
[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) —
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
zeertzjq
Jun 11
[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:
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
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