Groups
Groups
Sign in
Groups
Groups
vim_dev
Conversations
About
Send feedback
Help
vim_dev
1–30 of 48791
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
MURAOKA Taro
26
10:13 PM
[vim/vim] Fix ANSI colors in terminal on Windows (PR #18931)
koron left a comment (vim/vim#18931) Changes in 45ff00f Added characters to ANSI color data and
unread,
[vim/vim] Fix ANSI colors in terminal on Windows (PR #18931)
koron left a comment (vim/vim#18931) Changes in 45ff00f Added characters to ANSI color data and
10:13 PM
Foxe Chen
2
9:55 PM
[vim/vim] Make clipboard provider register respect "unnamed" and "unnamedplus" in 'clipboard' option (PR #18952)
@64-bitman pushed 1 commit. 06881f5 make clipboard provider register respect "unnamed" and
unread,
[vim/vim] Make clipboard provider register respect "unnamed" and "unnamedplus" in 'clipboard' option (PR #18952)
@64-bitman pushed 1 commit. 06881f5 make clipboard provider register respect "unnamed" and
9:55 PM
sxt1001
16
9:19 PM
[vim/vim] vi crash occasionally when opening large file (Issue #17935)
xiaoge1001 left a comment (vim/vim#17935) I noticed that the input parameter len of the ml_append
unread,
[vim/vim] vi crash occasionally when opening large file (Issue #17935)
xiaoge1001 left a comment (vim/vim#17935) I noticed that the input parameter len of the ml_append
9:19 PM
zeertzjq
4
8:53 PM
[vim/vim] :setlocal changes effective global 'omnifunc' (PR #18951)
@zeertzjq pushed 1 commit. 7603f9a :setlocal changes effective global 'omnifunc' — View it on
unread,
[vim/vim] :setlocal changes effective global 'omnifunc' (PR #18951)
@zeertzjq pushed 1 commit. 7603f9a :setlocal changes effective global 'omnifunc' — View it on
8:53 PM
Aliaksei Budavei
5
8:17 PM
[vim/vim] CI: Use deterministic synchronisation with test_cmdline.vim (PR #18920)
zeertzjq left a comment (vim/vim#18920) Can you provide an example of a problem solved by this change
unread,
[vim/vim] CI: Use deterministic synchronisation with test_cmdline.vim (PR #18920)
zeertzjq left a comment (vim/vim#18920) Can you provide an example of a problem solved by this change
8:17 PM
Christian Brabandt
2
7:59 PM
[vim/vim] MS-Windows: compile error because of implicit size conversions (PR #18946)
zeertzjq left a comment (vim/vim#18946) I don't think the overflow check is necessary.
unread,
[vim/vim] MS-Windows: compile error because of implicit size conversions (PR #18946)
zeertzjq left a comment (vim/vim#18946) I don't think the overflow check is necessary.
7:59 PM
Phạm Bình An
2
7:58 PM
[vim/vim] How can I set something like `nowrite` for a prompt buffer? (Discussion #18911)
Closed #18911 as resolved. — Reply to this email directly, view it on GitHub. You are receiving this
unread,
[vim/vim] How can I set something like `nowrite` for a prompt buffer? (Discussion #18911)
Closed #18911 as resolved. — Reply to this email directly, view it on GitHub. You are receiving this
7:58 PM
Foxe Chen
94
7:21 PM
[vim/vim] feat: treesitter integration (PR #18869)
@64-bitman pushed 43 commits. 5e125ae initial commit 75e5406 setup basic stuff e5b9246 refactor
unread,
[vim/vim] feat: treesitter integration (PR #18869)
@64-bitman pushed 43 commits. 5e125ae initial commit 75e5406 setup basic stuff e5b9246 refactor
7:21 PM
Victorhck
6:55 PM
[vim/vim] Example in tutor2 doesn't works as expected (Issue #18950)
victorhck created an issue (vim/vim#18950) Steps to reproduce run vimtutor -c 2 Lesson 2.1.1 section
unread,
[vim/vim] Example in tutor2 doesn't works as expected (Issue #18950)
victorhck created an issue (vim/vim#18950) Steps to reproduce run vimtutor -c 2 Lesson 2.1.1 section
6:55 PM
Sektor van Skijlen
5
6:54 PM
[vim/vim] Configure script succeeds despite failing to find X and requested to fail if missing (Issue #15437)
jongbinjung left a comment (vim/vim#15437) Had a similar issue, but with termio.h , using Fedora 43.
unread,
[vim/vim] Configure script succeeds despite failing to find X and requested to fail if missing (Issue #15437)
jongbinjung left a comment (vim/vim#15437) Had a similar issue, but with termio.h , using Fedora 43.
6:54 PM
Foxe Chen
4
6:27 PM
[vim/vim] Fix heap buffer overflow when in COMPAREANY instruction (PR #18945)
@64-bitman pushed 1 commit. 4abe609 fix heap buffer overflow when in COMPAREANY instruction — View it
unread,
[vim/vim] Fix heap buffer overflow when in COMPAREANY instruction (PR #18945)
@64-bitman pushed 1 commit. 4abe609 fix heap buffer overflow when in COMPAREANY instruction — View it
6:27 PM
Foxe Chen
6:01 PM
[vim/vim] Allow initializing class member to protected class method (PR #18949)
Before, this script would error: vim9script class Test static var func: func = Test._Run static def
unread,
[vim/vim] Allow initializing class member to protected class method (PR #18949)
Before, this script would error: vim9script class Test static var func: func = Test._Run static def
6:01 PM
Maxim Kim
5:30 PM
[vim/vim] omnifunc completions are affecting non-related buffers (Issue #18948)
habamax created an issue (vim/vim#18948) Steps to reproduce vim --clean :set complete=o ft=vim CTRL-w
unread,
[vim/vim] omnifunc completions are affecting non-related buffers (Issue #18948)
habamax created an issue (vim/vim#18948) Steps to reproduce vim --clean :set complete=o ft=vim CTRL-w
5:30 PM
John Marriott
4:26 PM
[vim/vim] Some functions in vim9class.c do not check for out-of-memory condition (PR #18947)
Functions is_duplicate_variable() and is_duplicate_enum call vim_strnsave() but do not check if the
unread,
[vim/vim] Some functions in vim9class.c do not check for out-of-memory condition (PR #18947)
Functions is_duplicate_variable() and is_duplicate_enum call vim_strnsave() but do not check if the
4:26 PM
Foxe Chen
3:12 PM
[vim/vim] Fix OSC52 plugin not detecting support when added after startup (PR #18944)
You can view, comment on, or merge this pull request online at: https://github.com/vim/vim/pull/18944
unread,
[vim/vim] Fix OSC52 plugin not detecting support when added after startup (PR #18944)
You can view, comment on, or merge this pull request online at: https://github.com/vim/vim/pull/18944
3:12 PM
Christian Brabandt
2:45 PM
Commit: patch 9.1.1989: Vim intro screen shows register message
patch 9.1.1989: Vim intro screen shows register message Commit: https://github.com/vim/vim/commit/
unread,
Commit: patch 9.1.1989: Vim intro screen shows register message
patch 9.1.1989: Vim intro screen shows register message Commit: https://github.com/vim/vim/commit/
2:45 PM
Christian Brabandt
2:45 PM
Commit: patch 9.1.1988: osc52 package can be further improved
patch 9.1.1988: osc52 package can be further improved Commit: https://github.com/vim/vim/commit/
unread,
Commit: patch 9.1.1988: osc52 package can be further improved
patch 9.1.1988: osc52 package can be further improved Commit: https://github.com/vim/vim/commit/
2:45 PM
Christian Brabandt
2:45 PM
Commit: patch 9.1.1987: assert_equal() prepends unnecessary ':' when typed
patch 9.1.1987: assert_equal() prepends unnecessary ':' when typed Commit: https://github.com
unread,
Commit: patch 9.1.1987: assert_equal() prepends unnecessary ':' when typed
patch 9.1.1987: assert_equal() prepends unnecessary ':' when typed Commit: https://github.com
2:45 PM
Christian Brabandt
2
2:43 PM
[vim/vim] Remove sponsor message from intro screen (PR #18934)
Closed #18934 via ca12f62. — Reply to this email directly, view it on GitHub. You are receiving this
unread,
[vim/vim] Remove sponsor message from intro screen (PR #18934)
Closed #18934 via ca12f62. — Reply to this email directly, view it on GitHub. You are receiving this
2:43 PM
Anna Rift
2
2:43 PM
[vim/vim] `:help register` goes to OLE registration instead of vim registration (Issue #18933)
Closed #18933 as completed via ca12f62. — Reply to this email directly, view it on GitHub. You are
unread,
[vim/vim] `:help register` goes to OLE registration instead of vim registration (Issue #18933)
Closed #18933 as completed via ca12f62. — Reply to this email directly, view it on GitHub. You are
2:43 PM
Foxe Chen
3
2:39 PM
[vim/vim] Fix tests and improve error handling for osc52 plugin (PR #18935)
Closed #18935 via b9e45e8. — Reply to this email directly, view it on GitHub. You are receiving this
unread,
[vim/vim] Fix tests and improve error handling for osc52 plugin (PR #18935)
Closed #18935 via b9e45e8. — Reply to this email directly, view it on GitHub. You are receiving this
2:39 PM
zeertzjq
4
2:33 PM
[vim/vim] assert_equal() prepends unnecessary ':' when typed (PR #18936)
Closed #18936 via c4b3aef. — Reply to this email directly, view it on GitHub. You are receiving this
unread,
[vim/vim] assert_equal() prepends unnecessary ':' when typed (PR #18936)
Closed #18936 via c4b3aef. — Reply to this email directly, view it on GitHub. You are receiving this
2:33 PM
Satoru Kitaguchi
3
2:27 PM
[vim/vim] `copy()` in clipboard provider is not called on `yy` even with `clipboard=unnamed,unnamedplus` (Issue #18930)
64-bitman left a comment (vim/vim#18930) This is technically intended behaviour. However, I think it
unread,
[vim/vim] `copy()` in clipboard provider is not called on `yy` even with `clipboard=unnamed,unnamedplus` (Issue #18930)
64-bitman left a comment (vim/vim#18930) This is technically intended behaviour. However, I think it
2:27 PM
Christian Brabandt
2:15 PM
Commit: patch 9.1.1986: clipboard provider does not work when redirecting messages
patch 9.1.1986: clipboard provider does not work when redirecting messages Commit: https://github.com
unread,
Commit: patch 9.1.1986: clipboard provider does not work when redirecting messages
patch 9.1.1986: clipboard provider does not work when redirecting messages Commit: https://github.com
2:15 PM
BenYip
5
2:06 PM
[vim/vim] Clipboard provider doesn't work with `:redir` (Issue #18937)
Closed #18937 as completed via beeea8a. — Reply to this email directly, view it on GitHub. You are
unread,
[vim/vim] Clipboard provider doesn't work with `:redir` (Issue #18937)
Closed #18937 as completed via beeea8a. — Reply to this email directly, view it on GitHub. You are
2:06 PM
Foxe Chen
4
2:06 PM
[vim/vim] Fix clipboard provider feature when using redir (PR #18939)
Closed #18939 via beeea8a. — Reply to this email directly, view it on GitHub. You are receiving this
unread,
[vim/vim] Fix clipboard provider feature when using redir (PR #18939)
Closed #18939 via beeea8a. — Reply to this email directly, view it on GitHub. You are receiving this
2:06 PM
Christian Brabandt
2:01 PM
Commit: runtime(tutor): Improve Spanish translations
runtime(tutor): Improve Spanish translations Commit: https://github.com/vim/vim/commit/
unread,
Commit: runtime(tutor): Improve Spanish translations
runtime(tutor): Improve Spanish translations Commit: https://github.com/vim/vim/commit/
2:01 PM
Christian Brabandt
2:00 PM
Commit: patch 9.1.1985: tests: test_sound.vim fails on Windows
patch 9.1.1985: tests: test_sound.vim fails on Windows Commit: https://github.com/vim/vim/commit/
unread,
Commit: patch 9.1.1985: tests: test_sound.vim fails on Windows
patch 9.1.1985: tests: test_sound.vim fails on Windows Commit: https://github.com/vim/vim/commit/
2:00 PM
Victorhck
3
1:58 PM
[vim/vim] minor fixes in spanish vimtutor (PR #18940)
Closed #18940 via bbf616a. — Reply to this email directly, view it on GitHub. You are receiving this
unread,
[vim/vim] minor fixes in spanish vimtutor (PR #18940)
Closed #18940 via bbf616a. — Reply to this email directly, view it on GitHub. You are receiving this
1:58 PM
Daniel Nylander
23
1:57 PM
[vim/vim] Updated Swedish translation (PR #18849)
@yeager pushed 1 commit. a6cc5d6 Completed Swedish translation — View it on GitHub or unsubscribe.
unread,
[vim/vim] Updated Swedish translation (PR #18849)
@yeager pushed 1 commit. a6cc5d6 Completed Swedish translation — View it on GitHub or unsubscribe.
1:57 PM