Groups
Groups
Sign in
Groups
Groups
vim_dev
Conversations
About
Send feedback
Help
Group path
vim_dev
1–30 of 51930
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
Edmond Solomon
8
12:04 PM
[vim/vim] netrw: trying to rename a file causes the filename path to be mangled (Issue #20636)
chrisbra left a comment (vim/vim#20636) I put the fix here: #20663 can you check? — Reply to this
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) I put the fix here: #20663 can you check? — Reply to this
12:04 PM
Christian Brabandt
12:04 PM
[vim/vim] runtime(netrw): Use consistent forward slashes (PR #20663)
fixes: #20636 You can view, comment on, or merge this pull request online at: https://github.com/vim/
unread,
[vim/vim] runtime(netrw): Use consistent forward slashes (PR #20663)
fixes: #20636 You can view, comment on, or merge this pull request online at: https://github.com/vim/
12:04 PM
bam80
, …
Maxim Kim
12
11:45 AM
[vim/vim] indistinguishable colors in vimdiff mode (#4071)
nikolas left a comment (vim/vim#4071) The simplest thing to do is shut off syntax highlighting. :syn
unread,
[vim/vim] indistinguishable colors in vimdiff mode (#4071)
nikolas left a comment (vim/vim#4071) The simplest thing to do is shut off syntax highlighting. :syn
11:45 AM
Christian Brabandt
11:09 AM
[vim/vim] cscope connections leak when growing the array fails (PR #20662)
Problem: In cs_insert_filelist() a failed vim_realloc() when growing the csinfo[] array frees the
unread,
[vim/vim] cscope connections leak when growing the array fails (PR #20662)
Problem: In cs_insert_filelist() a failed vim_realloc() when growing the csinfo[] array frees the
11:09 AM
Christian Brabandt
10:47 AM
[vim/vim] NULL pointer dereference in gui_photon (PR #20661)
Problem: NULL pointer dereference in gui_photon (Ao Xijie) Solution: after realloc() validate the
unread,
[vim/vim] NULL pointer dereference in gui_photon (PR #20661)
Problem: NULL pointer dereference in gui_photon (Ao Xijie) Solution: after realloc() validate the
10:47 AM
Christian Brabandt
10:38 AM
[vim/vim] Crash with truncated spellfile (PR #20660)
Problem: Crash when reading truncated spellfile (MarkLee131) Solution: Set sl_sofo to TRUE in
unread,
[vim/vim] Crash with truncated spellfile (PR #20660)
Problem: Crash when reading truncated spellfile (MarkLee131) Solution: Set sl_sofo to TRUE in
10:38 AM
mattn
8:41 AM
[vim/vim] patch: fix popup_atcursor() closing immediately when the cursor is on white space (PR #20659)
When the cursor is on white space, popup_atcursor() created a popup that was closed immediately, for
unread,
[vim/vim] patch: fix popup_atcursor() closing immediately when the cursor is on white space (PR #20659)
When the cursor is on white space, popup_atcursor() created a popup that was closed immediately, for
8:41 AM
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
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