Groups
Groups
Sign in
Groups
Groups
vim_dev
Conversations
About
Send feedback
Help
Group path
vim_dev
1–30 of 51925
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
Maxim Kim
4
7:29 AM
[vim/vim] runtime(odin): fix indent issue/add test (PR #20658)
dkearns left a comment (vim/vim#20658) Are indent tests the part of the whole testing suite Yes, your
unread,
[vim/vim] runtime(odin): fix indent issue/add test (PR #20658)
dkearns left a comment (vim/vim#20658) Are indent tests the part of the whole testing suite Yes, your
7:29 AM
betheev
2
6:12 AM
[vim/vim] Fix QML syntax highlighting for ternary operator (Issue #20657)
betheev left a comment (vim/vim#20657) Duplicate of #19988 — Reply to this email directly, view it on
unread,
[vim/vim] Fix QML syntax highlighting for ternary operator (Issue #20657)
betheev left a comment (vim/vim#20657) Duplicate of #19988 — Reply to this email directly, view it on
6:12 AM
Maxim Kim
25
2:30 AM
[vim/vim] add optional surround package (PR #20596)
dkearns left a comment (vim/vim#20596) I am sorry if this was considered as aggressive pushing.
unread,
[vim/vim] add optional surround package (PR #20596)
dkearns left a comment (vim/vim#20596) I am sorry if this was considered as aggressive pushing.
2:30 AM
Shane Harper
Jun 27
[vim/vim] patch 9.2.NNNN: string macros silently accept a size of the wrong type (PR #20656)
Problem: Several string and memory wrapper macros cast their size argument to size_t although the
unread,
[vim/vim] patch 9.2.NNNN: string macros silently accept a size of the wrong type (PR #20656)
Problem: Several string and memory wrapper macros cast their size argument to size_t although the
Jun 27
K.Takata
Jun 27
[vim/vim] CI: win32: Run gvim/vim tests in parallel (PR #20655)
https://github.blog/changelog/2026-06-25-actions-steps-can-now-be-run-in-parallel/ You can view,
unread,
[vim/vim] CI: win32: Run gvim/vim tests in parallel (PR #20655)
https://github.blog/changelog/2026-06-25-actions-steps-can-now-be-run-in-parallel/ You can view,
Jun 27
dkearns
Jun 27
[vim/vim] runtime(vim): Fix heredoc triggering misidentifcation of Vim9 script (PR #20654)
The following let-heredoc can cause legacy scripts to be misidentified as Vim9 script if it appears
unread,
[vim/vim] runtime(vim): Fix heredoc triggering misidentifcation of Vim9 script (PR #20654)
The following let-heredoc can cause legacy scripts to be misidentified as Vim9 script if it appears
Jun 27
Matthew Hughes
3
Jun 27
[vim/vim] syntax: add 'scrollbar-gutter' keyword in CSS (PR #20639)
jsit left a comment (vim/vim#20639) @matthewhughes934 Thanks Matthew! I might like to use a different
unread,
[vim/vim] syntax: add 'scrollbar-gutter' keyword in CSS (PR #20639)
jsit left a comment (vim/vim#20639) @matthewhughes934 Thanks Matthew! I might like to use a different
Jun 27
Jay Sitter
Jun 27
[vim/vim] syntax: add 'scrollbar-gutter' prop/attr in CSS (PR #20653)
Add scrollbar-gutter property and attributes Group CSS Overflow properties/attributes You can view,
unread,
[vim/vim] syntax: add 'scrollbar-gutter' prop/attr in CSS (PR #20653)
Add scrollbar-gutter property and attributes Group CSS Overflow properties/attributes You can view,
Jun 27
Maxim Kim
3
Jun 27
[vim/vim] vim filetype, wrong commentstring (Issue #20647)
dkearns left a comment (vim/vim#20647) I think we can just get away with a search() for a ^ anchored
unread,
[vim/vim] vim filetype, wrong commentstring (Issue #20647)
dkearns left a comment (vim/vim#20647) I think we can just get away with a search() for a ^ anchored
Jun 27
Mao-Yining
Jun 27
[vim/vim] popup_atcursor() with buffer argument fails to display on whitespace and called from within another popup's filter (Issue #20652)
mao-yining created an issue (vim/vim#20652) Steps to reproduce vim9script def ShowAtCursorWithBuffer(
unread,
[vim/vim] popup_atcursor() with buffer argument fails to display on whitespace and called from within another popup's filter (Issue #20652)
mao-yining created an issue (vim/vim#20652) Steps to reproduce vim9script def ShowAtCursorWithBuffer(
Jun 27
Foxe Chen
3
Jun 27
[vim/vim] Session restoring windows does not take into account GUI tabline (Issue #20622)
chrisbra left a comment (vim/vim#20622) fixed by #20627 — Reply to this email directly, view it on
unread,
[vim/vim] Session restoring windows does not take into account GUI tabline (Issue #20622)
chrisbra left a comment (vim/vim#20622) fixed by #20627 — Reply to this email directly, view it on
Jun 27
Edmond Solomon
4
Jun 27
[vim/vim] netrw: trying to rename a file causes the filename path to be mangled (Issue #20636)
chrisbra left a comment (vim/vim#20636) This patch should fix it: diff --git a/runtime/pack/dist/opt/
unread,
[vim/vim] netrw: trying to rename a file causes the filename path to be mangled (Issue #20636)
chrisbra left a comment (vim/vim#20636) This patch should fix it: diff --git a/runtime/pack/dist/opt/
Jun 27
dkearns
Jun 27
[vim/vim] Improve :delete print flag handling (PR #20651)
Support '#' immediately following a command and all flags in tail position. You can view,
unread,
[vim/vim] Improve :delete print flag handling (PR #20651)
Support '#' immediately following a command and all flags in tail position. You can view,
Jun 27
bugsbugsbux
28
Jun 27
[vim/vim] do not automatically set user preferences like ts,sw,et (Issue #20036)
chrisbra left a comment (vim/vim#20036) -> #20650 — Reply to this email directly, view it on
unread,
[vim/vim] do not automatically set user preferences like ts,sw,et (Issue #20036)
chrisbra left a comment (vim/vim#20036) -> #20650 — Reply to this email directly, view it on
Jun 27
Christian Brabandt
Jun 27
[vim/vim] runtime: guard recommended style settings consistently (PR #20650)
Normalize the 15 existing guards to the documented two-level form get(g:, 'X_recommended_style
unread,
[vim/vim] runtime: guard recommended style settings consistently (PR #20650)
Normalize the 15 existing guards to the documented two-level form get(g:, 'X_recommended_style
Jun 27
Christian Brabandt
Jun 27
Commit: patch 9.2.0738: ml_recover() may write beyond block buffer
patch 9.2.0738: ml_recover() may write beyond block buffer Commit: https://github.com/vim/vim/commit/
unread,
Commit: patch 9.2.0738: ml_recover() may write beyond block buffer
patch 9.2.0738: ml_recover() may write beyond block buffer Commit: https://github.com/vim/vim/commit/
Jun 27
dependabot[bot]
2
Jun 27
[vim/vim] CI: Bump actions/checkout from 6.0.2 to 7.0.0 in the github-actions group across 1 directory (PR #20646)
dependabot[bot] left a comment (vim/vim#20646) This pull request was built based on a group rule.
unread,
[vim/vim] CI: Bump actions/checkout from 6.0.2 to 7.0.0 in the github-actions group across 1 directory (PR #20646)
dependabot[bot] left a comment (vim/vim#20646) This pull request was built based on a group rule.
Jun 27
Christian Brabandt
Jun 27
Commit: CI: Bump actions/checkout in the github-actions group across 1 directory
CI: Bump actions/checkout in the github-actions group across 1 directory Commit: https://github.com/
unread,
Commit: CI: Bump actions/checkout in the github-actions group across 1 directory
CI: Bump actions/checkout in the github-actions group across 1 directory Commit: https://github.com/
Jun 27
Christian Brabandt
Jun 27
Commit: patch 9.2.0736: potential command execution in PHP omni-completion
patch 9.2.0736: potential command execution in PHP omni-completion Commit: https://github.com/vim/vim
unread,
Commit: patch 9.2.0736: potential command execution in PHP omni-completion
patch 9.2.0736: potential command execution in PHP omni-completion Commit: https://github.com/vim/vim
Jun 27
Christian Brabandt
Jun 27
Commit: patch 9.2.0737: tests: comment test can be improved
patch 9.2.0737: tests: comment test can be improved Commit: https://github.com/vim/vim/commit/
unread,
Commit: patch 9.2.0737: tests: comment test can be improved
patch 9.2.0737: tests: comment test can be improved Commit: https://github.com/vim/vim/commit/
Jun 27
Maxim Kim
2
Jun 27
[vim/vim] refactor comment package to allow simpler tests (PR #20649)
chrisbra left a comment (vim/vim#20649) thanks — Reply to this email directly, view it on GitHub, or
unread,
[vim/vim] refactor comment package to allow simpler tests (PR #20649)
chrisbra left a comment (vim/vim#20649) thanks — Reply to this email directly, view it on GitHub, or
Jun 27
Foxe Chen
2
Jun 27
[vim/vim] GTK4: Remove native print dialog (PR #20640)
64-bitman left a comment (vim/vim#20640) See #20648 — Reply to this email directly, view it on GitHub
unread,
[vim/vim] GTK4: Remove native print dialog (PR #20640)
64-bitman left a comment (vim/vim#20640) See #20648 — Reply to this email directly, view it on GitHub
Jun 27
Foxe Chen
Jun 27
[vim/vim] Add hardcopy print backend using Pango + Cairo (PR #20648)
Add a print backend for the hardcopy feature that uses Pango and Cairo for rendering text. The
unread,
[vim/vim] Add hardcopy print backend using Pango + Cairo (PR #20648)
Add a print backend for the hardcopy feature that uses Pango and Cairo for rendering text. The
Jun 27
Fionn
4
Jun 26
[vim/vim] Add syntax for SSH keys and related filetypes (PR #20635)
fionn left a comment (vim/vim#20635) Yeah that's a fair point, renamed. I left the sshKey* names
unread,
[vim/vim] Add syntax for SSH keys and related filetypes (PR #20635)
fionn left a comment (vim/vim#20635) Yeah that's a fair point, renamed. I left the sshKey* names
Jun 26
presuku
9
Jun 26
[vim/vim] gvim (gtk3/X11) became slow since ver 9.2.0646 (Issue #20603)
presuku left a comment (vim/vim#20603) Thank you both for your work. Sorry for the late reply, this
unread,
[vim/vim] gvim (gtk3/X11) became slow since ver 9.2.0646 (Issue #20603)
presuku left a comment (vim/vim#20603) Thank you both for your work. Sorry for the late reply, this
Jun 26
Christian Brabandt
Jun 26
Commit: patch 9.2.0735: [security]: arbitrary Ex command execution during C omni-completion
patch 9.2.0735: [security]: arbitrary Ex command execution during C omni-completion Commit: https://
unread,
Commit: patch 9.2.0735: [security]: arbitrary Ex command execution during C omni-completion
patch 9.2.0735: [security]: arbitrary Ex command execution during C omni-completion Commit: https://
Jun 26
Foxe Chen
3
Jun 26
[vim/vim] GTK4: Calculate scrollbar size in gui_mch_enable_scrollbar() (PR #20628)
64-bitman left a comment (vim/vim#20628) Is this the same issue that #20633 tried to fix? different
unread,
[vim/vim] GTK4: Calculate scrollbar size in gui_mch_enable_scrollbar() (PR #20628)
64-bitman left a comment (vim/vim#20628) Is this the same issue that #20633 tried to fix? different
Jun 26
Christian Brabandt
Jun 26
Commit: runtime(doc): Tweak documentation style and typo
runtime(doc): Tweak documentation style and typo Commit: https://github.com/vim/vim/commit/
unread,
Commit: runtime(doc): Tweak documentation style and typo
runtime(doc): Tweak documentation style and typo Commit: https://github.com/vim/vim/commit/
Jun 26
Christian Brabandt
Jun 26
Commit: patch 9.2.0734: function pointer passed to STRNCMP() instead of a length
patch 9.2.0734: function pointer passed to STRNCMP() instead of a length Commit: https://github.com/
unread,
Commit: patch 9.2.0734: function pointer passed to STRNCMP() instead of a length
patch 9.2.0734: function pointer passed to STRNCMP() instead of a length Commit: https://github.com/
Jun 26
h_east
2
Jun 26
[vim/vim] Tweak documentation style and typo (PR #20644)
chrisbra left a comment (vim/vim#20644) thanks — Reply to this email directly, view it on GitHub, or
unread,
[vim/vim] Tweak documentation style and typo (PR #20644)
chrisbra left a comment (vim/vim#20644) thanks — Reply to this email directly, view it on GitHub, or
Jun 26