Groups
Groups
Sign in
Groups
Groups
vim_dev
Conversations
About
Send feedback
Help
vim_dev
1–30 of 48915
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
Foxe Chen
101
2:09 AM
[vim/vim] feat: treesitter integration (PR #18869)
@64-bitman pushed 1 commit. 73869c0 prevent integer overflow when converting TSPoint to tuple — View
unread,
[vim/vim] feat: treesitter integration (PR #18869)
@64-bitman pushed 1 commit. 73869c0 prevent integer overflow when converting TSPoint to tuple — View
2:09 AM
mcauley-penney
7
1:32 AM
[vim/vim] fix(getregionpos): keep block selection columns consistent with linebreak wrapping (PR #19006)
@mcauley-penney commented on this pull request. In src/proto/ops.pro: > @@ -22,4 +22,6 @@ char *
unread,
[vim/vim] fix(getregionpos): keep block selection columns consistent with linebreak wrapping (PR #19006)
@mcauley-penney commented on this pull request. In src/proto/ops.pro: > @@ -22,4 +22,6 @@ char *
1:32 AM
tao
2
12:29 AM
[vim/vim] runtime(netrw): Fix reading UNC paths on windows (PR #19015)
ntdiary left a comment (vim/vim#19015) The failing check is introduced by PR #19006, I've left a
unread,
[vim/vim] runtime(netrw): Fix reading UNC paths on windows (PR #19015)
ntdiary left a comment (vim/vim#19015) The failing check is introduced by PR #19006, I've left a
12:29 AM
tao
12:22 AM
[vim/vim] CI: Fix failing proto check (PR #19018)
Problem: The ops.pro committed in PR #19006 differs from the one generated by CI, which causes the
unread,
[vim/vim] CI: Fix failing proto check (PR #19018)
Problem: The ops.pro committed in PR #19006 differs from the one generated by CI, which causes the
12:22 AM
Wei Tang
4
Dec 25
[vim/vim] Avoid using C++ keyword `class` as member variable name (PR #19016)
Fuzzier left a comment (vim/vim#19016) The precedence in other places is to use an abbreviation of
unread,
[vim/vim] Avoid using C++ keyword `class` as member variable name (PR #19016)
Fuzzier left a comment (vim/vim#19016) The precedence in other places is to use an abbreviation of
Dec 25
Enno
4
Dec 25
[vim/vim] feat:compiler: add pyrefly and pyright Python type checkers (PR #19017)
Konfekt left a comment (vim/vim#19017) Maybe of note, regarding makeprg , that besides uv run , uvx ,
unread,
[vim/vim] feat:compiler: add pyrefly and pyright Python type checkers (PR #19017)
Konfekt left a comment (vim/vim#19017) Maybe of note, regarding makeprg , that besides uv run , uvx ,
Dec 25
李志鹏
,
Christian Brabandt
2
Dec 25
vim9 in Windows7,some character can not display right
On Mi, 24 Dez 2025, 李志鹏 wrote: > hello: > 1: vim9 in Windows7 have some bug: > Some
unread,
vim9 in Windows7,some character can not display right
On Mi, 24 Dez 2025, 李志鹏 wrote: > hello: > 1: vim9 in Windows7 have some bug: > Some
Dec 25
Christian Brabandt
3
Dec 25
[vim/vim] Buffer-overflow in buf_write() with incomplete multi-byte characters (PR #19007)
@chrisbra pushed 1 commit. ef916d6 Buffer-overflow in buf_write() with incomplete multi-byte
unread,
[vim/vim] Buffer-overflow in buf_write() with incomplete multi-byte characters (PR #19007)
@chrisbra pushed 1 commit. ef916d6 Buffer-overflow in buf_write() with incomplete multi-byte
Dec 25
Victorhck
Dec 24
[vim/vim] [es] minor fixes in tutor 2 (PR #19014)
to follow #18984 fixes You can view, comment on, or merge this pull request online at: https://github
unread,
[vim/vim] [es] minor fixes in tutor 2 (PR #19014)
to follow #18984 fixes You can view, comment on, or merge this pull request online at: https://github
Dec 24
MURAOKA Taro
Dec 24
[vim/vim] tests: conpty becomes a zombie and memory usage continues to increase (Issue #19013)
koron created an issue (vim/vim#19013) Steps to reproduce After running the Test_terminal_one_column
unread,
[vim/vim] tests: conpty becomes a zombie and memory usage continues to increase (Issue #19013)
koron created an issue (vim/vim#19013) Steps to reproduce After running the Test_terminal_one_column
Dec 24
𝐧𝐞𝐫𝐬
4
Dec 24
[vim/vim] runtime(filetype): add fluent language detection (PR #19011)
@ners commented on this pull request. In src/testdir/test_filetype.vim: > @@ -291,6 +291,7 @@ def
unread,
[vim/vim] runtime(filetype): add fluent language detection (PR #19011)
@ners commented on this pull request. In src/testdir/test_filetype.vim: > @@ -291,6 +291,7 @@ def
Dec 24
Enno
Dec 24
[vim/vim] fix: ignore 'Found' messages in ruff and ty compiler files (PR #19012)
I am sorry, there was a typo in ty.vim , mixing the order of arguments; also suppress status messages
unread,
[vim/vim] fix: ignore 'Found' messages in ruff and ty compiler files (PR #19012)
I am sorry, there was a typo in ty.vim , mixing the order of arguments; also suppress status messages
Dec 24
mcauley-penney
5
Dec 23
[vim/vim] `set linebreak` changes the results of `getregionpos()` for wrapped lines (Issue #16275)
Closed #16275 as completed. — Reply to this email directly, view it on GitHub. You are receiving this
unread,
[vim/vim] `set linebreak` changes the results of `getregionpos()` for wrapped lines (Issue #16275)
Closed #16275 as completed. — Reply to this email directly, view it on GitHub. You are receiving this
Dec 23
Phạm Bình An
2
Dec 23
[vim/vim] prompt-buffer raises E37 when I try to quit, even though (obviously) its `'buftype'` is not empty (Issue #18942)
brianhuster left a comment (vim/vim#18942) cc @chrisbra — Reply to this email directly, view it on
unread,
[vim/vim] prompt-buffer raises E37 when I try to quit, even though (obviously) its `'buftype'` is not empty (Issue #18942)
brianhuster left a comment (vim/vim#18942) cc @chrisbra — Reply to this email directly, view it on
Dec 23
Mao-Yining
6
Dec 23
[vim/vim] Examples in the document can be improved. (Issue #18984)
zeertzjq left a comment (vim/vim#18984) I don't think this solves the problem. I think the
unread,
[vim/vim] Examples in the document can be improved. (Issue #18984)
zeertzjq left a comment (vim/vim#18984) I don't think this solves the problem. I think the
Dec 23
MiguelBarro
Dec 23
[vim/vim] runtime(termdebug): fix vim9 condition (PR #19010)
This fix references #18429 In vim9 the condition: https://github.com/vim/vim/blob/
unread,
[vim/vim] runtime(termdebug): fix vim9 condition (PR #19010)
This fix references #18429 In vim9 the condition: https://github.com/vim/vim/blob/
Dec 23
mcauley-penney
Dec 23
[vim/vim] fix: inconsistent cursor encoding past EOL with virtualedit=all (PR #19009)
PROBLEM: When virtualedit is set to all, the cursor is supposed to be permitted to reside anywhere,
unread,
[vim/vim] fix: inconsistent cursor encoding past EOL with virtualedit=all (PR #19009)
PROBLEM: When virtualedit is set to all, the cursor is supposed to be permitted to reside anywhere,
Dec 23
Christian Brabandt
Dec 23
Commit: runtime(doc): add reference to searchcount() function
runtime(doc): add reference to searchcount() function Commit: https://github.com/vim/vim/commit/
unread,
Commit: runtime(doc): add reference to searchcount() function
runtime(doc): add reference to searchcount() function Commit: https://github.com/vim/vim/commit/
Dec 23
D. Ben Knoble
Dec 23
[vim/vim] complete() with one item and completeopt=fuzzy,longest sometimes doesn't work? (Issue #19008)
benknoble created an issue (vim/vim#19008) I've narrowed it down as much as I can for the moment,
unread,
[vim/vim] complete() with one item and completeopt=fuzzy,longest sometimes doesn't work? (Issue #19008)
benknoble created an issue (vim/vim#19008) I've narrowed it down as much as I can for the moment,
Dec 23
Christian Brabandt
Dec 23
Commit: runtime(doc): Improve :catch documentation
runtime(doc): Improve :catch documentation Commit: https://github.com/vim/vim/commit/
unread,
Commit: runtime(doc): Improve :catch documentation
runtime(doc): Improve :catch documentation Commit: https://github.com/vim/vim/commit/
Dec 23
Christian Brabandt
Dec 23
Commit: runtime(make): Makefile highlighting breaks with ')' in string
runtime(make): Makefile highlighting breaks with ')' in string Commit: https://github.com/vim
unread,
Commit: runtime(make): Makefile highlighting breaks with ')' in string
runtime(make): Makefile highlighting breaks with ')' in string Commit: https://github.com/vim
Dec 23
carli2
25
Dec 23
[vim/vim] Support file:line colon suffixes across entry points (PR #18689)
Closed #18689. — Reply to this email directly, view it on GitHub. You are receiving this because you
unread,
[vim/vim] Support file:line colon suffixes across entry points (PR #18689)
Closed #18689. — Reply to this email directly, view it on GitHub. You are receiving this because you
Dec 23
Beleswar Prasad Padhi
7
Dec 23
[vim/vim] Fix Makefile highlighting when parentheses are used inside quotes (PR #18818)
chrisbra left a comment (vim/vim#18818) I included it with a syntax test — Reply to this email
unread,
[vim/vim] Fix Makefile highlighting when parentheses are used inside quotes (PR #18818)
chrisbra left a comment (vim/vim#18818) I included it with a syntax test — Reply to this email
Dec 23
Andrew Spaulding
4
Dec 23
[vim/vim] Makefile syntax bug: parenthesis inside of strings used as function arguments break highlighting. (Issue #18687)
Closed #18687 as completed via 519dc39. — Reply to this email directly, view it on GitHub. You are
unread,
[vim/vim] Makefile syntax bug: parenthesis inside of strings used as function arguments break highlighting. (Issue #18687)
Closed #18687 as completed via 519dc39. — Reply to this email directly, view it on GitHub. You are
Dec 23
Christian Brabandt
Dec 23
Commit: runtime(make): Move target greedy match after $() to avoid region matching overflow
runtime(make): Move target greedy match after $() to avoid region matching overflow Commit: https://
unread,
Commit: runtime(make): Move target greedy match after $() to avoid region matching overflow
runtime(make): Move target greedy match after $() to avoid region matching overflow Commit: https://
Dec 23
littlewu2508
4
Dec 23
[vim/vim] Move target greedy match after $() to avoid region matching overflow (PR #18938)
chrisbra left a comment (vim/vim#18938) thanks — Reply to this email directly, view it on GitHub. You
unread,
[vim/vim] Move target greedy match after $() to avoid region matching overflow (PR #18938)
chrisbra left a comment (vim/vim#18938) thanks — Reply to this email directly, view it on GitHub. You
Dec 23
inzeets
4
Dec 23
[vim/vim] GNU make syntax regression (Issue #18890)
Closed #18890 as completed via aded554. — Reply to this email directly, view it on GitHub. You are
unread,
[vim/vim] GNU make syntax regression (Issue #18890)
Closed #18890 as completed via aded554. — Reply to this email directly, view it on GitHub. You are
Dec 23
mikoto2000
10
Dec 23
[vim/vim] When using osc52, pasting is no longer possible if clipboard is set to unmaned or unnamedplus. (Issue #18983)
mikoto2000 left a comment (vim/vim#18983) I understand. Thank you. — Reply to this email directly,
unread,
[vim/vim] When using osc52, pasting is no longer possible if clipboard is set to unmaned or unnamedplus. (Issue #18983)
mikoto2000 left a comment (vim/vim#18983) I understand. Thank you. — Reply to this email directly,
Dec 23
Christian Brabandt
Dec 23
Commit: patch 9.1.2017: getregionpos() depends on 'linebreak' setting
patch 9.1.2017: getregionpos() depends on 'linebreak' setting Commit: https://github.com/vim/
unread,
Commit: patch 9.1.2017: getregionpos() depends on 'linebreak' setting
patch 9.1.2017: getregionpos() depends on 'linebreak' setting Commit: https://github.com/vim/
Dec 23
Christian Brabandt
Dec 23
Commit: patch 9.1.2016: cindent wrong indentation after do-while loop
patch 9.1.2016: cindent wrong indentation after do-while loop Commit: https://github.com/vim/vim/
unread,
Commit: patch 9.1.2016: cindent wrong indentation after do-while loop
patch 9.1.2016: cindent wrong indentation after do-while loop Commit: https://github.com/vim/vim/
Dec 23