Groups
Groups
Sign in
Groups
Groups
vim_dev
Conversations
About
Send feedback
Help
Group path
vim_dev
1–30 of 52424
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
dkearns
2
2:21 PM
[vim/vim] runtime: Add TOML entry to the syntax menu (PR #20930)
chrisbra left a comment (vim/vim#20930) thanks — Reply to this email directly, view it on GitHub, or
unread,
[vim/vim] runtime: Add TOML entry to the syntax menu (PR #20930)
chrisbra left a comment (vim/vim#20930) thanks — Reply to this email directly, view it on GitHub, or
2:21 PM
h_east
2
12:38 PM
[vim/vim] popup: virtual text is not redrawn when a text property changes (PR #20931)
mmrwoods left a comment (vim/vim#20931) I have built Vim from this branch and can confirm it fixes
unread,
[vim/vim] popup: virtual text is not redrawn when a text property changes (PR #20931)
mmrwoods left a comment (vim/vim#20931) I have built Vim from this branch and can confirm it fixes
12:38 PM
lacygoill
8
12:06 PM
[vim/vim] cannot use vim9 block inside nested autocmd (Issue #20918)
lacygoill left a comment (vim/vim#20918) Is there no need to consider the above? I think there is.
unread,
[vim/vim] cannot use vim9 block inside nested autocmd (Issue #20918)
lacygoill left a comment (vim/vim#20918) Is there no need to consider the above? I think there is.
12:06 PM
Samuel Schlesinger
2
11:14 AM
[vim/vim] transstr(): keep a tail pointer instead of appending with STRCAT() (PR #20925)
h-east left a comment (vim/vim#20925) The change itself is correct. STRCAT() rescans the result from
unread,
[vim/vim] transstr(): keep a tail pointer instead of appending with STRCAT() (PR #20925)
h-east left a comment (vim/vim#20925) The change itself is correct. STRCAT() rescans the result from
11:14 AM
mattn
29
11:04 AM
[vim/vim] Fix Popup Redraw Issues and Borderhighlight Clearing (PR #19297)
mmrwoods left a comment (vim/vim#19297) Thank you @h-east, and sorry for not RTFM ;-) — Reply to this
unread,
[vim/vim] Fix Popup Redraw Issues and Borderhighlight Clearing (PR #19297)
mmrwoods left a comment (vim/vim#19297) Thank you @h-east, and sorry for not RTFM ;-) — Reply to this
11:04 AM
arkissa
10
9:39 AM
[vim/vim] hlyank does not handle GUI autoselect via 'guioptions' P (Issue #20792)
h-east left a comment (vim/vim#20792) Checking a single flag is not enough, because the register
unread,
[vim/vim] hlyank does not handle GUI autoselect via 'guioptions' P (Issue #20792)
h-east left a comment (vim/vim#20792) Checking a single flag is not enough, because the register
9:39 AM
Shane Harper
3
7:41 AM
[vim/vim] Fix :set pumopt command-line completion. (PR #20910)
shaneharper left a comment (vim/vim#20910) I'll provide an update to the source files taking into
unread,
[vim/vim] Fix :set pumopt command-line completion. (PR #20910)
shaneharper left a comment (vim/vim#20910) I'll provide an update to the source files taking into
7:41 AM
Philip H.
6:11 AM
[vim/vim] ci-linux: ubuntu-26.04 & GCC-16 (PR #20929)
You can view, comment on, or merge this pull request online at: https://github.com/vim/vim/pull/20929
unread,
[vim/vim] ci-linux: ubuntu-26.04 & GCC-16 (PR #20929)
You can view, comment on, or merge this pull request online at: https://github.com/vim/vim/pull/20929
6:11 AM
Philip H.
6:05 AM
[vim/vim] ci-linux_asan: clang-22 (PR #20928)
You can view, comment on, or merge this pull request online at: https://github.com/vim/vim/pull/20928
unread,
[vim/vim] ci-linux_asan: clang-22 (PR #20928)
You can view, comment on, or merge this pull request online at: https://github.com/vim/vim/pull/20928
6:05 AM
antoniopaolini
5:48 AM
[vim/vim] Missing syntax from menu (Issue #20927)
antoniopaolini created an issue (vim/vim#20927) In the syntax menu the TOML file type is missing. Vim
unread,
[vim/vim] Missing syntax from menu (Issue #20927)
antoniopaolini created an issue (vim/vim#20927) In the syntax menu the TOML file type is missing. Vim
5:48 AM
Foxe Chen
3
4:31 AM
Re: [vim/vim] Stabilize GTK4 GUI (PR #20920)
chrisbra left a comment (vim/vim#20920) Screen size too small! Tests require at least 24 lines with
unread,
Re: [vim/vim] Stabilize GTK4 GUI (PR #20920)
chrisbra left a comment (vim/vim#20920) Screen size too small! Tests require at least 24 lines with
4:31 AM
Samuel Schlesinger
2:27 AM
[vim/vim] ins_compl_add(): use a hashtab for the duplicate check (PR #20926)
Problem ins_compl_add() checks for an existing match by scanning the whole match list, so collecting
unread,
[vim/vim] ins_compl_add(): use a hashtab for the duplicate check (PR #20926)
Problem ins_compl_add() checks for an existing match by scanning the whole match list, so collecting
2:27 AM
ubaldot
14
1:41 AM
[vim/vim] Gvim: ligatures are reshaped when cursor moves across constituent characters (Issue #20916)
64-bitman left a comment (vim/vim#20916) I may be missing something here, but what about changing the
unread,
[vim/vim] Gvim: ligatures are reshaped when cursor moves across constituent characters (Issue #20916)
64-bitman left a comment (vim/vim#20916) I may be missing something here, but what about changing the
1:41 AM
Samuel Schlesinger
13
1:29 AM
[vim/vim] fix: ":for" over a tuple leaks memory on every iteration (PR #20914)
SamuelSchlesinger left a comment (vim/vim#20914) Added back the numeric case. — Reply to this email
unread,
[vim/vim] fix: ":for" over a tuple leaks memory on every iteration (PR #20914)
SamuelSchlesinger left a comment (vim/vim#20914) Added back the numeric case. — Reply to this email
1:29 AM
dzwdz
4
Aug 2
[vim/vim] runtime(c): correct struct initializers get highlighted as errors (Issue #18709)
Boobies left a comment (vim/vim#18709) Is anyone still checking this thread? Btw, I am @bogdan-barbu
unread,
[vim/vim] runtime(c): correct struct initializers get highlighted as errors (Issue #18709)
Boobies left a comment (vim/vim#18709) Is anyone still checking this thread? Btw, I am @bogdan-barbu
Aug 2
Foxe Chen
17
Aug 2
[vim/vim] Add hardcopy print backend using Pango + Cairo (PR #20648)
ernstki left a comment (vim/vim#20648) @64-bitman Thanks for your efforts. Having the print dialog
unread,
[vim/vim] Add hardcopy print backend using Pango + Cairo (PR #20648)
ernstki left a comment (vim/vim#20648) @64-bitman Thanks for your efforts. Having the print dialog
Aug 2
Christian Brabandt
,
Hisashi T Fujinaka
3
Aug 2
Commit: patch 9.2.0898: printing support is lacking
Looks like I can't disable pango-printing if I have gtk enabled. I'm not that great with
unread,
Commit: patch 9.2.0898: printing support is lacking
Looks like I can't disable pango-printing if I have gtk enabled. I'm not that great with
Aug 2
Foxe Chen
Aug 2
[vim/vim] Fix ghost cursor in insert mode (PR #20924)
#20916 (comment) You can view, comment on, or merge this pull request online at: https://github.com/
unread,
[vim/vim] Fix ghost cursor in insert mode (PR #20924)
#20916 (comment) You can view, comment on, or merge this pull request online at: https://github.com/
Aug 2
zeertzjq
Aug 2
[vim/vim] "zb" scrolls incorrectly with cursor just above fold (PR #20923)
Problem: "zb" scrolls incorrectly with cursor just above fold. Solution: Handle boff.lnum
unread,
[vim/vim] "zb" scrolls incorrectly with cursor just above fold (PR #20923)
Problem: "zb" scrolls incorrectly with cursor just above fold. Solution: Handle boff.lnum
Aug 2
h_east
Aug 2
[vim/vim] Vim9: cannot use an exported function of an autoload import as a value (PR #20922)
Problem: Using an exported function of a script imported with "import autoload" as a value
unread,
[vim/vim] Vim9: cannot use an exported function of an autoload import as a value (PR #20922)
Problem: Using an exported function of a script imported with "import autoload" as a value
Aug 2
h_east
Aug 2
[vim/vim] runtime(doc): remove todo entries that are fixed (PR #20921)
The 'smoothscroll' scroll position is kept when a window is squeezed since patch 9.2.0885,
unread,
[vim/vim] runtime(doc): remove todo entries that are fixed (PR #20921)
The 'smoothscroll' scroll position is kept when a window is squeezed since patch 9.2.0885,
Aug 2
Christian Brabandt
Aug 2
Commit: patch 9.2.0901: textprop: wrong cursor line with truncated virtual text
patch 9.2.0901: textprop: wrong cursor line with truncated virtual text Commit: https://github.com/
unread,
Commit: patch 9.2.0901: textprop: wrong cursor line with truncated virtual text
patch 9.2.0901: textprop: wrong cursor line with truncated virtual text Commit: https://github.com/
Aug 2
h_east
4
Aug 2
[vim/vim] textprop: wrong cursor line with truncated virtual text below an empty line (PR #20917)
chrisbra left a comment (vim/vim#20917) thanks — Reply to this email directly, view it on GitHub, or
unread,
[vim/vim] textprop: wrong cursor line with truncated virtual text below an empty line (PR #20917)
chrisbra left a comment (vim/vim#20917) thanks — Reply to this email directly, view it on GitHub, or
Aug 2
Christian Brabandt
Aug 2
Commit: patch 9.2.0900: FocusGained still triggered when closing dialog
patch 9.2.0900: FocusGained still triggered when closing dialog Commit: https://github.com/vim/vim/
unread,
Commit: patch 9.2.0900: FocusGained still triggered when closing dialog
patch 9.2.0900: FocusGained still triggered when closing dialog Commit: https://github.com/vim/vim/
Aug 2
Christian Brabandt
Aug 2
Commit: patch 9.2.0899: command output temporary files may collide
patch 9.2.0899: command output temporary files may collide Commit: https://github.com/vim/vim/commit/
unread,
Commit: patch 9.2.0899: command output temporary files may collide
patch 9.2.0899: command output temporary files may collide Commit: https://github.com/vim/vim/commit/
Aug 2
Tony Mechelynck
,
Christian Brabandt
2
Aug 2
Duplicate git patch number
On So, 02 Aug 2026, Tony Mechelynck wrote: > According to their descriptions in the git repository
unread,
Duplicate git patch number
On So, 02 Aug 2026, Tony Mechelynck wrote: > According to their descriptions in the git repository
Aug 2
Christian Brabandt
,
h_east
3
Aug 2
Commit: patch 9.2.0896: scroll: 'smoothscroll' position is lost when splitting a window
On So, 02 Aug 2026, h_east wrote: > Hi, > > There are two instances of patch 9.2.0896. >
unread,
Commit: patch 9.2.0896: scroll: 'smoothscroll' position is lost when splitting a window
On So, 02 Aug 2026, h_east wrote: > Hi, > > There are two instances of patch 9.2.0896. >
Aug 2
Samuel Roeca
2
Aug 2
[vim/vim] patch 9.2.XXXX: command output temporary files may collide (PR #20915)
chrisbra left a comment (vim/vim#20915) thanks — Reply to this email directly, view it on GitHub, or
unread,
[vim/vim] patch 9.2.XXXX: command output temporary files may collide (PR #20915)
chrisbra left a comment (vim/vim#20915) thanks — Reply to this email directly, view it on GitHub, or
Aug 2
Christian Brabandt
Aug 2
Commit: patch 9.2.0897: GTK3 X11 redraws are not coalesced
patch 9.2.0897: GTK3 X11 redraws are not coalesced Commit: https://github.com/vim/vim/commit/
unread,
Commit: patch 9.2.0897: GTK3 X11 redraws are not coalesced
patch 9.2.0897: GTK3 X11 redraws are not coalesced Commit: https://github.com/vim/vim/commit/
Aug 2
Christian Brabandt
2
Aug 2
Re: [vim/vim] perf(gtk3): use cairo region over gtk draw, coalesce x11 redraws (PR #20909)
dezza left a comment (vim/vim#20909) Okay, fair. Let's merge it then Things have come very far
unread,
Re: [vim/vim] perf(gtk3): use cairo region over gtk draw, coalesce x11 redraws (PR #20909)
dezza left a comment (vim/vim#20909) Okay, fair. Let's merge it then Things have come very far
Aug 2