Groups
Groups
Sign in
Groups
Groups
vim_dev
Conversations
About
Send feedback
Help
vim_dev
1–30 of 48793
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
12
1:02 PM
[vim/vim] Fix heap buffer overflow when in COMPAREANY instruction (PR #18945)
@64-bitman pushed 1 commit. 9d70a3b Update eval.txt — View it on GitHub or unsubscribe. You are
unread,
[vim/vim] Fix heap buffer overflow when in COMPAREANY instruction (PR #18945)
@64-bitman pushed 1 commit. 9d70a3b Update eval.txt — View it on GitHub or unsubscribe. You are
1:02 PM
MURAOKA Taro
11:08 AM
[vim/vim] Skip term_gettty() test when using compty on Windows (PR #18954)
Problem: tests: Test_term_gettty() fails when using conpty on Windows. CI uses winpty, so this test
unread,
[vim/vim] Skip term_gettty() test when using compty on Windows (PR #18954)
Problem: tests: Test_term_gettty() fails when using conpty on Windows. CI uses winpty, so this test
11:08 AM
Yegappan Lakshmanan
12
10:29 AM
[vim/vim] Add support for generic class, interfaces, etc. (PR #18910)
@yegappan pushed 1 commit. bc1f99a Use class_name.string to get the class name — View it on GitHub or
unread,
[vim/vim] Add support for generic class, interfaces, etc. (PR #18910)
@yegappan pushed 1 commit. bc1f99a Use class_name.string to get the class name — View it on GitHub or
10:29 AM
sxt1001
2
10:15 AM
[vim/vim] check length of line (PR #18953)
@xiaoge1001 pushed 1 commit. 97259a1 check length of line — View it on GitHub or unsubscribe. You are
unread,
[vim/vim] check length of line (PR #18953)
@xiaoge1001 pushed 1 commit. 97259a1 check length of line — View it on GitHub or unsubscribe. You are
10:15 AM
Satoru Kitaguchi
4
9:43 AM
[vim/vim] `copy()` in clipboard provider is not called on `yy` even with `clipboard=unnamed,unnamedplus` (Issue #18930)
satorunooshie left a comment (vim/vim#18930) Thanks for reply and PR! — Reply to this email directly,
unread,
[vim/vim] `copy()` in clipboard provider is not called on `yy` even with `clipboard=unnamed,unnamedplus` (Issue #18930)
satorunooshie left a comment (vim/vim#18930) Thanks for reply and PR! — Reply to this email directly,
9:43 AM
MURAOKA Taro
28
9:15 AM
[vim/vim] Fix ANSI colors in terminal on Windows (PR #18931)
@koron pushed 1 commit. f3f6a01 Add test for ANSI color in terminal — View it on GitHub or
unread,
[vim/vim] Fix ANSI colors in terminal on Windows (PR #18931)
@koron pushed 1 commit. f3f6a01 Add test for ANSI color in terminal — View it on GitHub or
9:15 AM
dkearns
8
7:23 AM
[vim/vim] Add :help command termination tests (PR #18932)
@dkearns pushed 1 commit. fa603c4 Add :help command termination tests — View it on GitHub or
unread,
[vim/vim] Add :help command termination tests (PR #18932)
@dkearns pushed 1 commit. fa603c4 Add :help command termination tests — View it on GitHub or
7:23 AM
Christian Brabandt
3
6:46 AM
[vim/vim] MS-Windows: compile error because of implicit size conversions (PR #18946)
chrisbra left a comment (vim/vim#18946) yeah makes sense. thanks — Reply to this email directly, view
unread,
[vim/vim] MS-Windows: compile error because of implicit size conversions (PR #18946)
chrisbra left a comment (vim/vim#18946) yeah makes sense. thanks — Reply to this email directly, view
6:46 AM
Aliaksei Budavei
6
6:46 AM
[vim/vim] CI: Use deterministic synchronisation with test_cmdline.vim (PR #18920)
chrisbra left a comment (vim/vim#18920) I think this is to solve the flaky screendump in test_cmdline
unread,
[vim/vim] CI: Use deterministic synchronisation with test_cmdline.vim (PR #18920)
chrisbra left a comment (vim/vim#18920) I think this is to solve the flaky screendump in test_cmdline
6:46 AM
zeertzjq
5
4:34 AM
[vim/vim] :setlocal changes effective global 'omnifunc' (PR #18951)
girishji left a comment (vim/vim#18951) Thanks for taking care of this. — Reply to this email
unread,
[vim/vim] :setlocal changes effective global 'omnifunc' (PR #18951)
girishji left a comment (vim/vim#18951) Thanks for taking care of this. — Reply to this email
4:34 AM
sxt1001
18
2:12 AM
[vim/vim] vi crash occasionally when opening large file (Issue #17935)
xiaoge1001 left a comment (vim/vim#17935) https://github.com/vim/vim/blob/master/src/memline.c#L2935
unread,
[vim/vim] vi crash occasionally when opening large file (Issue #17935)
xiaoge1001 left a comment (vim/vim#17935) https://github.com/vim/vim/blob/master/src/memline.c#L2935
2:12 AM
Foxe Chen
3
Dec 16
[vim/vim] Make clipboard provider register respect "unnamed" and "unnamedplus" in 'clipboard' option (PR #18952)
@64-bitman pushed 1 commit. a6dfa66 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. a6dfa66 make clipboard provider register respect "unnamed" and
Dec 16
Phạm Bình An
2
Dec 16
[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
Dec 16
Foxe Chen
94
Dec 16
[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
Dec 16
Victorhck
Dec 16
[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
Dec 16
Sektor van Skijlen
5
Dec 16
[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.
Dec 16
Foxe Chen
Dec 16
[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
Dec 16
Maxim Kim
Dec 16
[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
Dec 16
John Marriott
Dec 16
[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
Dec 16
Foxe Chen
Dec 16
[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
Dec 16
Christian Brabandt
Dec 16
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/
Dec 16
Christian Brabandt
Dec 16
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/
Dec 16
Christian Brabandt
Dec 16
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
Dec 16
Christian Brabandt
2
Dec 16
[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
Dec 16
Anna Rift
2
Dec 16
[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
Dec 16
Foxe Chen
3
Dec 16
[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
Dec 16
zeertzjq
4
Dec 16
[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
Dec 16
Christian Brabandt
Dec 16
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
Dec 16
BenYip
5
Dec 16
[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
Dec 16
Foxe Chen
4
Dec 16
[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
Dec 16