Groups
Groups
Sign in
Groups
Groups
vim_dev
Conversations
About
Send feedback
Help
vim_dev
1–30 of 48910
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
李志鹏
11:07 AM
vim9 in Windows7,some character can not display right
hello: 1: vim9 in Windows7 have some bug: Some character can not display right. The characters in
unread,
vim9 in Windows7,some character can not display right
hello: 1: vim9 in Windows7 have some bug: Some character can not display right. The characters in
11:07 AM
MURAOKA Taro
9:54 AM
[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
9:54 AM
𝐧𝐞𝐫𝐬
4
9:11 AM
[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
9:11 AM
Enno
8:11 AM
[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
8:11 AM
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
2
Dec 23
[vim/vim] Buffer-overflow in buf_write() with incomplete multi-byte characters (PR #19007)
@chrisbra pushed 1 commit. beea4f3 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. beea4f3 Buffer-overflow in buf_write() with incomplete multi-byte
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
John Marriott
Dec 23
Re: [vim/vim] patch 9.1.2013: tests: Test_terminal_shell_option fails with conpty (90e1711)
After this patch, clang (v21.1.7 on Windows 11 Pro) gives these warnings: clang -c -I. -Iproto -
unread,
Re: [vim/vim] patch 9.1.2013: tests: Test_terminal_shell_option fails with conpty (90e1711)
After this patch, clang (v21.1.7 on Windows 11 Pro) gives these warnings: clang -c -I. -Iproto -
Dec 23
mcauley-penney
3
Dec 23
[vim/vim] fix(getregionpos): keep block selection columns consistent with linebreak wrapping (PR #19006)
Closed #19006 via 8ea0e72. — Reply to this email directly, view it on GitHub. You are receiving this
unread,
[vim/vim] fix(getregionpos): keep block selection columns consistent with linebreak wrapping (PR #19006)
Closed #19006 via 8ea0e72. — Reply to this email directly, view it on GitHub. You are receiving this
Dec 23
aerkkila
3
Dec 23
[vim/vim] cindent: fix aligning else at if do if while else (PR #19004)
Closed #19004 via 9d661b0. — Reply to this email directly, view it on GitHub. You are receiving this
unread,
[vim/vim] cindent: fix aligning else at if do if while else (PR #19004)
Closed #19004 via 9d661b0. — Reply to this email directly, view it on GitHub. You are receiving this
Dec 23
Christian Brabandt
Dec 23
Commit: patch 9.1.2015: blob2string() stopped after an empty line
patch 9.1.2015: blob2string() stopped after an empty line Commit: https://github.com/vim/vim/commit/
unread,
Commit: patch 9.1.2015: blob2string() stopped after an empty line
patch 9.1.2015: blob2string() stopped after an empty line Commit: https://github.com/vim/vim/commit/
Dec 23
Christian Brabandt
Dec 23
Commit: patch 9.1.2014: clipboard: clipboard register corrupted with clipboard provider
patch 9.1.2014: clipboard: clipboard register corrupted with clipboard provider Commit: https://
unread,
Commit: patch 9.1.2014: clipboard: clipboard register corrupted with clipboard provider
patch 9.1.2014: clipboard: clipboard register corrupted with clipboard provider Commit: https://
Dec 23
Christian Brabandt
,
John
2
Dec 23
Commit: patch 9.1.2013: tests: Test_terminal_shell_option fails with conpty
On 24-Dec-2025 07:30, Christian Brabandt wrote: patch 9.1.2013: tests: Test_terminal_shell_option
unread,
Commit: patch 9.1.2013: tests: Test_terminal_shell_option fails with conpty
On 24-Dec-2025 07:30, Christian Brabandt wrote: patch 9.1.2013: tests: Test_terminal_shell_option
Dec 23
Foxe Chen
5
Dec 23
[vim/vim] Fix blob2str stopping after an empty line (PR #19001)
Closed #19001 via 60c8705. — Reply to this email directly, view it on GitHub. You are receiving this
unread,
[vim/vim] Fix blob2str stopping after an empty line (PR #19001)
Closed #19001 via 60c8705. — Reply to this email directly, view it on GitHub. You are receiving this
Dec 23