Groups
Groups
Sign in
Groups
Groups
vim_dev
Conversations
About
Send feedback
Help
vim_dev
1–30 of 49661
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
dezza
8:05 AM
[vim/vim] 9.2.0010 follow-up: import-guard, fix dbl semicolon (PR #19428)
Still have not gotten the PC assembled, but I made this on the Raspberry Pi 5 I've been using
unread,
[vim/vim] 9.2.0010 follow-up: import-guard, fix dbl semicolon (PR #19428)
Still have not gotten the PC assembled, but I made this on the Raspberry Pi 5 I've been using
8:05 AM
zeertzjq
7:48 AM
[vim/vim] Fix a few typos (PR #19427)
You can view, comment on, or merge this pull request online at: https://github.com/vim/vim/pull/19427
unread,
[vim/vim] Fix a few typos (PR #19427)
You can view, comment on, or merge this pull request online at: https://github.com/vim/vim/pull/19427
7:48 AM
John Marriott
2
7:15 AM
[vim/vim] More use ga_concat_len() where the length is known (PR #19422)
h-east left a comment (vim/vim#19422) You shouldn't have to specify the literal size directly.
unread,
[vim/vim] More use ga_concat_len() where the length is known (PR #19422)
h-east left a comment (vim/vim#19422) You shouldn't have to specify the literal size directly.
7:15 AM
sideshowbarker
10
6:12 AM
[vim/vim] Syntax concealing not rendered when foldmethod=diff has closed folds (Issue #19423)
Closed #19423 as not planned. — Reply to this email directly, view it on GitHub. You are receiving
unread,
[vim/vim] Syntax concealing not rendered when foldmethod=diff has closed folds (Issue #19423)
Closed #19423 as not planned. — Reply to this email directly, view it on GitHub. You are receiving
6:12 AM
Shane Harper
6:06 AM
[vim/vim] Since patch 9.1.1703 Vim sometimes begins in search mode rather than in normal mode when running in Windows Terminal. (Issue #19426)
shaneharper created an issue (vim/vim#19426) Often, on Ubuntu installed from the Microsoft Store on
unread,
[vim/vim] Since patch 9.1.1703 Vim sometimes begins in search mode rather than in normal mode when running in Windows Terminal. (Issue #19426)
shaneharper created an issue (vim/vim#19426) Often, on Ubuntu installed from the Microsoft Store on
6:06 AM
Benjamin
22
5:32 AM
[vim/vim] Omni-completion for C structure members not work (#7292)
chrisbra left a comment (vim/vim#7292) Yes, it doesn't detect that this is a struct. This patch
unread,
[vim/vim] Omni-completion for C structure members not work (#7292)
chrisbra left a comment (vim/vim#7292) Yes, it doesn't detect that this is a struct. This patch
5:32 AM
Enno
4
5:16 AM
Re: [vim/vim] local vim compiled using latest global uv (Issue #19388)
Konfekt left a comment (vim/vim#19388) I found out that I was too blindly following general
unread,
Re: [vim/vim] local vim compiled using latest global uv (Issue #19388)
Konfekt left a comment (vim/vim#19388) I found out that I was too blindly following general
5:16 AM
smss2022
4:43 AM
[vim/vim] Crash reported in #19248 persists in vim 9.2: xchacha20v2 encrypted file causes vim crash upon attempted decryption (Issue #19425)
smss2022 created an issue (vim/vim#19425) Steps to reproduce Create UTF-8 text file containing random
unread,
[vim/vim] Crash reported in #19248 persists in vim 9.2: xchacha20v2 encrypted file causes vim crash upon attempted decryption (Issue #19425)
smss2022 created an issue (vim/vim#19425) Steps to reproduce Create UTF-8 text file containing random
4:43 AM
dezza
2
4:11 AM
Re: [vim/vim] patch 9.2.0010: Using Wayland compositor is still slow (ac9426b)
This fails to compile if GTK_WINDOWING_WAYLAND is false: gui_gtk_x11.c: In function 'scroll_event
unread,
Re: [vim/vim] patch 9.2.0010: Using Wayland compositor is still slow (ac9426b)
This fails to compile if GTK_WINDOWING_WAYLAND is false: gui_gtk_x11.c: In function 'scroll_event
4:11 AM
தமிழ் நேரம்
,
Christ van Willegen
26
2:31 AM
[vim/vim] Updated Some More tamil Translations (PR #19361)
vim-ml left a comment (vim/vim#19361) Hi, Op ma 16 feb 2026, 06:22 schreef தமிழ் நேரம் ***@***.***
unread,
[vim/vim] Updated Some More tamil Translations (PR #19361)
vim-ml left a comment (vim/vim#19361) Hi, Op ma 16 feb 2026, 06:22 schreef தமிழ் நேரம் ***@***.***
2:31 AM
h_east
2:24 AM
[vim/vim] Fix the description of getwininfo() in version9.txt (PR #19424)
Patch 9.1.1944 Problem: gewininfo() does not return if statusline is visible Solution: Add
unread,
[vim/vim] Fix the description of getwininfo() in version9.txt (PR #19424)
Patch 9.1.1944 Problem: gewininfo() does not return if statusline is visible Solution: Add
2:24 AM
Daniel Viberg
19
1:04 AM
[vim/vim] A new lightweight LSP client written purely in Vim9 script. (Discussion #18636)
Jätte fint! :) I am glad to see vim9 being more adopted by people! I go a bit off-topic here, but
unread,
[vim/vim] A new lightweight LSP client written purely in Vim9 script. (Discussion #18636)
Jätte fint! :) I am glad to see vim9 being more adopted by people! I go a bit off-topic here, but
1:04 AM
Shougo
16
Feb 15
[vim/vim] Add setrepeat() and getrepeat() functions for dot command control (PR #19413)
@zeertzjq commented on this pull request. In src/edit.c: > + // Return empty dictionary if nothing
unread,
[vim/vim] Add setrepeat() and getrepeat() functions for dot command control (PR #19413)
@zeertzjq commented on this pull request. In src/edit.c: > + // Return empty dictionary if nothing
Feb 15
mattn
4
Feb 15
[vim/vim] Use vim_strncpy (PR #19412)
@mattn pushed 1 commit. f8805b7 ditto — View it on GitHub or unsubscribe. You are receiving this
unread,
[vim/vim] Use vim_strncpy (PR #19412)
@mattn pushed 1 commit. f8805b7 ditto — View it on GitHub or unsubscribe. You are receiving this
Feb 15
Yegappan Lakshmanan
45
Feb 15
[vim/vim] Add support for generic class, interfaces, etc. (PR #18910)
@yegappan pushed 1 commit. df35357 Add support for generic class, interfaces, etc. — View it on
unread,
[vim/vim] Add support for generic class, interfaces, etc. (PR #18910)
@yegappan pushed 1 commit. df35357 Add support for generic class, interfaces, etc. — View it on
Feb 15
mattn
6
Feb 15
[vim/vim] Still buffer overflow. (PR #19411)
mattn left a comment (vim/vim#19411) @chrisbra I want to add it into #19412 — Reply to this email
unread,
[vim/vim] Still buffer overflow. (PR #19411)
mattn left a comment (vim/vim#19411) @chrisbra I want to add it into #19412 — Reply to this email
Feb 15
mattn
11
Feb 15
[vim/vim] Implement opacity for popups (PR #19272)
@mattn pushed 1 commit. 0d2368b Cosmetic change — View it on GitHub or unsubscribe. You are receiving
unread,
[vim/vim] Implement opacity for popups (PR #19272)
@mattn pushed 1 commit. 0d2368b Cosmetic change — View it on GitHub or unsubscribe. You are receiving
Feb 15
Andrey Butirsky
Feb 15
[vim/vim] defaults.vim: add XDG support (PR #19421)
If the system has XDG basedirs for Vim already, do support them. Fixes #19399 You can view, comment
unread,
[vim/vim] defaults.vim: add XDG support (PR #19421)
If the system has XDG basedirs for Vim already, do support them. Fixes #19399 You can view, comment
Feb 15
Jan Palus
Feb 15
[vim/vim] Use single target to generate wayland protocol files (PR #19420)
$(WAYLAND_SRC) contains up to 4 files which, given right timing and parallelization level, can spawn
unread,
[vim/vim] Use single target to generate wayland protocol files (PR #19420)
$(WAYLAND_SRC) contains up to 4 files which, given right timing and parallelization level, can spawn
Feb 15
Jan Palus
Feb 15
[vim/vim] Linking fails intermittently due to missing wayland symbols (Issue #19419)
jpalus created an issue (vim/vim#19419) Steps to reproduce Configure vim with wayland support
unread,
[vim/vim] Linking fails intermittently due to missing wayland symbols (Issue #19419)
jpalus created an issue (vim/vim#19419) Steps to reproduce Configure vim with wayland support
Feb 15
Amelia Clarke
9
Feb 15
[vim/vim] runtime(hare): update for Hare 0.26.0 (PR #19398)
selenebun left a comment (vim/vim#19398) Thanks! Regarding the Last Update header, as your are the
unread,
[vim/vim] runtime(hare): update for Hare 0.26.0 (PR #19398)
selenebun left a comment (vim/vim#19398) Thanks! Regarding the Last Update header, as your are the
Feb 15
mcauley-penney
26
Feb 15
[vim/vim] feat(move): allow scrolloff to be satisfied using screen rows past EOF (PR #19040)
mcauley-penney left a comment (vim/vim#19040) Thanks. I'm wondering, do we really need a new
unread,
[vim/vim] feat(move): allow scrolloff to be satisfied using screen rows past EOF (PR #19040)
mcauley-penney left a comment (vim/vim#19040) Thanks. I'm wondering, do we really need a new
Feb 15
Bozhidar Batsov
4
Feb 15
[vim/vim] runtime(sudoers): highlight usernames with hyphens, digits, underscores (PR #19396)
e-kwsm left a comment (vim/vim#19396) Sorry, I didn't notice the issue. Thank you for your work.
unread,
[vim/vim] runtime(sudoers): highlight usernames with hyphens, digits, underscores (PR #19396)
e-kwsm left a comment (vim/vim#19396) Sorry, I didn't notice the issue. Thank you for your work.
Feb 15
Christian Brabandt
Feb 15
Commit: patch 9.2.0010: Using Wayland compositor is still slow
patch 9.2.0010: Using Wayland compositor is still slow Commit: https://github.com/vim/vim/commit/
unread,
Commit: patch 9.2.0010: Using Wayland compositor is still slow
patch 9.2.0010: Using Wayland compositor is still slow Commit: https://github.com/vim/vim/commit/
Feb 15
mattn
2
Feb 15
[vim/vim] Fix Popup Redraw Issues and Borderhighlight Clearing (PR #19297)
chrisbra left a comment (vim/vim#19297) Thanks, can you please fix the CI errors? — Reply to this
unread,
[vim/vim] Fix Popup Redraw Issues and Borderhighlight Clearing (PR #19297)
chrisbra left a comment (vim/vim#19297) Thanks, can you please fix the CI errors? — Reply to this
Feb 15
lesorubshayan
6
Feb 15
[vim/vim] strptime for windows support (Issue #19418)
Closed #19418 as not planned. — Reply to this email directly, view it on GitHub. You are receiving
unread,
[vim/vim] strptime for windows support (Issue #19418)
Closed #19418 as not planned. — Reply to this email directly, view it on GitHub. You are receiving
Feb 15
dezza
17
Feb 15
[vim/vim] gvim is incredibly slow for :messages :highlight (Issue #18002)
chrisbra left a comment (vim/vim#18002) fixed as of ac9426b — Reply to this email directly, view it
unread,
[vim/vim] gvim is incredibly slow for :messages :highlight (Issue #18002)
chrisbra left a comment (vim/vim#18002) fixed as of ac9426b — Reply to this email directly, view it
Feb 15
dezza
22
Feb 15
[vim/vim] #18002 wayland gtk redraw slow on `:version` and `:highlight` (PR #19062)
Closed #19062 via ac9426b. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
unread,
[vim/vim] #18002 wayland gtk redraw slow on `:version` and `:highlight` (PR #19062)
Closed #19062 via ac9426b. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
Feb 15
Christian Brabandt
Feb 15
Commit: patch 9.2.0009: tests: test_cindent are not ordered
patch 9.2.0009: tests: test_cindent are not ordered Commit: https://github.com/vim/vim/commit/
unread,
Commit: patch 9.2.0009: tests: test_cindent are not ordered
patch 9.2.0009: tests: test_cindent are not ordered Commit: https://github.com/vim/vim/commit/
Feb 15
Christian Brabandt
Feb 15
Commit: runtime(zip): use system() instead of :!
runtime(zip): use system() instead of :! Commit: https://github.com/vim/vim/commit/
unread,
Commit: runtime(zip): use system() instead of :!
runtime(zip): use system() instead of :! Commit: https://github.com/vim/vim/commit/
Feb 15