Groups
Groups
Sign in
Groups
Groups
vim_dev
Conversations
About
Send feedback
Help
Group path
vim_dev
1–30 of 52807
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
zeertzjq
2
2:23 AM
[vim/vim] tests: no enough testing for complete_info() "auto" (PR #21152)
zeertzjq left a comment (vim/vim#21152) I noticed a problem here. When triggering manual completion
unread,
[vim/vim] tests: no enough testing for complete_info() "auto" (PR #21152)
zeertzjq left a comment (vim/vim#21152) I noticed a problem here. When triggering manual completion
2:23 AM
Tony Mechelynck
,
Christian Brabandt
2
2:21 AM
Missing tag on git repo
On Mi, 26 Aug 2026, Tony Mechelynck wrote: > ":version" displays (among others) "
unread,
Missing tag on git repo
On Mi, 26 Aug 2026, Tony Mechelynck wrote: > ":version" displays (among others) "
2:21 AM
Vrushali-Z
3
1:21 AM
[vim/vim] Fix CursorLineFold/CursorLineSign docs for 'cursorlineopt' (PR #21112)
Vrushali-Z left a comment (vim/vim#21112) Thanks. Happy to document the current behavior, or to
unread,
[vim/vim] Fix CursorLineFold/CursorLineSign docs for 'cursorlineopt' (PR #21112)
Vrushali-Z left a comment (vim/vim#21112) Thanks. Happy to document the current behavior, or to
1:21 AM
dkearns
2
1:03 AM
[vim/vim] runtime(syntax): Add Regexp default highlight group (PR #21141)
dkearns left a comment (vim/vim#21141) Yes, I'll post a followup PR. — Reply to this email
unread,
[vim/vim] runtime(syntax): Add Regexp default highlight group (PR #21141)
dkearns left a comment (vim/vim#21141) Yes, I'll post a followup PR. — Reply to this email
1:03 AM
Rochish Manda
12:31 AM
[vim/vim] Fix typo in 'previewpopup' borderhighlight option (PR #21151)
You can view, comment on, or merge this pull request online at: https://github.com/vim/vim/pull/21151
unread,
[vim/vim] Fix typo in 'previewpopup' borderhighlight option (PR #21151)
You can view, comment on, or merge this pull request online at: https://github.com/vim/vim/pull/21151
12:31 AM
dwivedipranav-dev
4
Aug 25
[vim/vim] Problem: backupcopy=auto writes in place with a restrictive umask (PR #21137)
dwivedipranav-dev left a comment (vim/vim#21137) Thanks for taking this as patch 9.2.1005. — Reply to
unread,
[vim/vim] Problem: backupcopy=auto writes in place with a restrictive umask (PR #21137)
dwivedipranav-dev left a comment (vim/vim#21137) Thanks for taking this as patch 9.2.1005. — Reply to
Aug 25
Gabriel
Aug 25
[vim/vim] Lost C-v today (Discussion #21150)
This is a weird one. Today Cv (my most used vim shortcut. Or top 5 at least), causes a paste instead
unread,
[vim/vim] Lost C-v today (Discussion #21150)
This is a weird one. Today Cv (my most used vim shortcut. Or top 5 at least), causes a paste instead
Aug 25
icedman
Aug 25
[vim/vim] vim buffer upgrade -> snapshots -> treesitter plugin (threaded) (Discussion #21149)
Here is a idea probably floated around before. Create immutable buffer snapshots. This would allow
unread,
[vim/vim] vim buffer upgrade -> snapshots -> treesitter plugin (threaded) (Discussion #21149)
Here is a idea probably floated around before. Create immutable buffer snapshots. This would allow
Aug 25
Christian Brabandt
Aug 25
Commit: patch 9.2.1011: [security]: arbitrary Ex command execution during C omni-completion
patch 9.2.1011: [security]: arbitrary Ex command execution during C omni-completion Commit: https://
unread,
Commit: patch 9.2.1011: [security]: arbitrary Ex command execution during C omni-completion
patch 9.2.1011: [security]: arbitrary Ex command execution during C omni-completion Commit: https://
Aug 25
Christian Brabandt
Aug 25
Commit: patch 9.2.1010: compile error when folding feature is disabled
patch 9.2.1010: compile error when folding feature is disabled Commit: https://github.com/vim/vim/
unread,
Commit: patch 9.2.1010: compile error when folding feature is disabled
patch 9.2.1010: compile error when folding feature is disabled Commit: https://github.com/vim/vim/
Aug 25
Christian Brabandt
Aug 25
Commit: patch 9.2.1009: duplicate dict code in ins_compl_dict_alloc()
patch 9.2.1009: duplicate dict code in ins_compl_dict_alloc() Commit: https://github.com/vim/vim/
unread,
Commit: patch 9.2.1009: duplicate dict code in ins_compl_dict_alloc()
patch 9.2.1009: duplicate dict code in ins_compl_dict_alloc() Commit: https://github.com/vim/vim/
Aug 25
Christian Brabandt
Aug 25
Commit: runtime(syntax): Add Regexp default highlight group
runtime(syntax): Add Regexp default highlight group Commit: https://github.com/vim/vim/commit/
unread,
Commit: runtime(syntax): Add Regexp default highlight group
runtime(syntax): Add Regexp default highlight group Commit: https://github.com/vim/vim/commit/
Aug 25
glepnir
2
Aug 25
[vim/vim] duplicate dict code in ins_compl_dict_alloc() (PR #21140)
chrisbra left a comment (vim/vim#21140) thanks 🙏 — Reply to this email directly, view it on GitHub,
unread,
[vim/vim] duplicate dict code in ins_compl_dict_alloc() (PR #21140)
chrisbra left a comment (vim/vim#21140) thanks 🙏 — Reply to this email directly, view it on GitHub,
Aug 25
Christian Brabandt
Aug 25
Commit: patch 9.2.1008: Vim9: hang when a line break is used before "->("
patch 9.2.1008: Vim9: hang when a line break is used before "->(" Commit: https://github
unread,
Commit: patch 9.2.1008: Vim9: hang when a line break is used before "->("
patch 9.2.1008: Vim9: hang when a line break is used before "->(" Commit: https://github
Aug 25
Christian Brabandt
Aug 25
Commit: patch 9.2.1007: fuzzy completion list wrongly sorted after complete()
patch 9.2.1007: fuzzy completion list wrongly sorted after complete() Commit: https://github.com/vim/
unread,
Commit: patch 9.2.1007: fuzzy completion list wrongly sorted after complete()
patch 9.2.1007: fuzzy completion list wrongly sorted after complete() Commit: https://github.com/vim/
Aug 25
h_east
,
Christ van Willegen
4
Aug 25
[vim/vim] Vim9: hang when a line break is used before "->(" (PR #21147)
chrisbra left a comment (vim/vim#21147) thanks — Reply to this email directly, view it on GitHub, or
unread,
[vim/vim] Vim9: hang when a line break is used before "->(" (PR #21147)
chrisbra left a comment (vim/vim#21147) thanks — Reply to this email directly, view it on GitHub, or
Aug 25
Christian Brabandt
Aug 25
Commit: patch 9.2.1006: fold functions do not accept window id
patch 9.2.1006: fold functions do not accept window id Commit: https://github.com/vim/vim/commit/
unread,
Commit: patch 9.2.1006: fold functions do not accept window id
patch 9.2.1006: fold functions do not accept window id Commit: https://github.com/vim/vim/commit/
Aug 25
glepnir
5
Aug 25
[vim/vim] completion list is miss sorted after complete() (PR #21103)
chrisbra left a comment (vim/vim#21103) thanks — Reply to this email directly, view it on GitHub, or
unread,
[vim/vim] completion list is miss sorted after complete() (PR #21103)
chrisbra left a comment (vim/vim#21103) thanks — Reply to this email directly, view it on GitHub, or
Aug 25
Mao-Yining
6
Aug 25
[vim/vim] feat: support winid as argument for foldclosed*() (PR #21133)
chrisbra left a comment (vim/vim#21133) thanks — Reply to this email directly, view it on GitHub, or
unread,
[vim/vim] feat: support winid as argument for foldclosed*() (PR #21133)
chrisbra left a comment (vim/vim#21133) thanks — Reply to this email directly, view it on GitHub, or
Aug 25
Christian Brabandt
Aug 25
Commit: patch 9.2.1005: backupcopy=auto overwrites a file in place with umask
patch 9.2.1005: backupcopy=auto overwrites a file in place with umask Commit: https://github.com/vim/
unread,
Commit: patch 9.2.1005: backupcopy=auto overwrites a file in place with umask
patch 9.2.1005: backupcopy=auto overwrites a file in place with umask Commit: https://github.com/vim/
Aug 25
Christian Brabandt
Aug 25
Commit: patch 9.2.1004: a completion function cannot tell why it was called
patch 9.2.1004: a completion function cannot tell why it was called Commit: https://github.com/vim/
unread,
Commit: patch 9.2.1004: a completion function cannot tell why it was called
patch 9.2.1004: a completion function cannot tell why it was called Commit: https://github.com/vim/
Aug 25
h_east
2
Aug 25
[vim/vim] a completion function cannot tell why it was called (PR #21143)
chrisbra left a comment (vim/vim#21143) thanks — Reply to this email directly, view it on GitHub, or
unread,
[vim/vim] a completion function cannot tell why it was called (PR #21143)
chrisbra left a comment (vim/vim#21143) thanks — Reply to this email directly, view it on GitHub, or
Aug 25
Christian Brabandt
Aug 25
Commit: patch 9.2.1003: popup: border is not shown when the popup does not fit
patch 9.2.1003: popup: border is not shown when the popup does not fit Commit: https://github.com/vim
unread,
Commit: patch 9.2.1003: popup: border is not shown when the popup does not fit
patch 9.2.1003: popup: border is not shown when the popup does not fit Commit: https://github.com/vim
Aug 25
Christian Brabandt
Aug 25
Commit: patch 9.2.1002: filetype: bazelrc files are not recognized
patch 9.2.1002: filetype: bazelrc files are not recognized Commit: https://github.com/vim/vim/commit/
unread,
Commit: patch 9.2.1002: filetype: bazelrc files are not recognized
patch 9.2.1002: filetype: bazelrc files are not recognized Commit: https://github.com/vim/vim/commit/
Aug 25
h_east
2
Aug 25
[vim/vim] popup: border is not shown when the popup does not fit (PR #21145)
chrisbra left a comment (vim/vim#21145) thanks — Reply to this email directly, view it on GitHub, or
unread,
[vim/vim] popup: border is not shown when the popup does not fit (PR #21145)
chrisbra left a comment (vim/vim#21145) thanks — Reply to this email directly, view it on GitHub, or
Aug 25
Barrett Ruth
2
Aug 25
[vim/vim] runtime(bazelrc): add bazelrc filetype support (PR #21146)
chrisbra left a comment (vim/vim#21146) thanks, especially for handling the menus and adding syntax
unread,
[vim/vim] runtime(bazelrc): add bazelrc filetype support (PR #21146)
chrisbra left a comment (vim/vim#21146) thanks, especially for handling the menus and adding syntax
Aug 25
Christian Brabandt
Aug 25
Commit: runtime(doc): some Blob functions are missing from blob-functions
runtime(doc): some Blob functions are missing from blob-functions Commit: https://github.com/vim/vim/
unread,
Commit: runtime(doc): some Blob functions are missing from blob-functions
runtime(doc): some Blob functions are missing from blob-functions Commit: https://github.com/vim/vim/
Aug 25
h_east
2
Aug 25
[vim/vim] runtime(doc): some Blob functions are missing from blob-functions (PR #21148)
chrisbra left a comment (vim/vim#21148) thansk — Reply to this email directly, view it on GitHub, or
unread,
[vim/vim] runtime(doc): some Blob functions are missing from blob-functions (PR #21148)
chrisbra left a comment (vim/vim#21148) thansk — Reply to this email directly, view it on GitHub, or
Aug 25
Mladen Mijatov
13
Aug 25
[vim/vim] GTK3 UI has font rendering issues (Issue #21063)
dezza left a comment (vim/vim#21063) Did you recreate with just set guiligatures and -u NONE or --
unread,
[vim/vim] GTK3 UI has font rendering issues (Issue #21063)
dezza left a comment (vim/vim#21063) Did you recreate with just set guiligatures and -u NONE or --
Aug 25
SectionCotangentBundle
Aug 24
[vim/vim] Vim hangs with memory leak (Issue #21144)
SectionCotangentBundle created an issue (vim/vim#21144) Steps to reproduce Write `bug.vim'
unread,
[vim/vim] Vim hangs with memory leak (Issue #21144)
SectionCotangentBundle created an issue (vim/vim#21144) Steps to reproduce Write `bug.vim'
Aug 24