Groups
Groups
Sign in
Groups
Groups
vim_dev
Conversations
About
Send feedback
Help
vim_dev
1–30 of 49457
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
mattn
5
5:39 PM
[vim/vim] Fix DirectX font size to match GDI by implementing proper clipping (PR #19304)
habamax left a comment (vim/vim#19304) Unicode Box (vertical) characters are now have gaps directx
unread,
[vim/vim] Fix DirectX font size to match GDI by implementing proper clipping (PR #19304)
habamax left a comment (vim/vim#19304) Unicode Box (vertical) characters are now have gaps directx
5:39 PM
Sainnhe Park
4
5:26 PM
[vim/vim] Coredump due to race condition between invoke_listeners() and listener_flush() (Issue #19300)
paul-ollis left a comment (vim/vim#19300) VimLeavePre autocommands are not the cause of the problem.
unread,
[vim/vim] Coredump due to race condition between invoke_listeners() and listener_flush() (Issue #19300)
paul-ollis left a comment (vim/vim#19300) VimLeavePre autocommands are not the cause of the problem.
5:26 PM
Axel Bender
,
Maxim Kim
2
5:21 PM
[Regression] Artefacts after 9.1.2125 with DirectX
Additionally set fillchars=vert:│ now doesn't look contiguous On Tuesday, February 3, 2026 at 5:
unread,
[Regression] Artefacts after 9.1.2125 with DirectX
Additionally set fillchars=vert:│ now doesn't look contiguous On Tuesday, February 3, 2026 at 5:
5:21 PM
Taylor Buchanan
4
3:50 PM
[vim/vim] netrw hangs when navigating up a directory in tree mode on Windows (Issue #19264)
gtbuchanan left a comment (vim/vim#19264) I can't reproduce this. My apologies. It appears
unread,
[vim/vim] netrw hangs when navigating up a directory in tree mode on Windows (Issue #19264)
gtbuchanan left a comment (vim/vim#19264) I can't reproduce this. My apologies. It appears
3:50 PM
Phạm Bình An
35
12:58 PM
[vim/vim] When command nargs is 1, ArgLead is wrong (Issue #19294)
brianhuster left a comment (vim/vim#19294) The simplest use case to think of is file name completion
unread,
[vim/vim] When command nargs is 1, ArgLead is wrong (Issue #19294)
brianhuster left a comment (vim/vim#19294) The simplest use case to think of is file name completion
12:58 PM
தமிழ் நேரம்
5
12:54 PM
[vim/vim] Tamil Translation file added (PR #19312)
@TamilNeram pushed 1 commit. afcbd6b messages fix — View it on GitHub or unsubscribe. You are
unread,
[vim/vim] Tamil Translation file added (PR #19312)
@TamilNeram pushed 1 commit. afcbd6b messages fix — View it on GitHub or unsubscribe. You are
12:54 PM
Christian Brabandt
12:01 PM
Commit: runtime(doc): Clarify the behaviour of command completion functions
runtime(doc): Clarify the behaviour of command completion functions Commit: https://github.com/vim/
unread,
Commit: runtime(doc): Clarify the behaviour of command completion functions
runtime(doc): Clarify the behaviour of command completion functions Commit: https://github.com/vim/
12:01 PM
mattn
8
11:17 AM
[vim/vim] avoid overwriting right-top corner when drawing top border (PR #19299)
@mattn pushed 1 commit. 139d39f keep original attribute — View it on GitHub or unsubscribe. You are
unread,
[vim/vim] avoid overwriting right-top corner when drawing top border (PR #19299)
@mattn pushed 1 commit. 139d39f keep original attribute — View it on GitHub or unsubscribe. You are
11:17 AM
Mateo Gjika
6
10:59 AM
[vim/vim] Always launch programs in background (linux) (PR #19293)
Konfekt left a comment (vim/vim#19293) In :h :Launch it says the command it's only intended for
unread,
[vim/vim] Always launch programs in background (linux) (PR #19293)
Konfekt left a comment (vim/vim#19293) In :h :Launch it says the command it's only intended for
10:59 AM
girish
13
9:27 AM
[vim/vim] Ruler line appears twice (Issue #18181)
girishji left a comment (vim/vim#18181) I switched to status-line (from ruler) and this problem is
unread,
[vim/vim] Ruler line appears twice (Issue #18181)
girishji left a comment (vim/vim#18181) I switched to status-line (from ruler) and this problem is
9:27 AM
Sean Dewar
6
9:18 AM
[vim/vim] Fix buf_check_timestamp heap UAF (PR #19317)
@seandewar pushed 1 commit. 58f6ae1 Fix buf_check_timestamp heap UAF — View it on GitHub or
unread,
[vim/vim] Fix buf_check_timestamp heap UAF (PR #19317)
@seandewar pushed 1 commit. 58f6ae1 Fix buf_check_timestamp heap UAF — View it on GitHub or
9:18 AM
h_east
29
9:10 AM
[vim/vim] [New Feature] Multi line statusline (simple specification) (PR #19123)
@h-east pushed 6 commits. f7f66e6 Multi line statusline (simple specification) 4916560 Refactor
unread,
[vim/vim] [New Feature] Multi line statusline (simple specification) (PR #19123)
@h-east pushed 6 commits. f7f66e6 Multi line statusline (simple specification) 4916560 Refactor
9:10 AM
D. Ben Knoble
7
8:30 AM
[vim/vim] cf4d9625c (patch 9.1.1898: tabpanel: inconsistent use of cmdline with tabpanel, 2025-11-06) broke `vim --version` (Issue #19309)
benknoble left a comment (vim/vim#19309) Thanks! Adding a test is a nice touch. — Reply to this email
unread,
[vim/vim] cf4d9625c (patch 9.1.1898: tabpanel: inconsistent use of cmdline with tabpanel, 2025-11-06) broke `vim --version` (Issue #19309)
benknoble left a comment (vim/vim#19309) Thanks! Adding a test is a nice touch. — Reply to this email
8:30 AM
ubaldot
7
7:54 AM
[vim/vim] Did getbufline() recently changed behaviour? (Issue #19301)
Closed #19301 as completed. — Reply to this email directly, view it on GitHub. You are receiving this
unread,
[vim/vim] Did getbufline() recently changed behaviour? (Issue #19301)
Closed #19301 as completed. — Reply to this email directly, view it on GitHub. You are receiving this
7:54 AM
dkearns
6:55 AM
[vim/vim] runtime(ruby): Update for Vim 9.2 release (PR #19316)
We have our own indent and syntax tests, I'm not sure there's too much to be gained by
unread,
[vim/vim] runtime(ruby): Update for Vim 9.2 release (PR #19316)
We have our own indent and syntax tests, I'm not sure there's too much to be gained by
6:55 AM
Matěj Cepl
2
5:33 AM
[vim/vim] x_filetype to editorconfig supported properties? (Discussion #19314)
I am not sure I fully understand, but you can already overrule the default filetype detection using :
unread,
[vim/vim] x_filetype to editorconfig supported properties? (Discussion #19314)
I am not sure I fully understand, but you can already overrule the default filetype detection using :
5:33 AM
Christian Brabandt
5:31 AM
Commit: patch 9.1.2127: MS-Windows: DirectX renders font too small
patch 9.1.2127: MS-Windows: DirectX renders font too small Commit: https://github.com/vim/vim/commit/
unread,
Commit: patch 9.1.2127: MS-Windows: DirectX renders font too small
patch 9.1.2127: MS-Windows: DirectX renders font too small Commit: https://github.com/vim/vim/commit/
5:31 AM
Christian Brabandt
5:31 AM
Commit: runtime(odin): update indent and syntax scripts
runtime(odin): update indent and syntax scripts Commit: https://github.com/vim/vim/commit/
unread,
Commit: runtime(odin): update indent and syntax scripts
runtime(odin): update indent and syntax scripts Commit: https://github.com/vim/vim/commit/
5:31 AM
mattn
24
5:30 AM
[vim/vim] respect lpDx advance widths in DirectX rendering (PR #19254)
chrisbra left a comment (vim/vim#19254) thanks for verification — Reply to this email directly, view
unread,
[vim/vim] respect lpDx advance widths in DirectX rendering (PR #19254)
chrisbra left a comment (vim/vim#19254) thanks for verification — Reply to this email directly, view
5:30 AM
Mao-Yining
3
5:27 AM
[vim/vim] runtime(doc): fix win_findbuf() return value (PR #19311)
chrisbra left a comment (vim/vim#19311) thanks — Reply to this email directly, view it on GitHub. You
unread,
[vim/vim] runtime(doc): fix win_findbuf() return value (PR #19311)
chrisbra left a comment (vim/vim#19311) thanks — Reply to this email directly, view it on GitHub. You
5:27 AM
Maxim Kim
3
5:25 AM
[vim/vim] runtime(odin): update indent and syntax (PR #19310)
Closed #19310 via c50be21. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
unread,
[vim/vim] runtime(odin): update indent and syntax (PR #19310)
Closed #19310 via c50be21. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
5:25 AM
h_east
3
5:25 AM
[vim/vim] Fix command line argument --version was displayed incorrectly (PR #19315)
Closed #19315 via 65c5b8e. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
unread,
[vim/vim] Fix command line argument --version was displayed incorrectly (PR #19315)
Closed #19315 via 65c5b8e. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
5:25 AM
Christian Brabandt
5:16 AM
Commit: patch 9.1.2126: vim --version used single column for feature list
patch 9.1.2126: vim --version used single column for feature list Commit: https://github.com/vim/vim/
unread,
Commit: patch 9.1.2126: vim --version used single column for feature list
patch 9.1.2126: vim --version used single column for feature list Commit: https://github.com/vim/vim/
5:16 AM
Christian Brabandt
5:16 AM
Commit: runtime(doc): update win_findbuf() return value
runtime(doc): update win_findbuf() return value Commit: https://github.com/vim/vim/commit/
unread,
Commit: runtime(doc): update win_findbuf() return value
runtime(doc): update win_findbuf() return value Commit: https://github.com/vim/vim/commit/
5:16 AM
Matěj Cepl
3
2:03 AM
[vim/vim] x_filetype to editorconfig supported properties (Issue #19313)
mcepl left a comment (vim/vim#19313) Actually, it should be probably a discussion first. — Reply to
unread,
[vim/vim] x_filetype to editorconfig supported properties (Issue #19313)
mcepl left a comment (vim/vim#19313) Actually, it should be probably a discussion first. — Reply to
2:03 AM
Yegappan Lakshmanan
44
Feb 1
[vim/vim] Add support for generic class, interfaces, etc. (PR #18910)
@yegappan pushed 1 commit. f3deb93 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. f3deb93 Add support for generic class, interfaces, etc. — View it on
Feb 1
Mao-Yining
7
Feb 1
[vim/vim] The command-completion-custiom shows nothing in some conditions (Issue #19303)
mao-yining left a comment (vim/vim#19303) Oh that's because it was filtered by vim. Sorry. —
unread,
[vim/vim] The command-completion-custiom shows nothing in some conditions (Issue #19303)
mao-yining left a comment (vim/vim#19303) Oh that's because it was filtered by vim. Sorry. —
Feb 1
MiguelBarro
2
Feb 1
[vim/vim] runtime(netrw): Fixing global variable initialization on Windows (PR #19287)
@MiguelBarro pushed 1 commit. c258a4b fix: proper filesystem commands initialization for Windows —
unread,
[vim/vim] runtime(netrw): Fixing global variable initialization on Windows (PR #19287)
@MiguelBarro pushed 1 commit. c258a4b fix: proper filesystem commands initialization for Windows —
Feb 1
dkearns
8
Feb 1
[vim/vim] runtime(doc): Use ellipses for overlength example comments at :help vim9.txt (PR #19298)
kennypete left a comment (vim/vim#19298) I agree that it's a good idea to consider it. [...]
unread,
[vim/vim] runtime(doc): Use ellipses for overlength example comments at :help vim9.txt (PR #19298)
kennypete left a comment (vim/vim#19298) I agree that it's a good idea to consider it. [...]
Feb 1
D. Ben Knoble
4
Feb 1
[vim/vim] complete() with one item and completeopt=fuzzy,longest sometimes doesn't work? (Issue #19008)
benknoble left a comment (vim/vim#19008) Ok, a fresh build on this machine (just make , nothing
unread,
[vim/vim] complete() with one item and completeopt=fuzzy,longest sometimes doesn't work? (Issue #19008)
benknoble left a comment (vim/vim#19008) Ok, a fresh build on this machine (just make , nothing
Feb 1