Groups
Groups
Sign in
Groups
Groups
vim_dev
Conversations
About
Send feedback
Help
vim_dev
1–30 of 49039
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
Yegappan Lakshmanan
25
8:36 PM
[vim/vim] Add support for generic class, interfaces, etc. (PR #18910)
@yegappan pushed 1 commit. 6096f89 Add support for generic class, interfaces, etc. — View it on
unread,
[vim/vim] Add support for generic class, interfaces, etc. (PR #18910)
@yegappan pushed 1 commit. 6096f89 Add support for generic class, interfaces, etc. — View it on
8:36 PM
Yegappan Lakshmanan
4
8:35 PM
[vim/vim] When adding a new item at the end of a list in vim9script, use the proper item type (PR #19076)
@yegappan pushed 1 commit. 6967d9e When adding a new item at the end of a list in vim9script, use the
unread,
[vim/vim] When adding a new item at the end of a list in vim9script, use the proper item type (PR #19076)
@yegappan pushed 1 commit. 6967d9e When adding a new item at the end of a list in vim9script, use the
8:35 PM
jmp
11
8:15 PM
[vim/vim] Allow for keeping cursor centered at end of buffer with scrolloff (Issue #13428)
mcauley-penney left a comment (vim/vim#13428) @chrisbra This PR is ready for review. A couple things:
unread,
[vim/vim] Allow for keeping cursor centered at end of buffer with scrolloff (Issue #13428)
mcauley-penney left a comment (vim/vim#13428) @chrisbra This PR is ready for review. A couple things:
8:15 PM
mcauley-penney
20
8:09 PM
[vim/vim] feat(move): allow scrolloff to be satisfied using screen rows past EOF (PR #19040)
@mcauley-penney pushed 1 commit. 856bab2 feat(move): implement scrolloffpad functionality — View it
unread,
[vim/vim] feat(move): allow scrolloff to be satisfied using screen rows past EOF (PR #19040)
@mcauley-penney pushed 1 commit. 856bab2 feat(move): implement scrolloffpad functionality — View it
8:09 PM
Coacher
10
7:34 PM
[vim/vim] guioptions=P doesn't always copy selection to the + register (Issue #19072)
Coacher left a comment (vim/vim#19072) Another piece of the puzzle I found out randomly. If I start
unread,
[vim/vim] guioptions=P doesn't always copy selection to the + register (Issue #19072)
Coacher left a comment (vim/vim#19072) Another piece of the puzzle I found out randomly. If I start
7:34 PM
Yegappan Lakshmanan
3
7:20 PM
[vim/vim] Support multi-variable assignment from a tuple returned by an imported function (PR #19083)
@yegappan pushed 1 commit. 0110dd4 Use TYPECHK_ instead TC_ — View it on GitHub or unsubscribe. You
unread,
[vim/vim] Support multi-variable assignment from a tuple returned by an imported function (PR #19083)
@yegappan pushed 1 commit. 0110dd4 Use TYPECHK_ instead TC_ — View it on GitHub or unsubscribe. You
7:20 PM
Matěj Cepl
3
6:38 PM
[vim/vim] What are the conditions of inclusion of new filetype? (fountain) (Discussion #19069)
Concerning HTTP 502 … https://status.sr.ht/ I can see it now (even logged out), but there is not 100%
unread,
[vim/vim] What are the conditions of inclusion of new filetype? (fountain) (Discussion #19069)
Concerning HTTP 502 … https://status.sr.ht/ I can see it now (even logged out), but there is not 100%
6:38 PM
snek
6
4:25 PM
[vim/vim] pasting from unnamedplus broken since 9.1.1734 (Issue #19050)
64-bitman left a comment (vim/vim#19050) seems like it may be due to interaction with wl-clip-persist
unread,
[vim/vim] pasting from unnamedplus broken since 9.1.1734 (Issue #19050)
64-bitman left a comment (vim/vim#19050) seems like it may be due to interaction with wl-clip-persist
4:25 PM
Matthias
29
1:49 PM
[vim/vim] Make vim compile without the linebreak option (PR #19068)
@matrdr pushed 4 commits. d3e18d6 Add #ifdef to did_set_signcolumn b5a9025 Fix usage of uninitialized
unread,
[vim/vim] Make vim compile without the linebreak option (PR #19068)
@matrdr pushed 4 commits. d3e18d6 Add #ifdef to did_set_signcolumn b5a9025 Fix usage of uninitialized
1:49 PM
Adam J. Stewart
4
1:26 PM
[vim/vim] Python syntax highlighting exceeds maxmempattern for strings (Issue #19079)
Closed #19079 as completed. — Reply to this email directly, view it on GitHub. You are receiving this
unread,
[vim/vim] Python syntax highlighting exceeds maxmempattern for strings (Issue #19079)
Closed #19079 as completed. — Reply to this email directly, view it on GitHub. You are receiving this
1:26 PM
er013
11:19 AM
[vim/vim] Syntax highlighting in sh file, find argument -print0 (Issue #19082)
er013 created an issue (vim/vim#19082) Steps to reproduce Open following file: #!/bin/bash /usr/bin/
unread,
[vim/vim] Syntax highlighting in sh file, find argument -print0 (Issue #19082)
er013 created an issue (vim/vim#19082) Steps to reproduce Open following file: #!/bin/bash /usr/bin/
11:19 AM
MURAOKA Taro
11:11 AM
[vim/vim] windows: Use absolute path for find.exe (PR #19081)
Problem: If another find.exe derived from findutils is installed on Windows, unintended behavior will
unread,
[vim/vim] windows: Use absolute path for find.exe (PR #19081)
Problem: If another find.exe derived from findutils is installed on Windows, unintended behavior will
11:11 AM
erry
4
11:09 AM
[vim/vim] Home/End/PgUp/PgDn keys don't work in :terminal in certain terminals (Issue #17331)
Bujiraso left a comment (vim/vim#17331) I also have this nuisance recently popping up in my awareness
unread,
[vim/vim] Home/End/PgUp/PgDn keys don't work in :terminal in certain terminals (Issue #17331)
Bujiraso left a comment (vim/vim#17331) I also have this nuisance recently popping up in my awareness
11:09 AM
Mao-Yining
11:01 AM
[vim/vim] Can't unpack a tuple in a function when get it from a function in another file (Issue #19080)
mao-yining created an issue (vim/vim#19080) Steps to reproduce File a.vim: vim9script export def R():
unread,
[vim/vim] Can't unpack a tuple in a function when get it from a function in another file (Issue #19080)
mao-yining created an issue (vim/vim#19080) Steps to reproduce File a.vim: vim9script export def R():
11:01 AM
ubaldot
45
9:11 AM
[vim/vim] Removed auto-set current buffer name as title if no title is provided (PR #19048)
@ubaldot commented on this pull request. In runtime/compiler/pandoc.vim: > @@ -1,64 +1,69 @@ -
unread,
[vim/vim] Removed auto-set current buffer name as title if no title is provided (PR #19048)
@ubaldot commented on this pull request. In runtime/compiler/pandoc.vim: > @@ -1,64 +1,69 @@ -
9:11 AM
torimus
2
9:06 AM
[vim/vim] Built-in window-terminal ignores ANSI escape for cursor (Issue #19077)
chrisbra left a comment (vim/vim#19077) works for me in putty terminal (with and without tmux) inside
unread,
[vim/vim] Built-in window-terminal ignores ANSI escape for cursor (Issue #19077)
chrisbra left a comment (vim/vim#19077) works for me in putty terminal (with and without tmux) inside
9:06 AM
Christian Brabandt
4:31 AM
Commit: patch 9.1.2050: tests: Test_cd_completion may fail
patch 9.1.2050: tests: Test_cd_completion may fail Commit: https://github.com/vim/vim/commit/
unread,
Commit: patch 9.1.2050: tests: Test_cd_completion may fail
patch 9.1.2050: tests: Test_cd_completion may fail Commit: https://github.com/vim/vim/commit/
4:31 AM
MURAOKA Taro
4
4:26 AM
[vim/vim] tests: make Test_cd_completion more robust on Windows (PR #19078)
Closed #19078 via 6625ba3. — Reply to this email directly, view it on GitHub. You are receiving this
unread,
[vim/vim] tests: make Test_cd_completion more robust on Windows (PR #19078)
Closed #19078 via 6625ba3. — Reply to this email directly, view it on GitHub. You are receiving this
4:26 AM
glepnir
16
Jan 3
[vim/vim] keep '[ and ] marks above line 1 (PR #19061)
@glepnir pushed 1 commit. 8aa393f fix(mark): keep '[ and ] marks above line 1 — View it on GitHub
unread,
[vim/vim] keep '[ and ] marks above line 1 (PR #19061)
@glepnir pushed 1 commit. 8aa393f fix(mark): keep '[ and ] marks above line 1 — View it on GitHub
Jan 3
Mao-Yining
5
Jan 3
[vim/vim] style: fix indent warning (PR #19073)
mao-yining left a comment (vim/vim#19073) I warned by my compiler. I use clang Message ID: ***@***.**
unread,
[vim/vim] style: fix indent warning (PR #19073)
mao-yining left a comment (vim/vim#19073) I warned by my compiler. I use clang Message ID: ***@***.**
Jan 3
Mathias Stearn
7
Jan 3
[vim/vim] Navigating quickfix and location list shouldn't create buffers to files that don't exist (#1377)
Konfekt left a comment (vim/vim#1377) Mind that this is an aside, I didn't intend to take over
unread,
[vim/vim] Navigating quickfix and location list shouldn't create buffers to files that don't exist (#1377)
Konfekt left a comment (vim/vim#1377) Mind that this is an aside, I didn't intend to take over
Jan 3
h_east
4
Jan 3
[vim/vim] Vim9: fix unexpected E1209 error (PR #19067)
chrisbra left a comment (vim/vim#19067) thanks — Reply to this email directly, view it on GitHub. You
unread,
[vim/vim] Vim9: fix unexpected E1209 error (PR #19067)
chrisbra left a comment (vim/vim#19067) thanks — Reply to this email directly, view it on GitHub. You
Jan 3
Christian Brabandt
Jan 3
Commit: patch 9.1.2049: Vim9: unexpected E1209 error
patch 9.1.2049: Vim9: unexpected E1209 error Commit: https://github.com/vim/vim/commit/
unread,
Commit: patch 9.1.2049: Vim9: unexpected E1209 error
patch 9.1.2049: Vim9: unexpected E1209 error Commit: https://github.com/vim/vim/commit/
Jan 3
Christian Brabandt
Jan 3
Commit: patch 9.1.2048: MS-Windows: backspace behavior wrong with ConPTY
patch 9.1.2048: MS-Windows: backspace behavior wrong with ConPTY Commit: https://github.com/vim/vim/
unread,
Commit: patch 9.1.2048: MS-Windows: backspace behavior wrong with ConPTY
patch 9.1.2048: MS-Windows: backspace behavior wrong with ConPTY Commit: https://github.com/vim/vim/
Jan 3
Christian Brabandt
Jan 3
Commit: patch 9.1.2047: MS-Windows: style issue in gui_w32.c
patch 9.1.2047: MS-Windows: style issue in gui_w32.c Commit: https://github.com/vim/vim/commit/
unread,
Commit: patch 9.1.2047: MS-Windows: style issue in gui_w32.c
patch 9.1.2047: MS-Windows: style issue in gui_w32.c Commit: https://github.com/vim/vim/commit/
Jan 3
MURAOKA Taro
3
Jan 3
[vim/vim] Fix behavior when pressing backspace in ConPTY on Windows (PR #19065)
Closed #19065 via 997952a. — Reply to this email directly, view it on GitHub. You are receiving this
unread,
[vim/vim] Fix behavior when pressing backspace in ConPTY on Windows (PR #19065)
Closed #19065 via 997952a. — Reply to this email directly, view it on GitHub. You are receiving this
Jan 3
Christian Brabandt
Jan 3
Commit: patch 9.1.2046: MS-Windows: compile warnings
patch 9.1.2046: MS-Windows: compile warnings Commit: https://github.com/vim/vim/commit/
unread,
Commit: patch 9.1.2046: MS-Windows: compile warnings
patch 9.1.2046: MS-Windows: compile warnings Commit: https://github.com/vim/vim/commit/
Jan 3
Christian Brabandt
Jan 3
Commit: runtime(doc): Clarify visual mark behavior in getpos(), setpos()
runtime(doc): Clarify visual mark behavior in getpos(), setpos() Commit: https://github.com/vim/vim/
unread,
Commit: runtime(doc): Clarify visual mark behavior in getpos(), setpos()
runtime(doc): Clarify visual mark behavior in getpos(), setpos() Commit: https://github.com/vim/vim/
Jan 3
Mao-Yining
3
Jan 3
[vim/vim] fix: compile warning in os_win32 (PR #19074)
Closed #19074 via 8be4610. — Reply to this email directly, view it on GitHub. You are receiving this
unread,
[vim/vim] fix: compile warning in os_win32 (PR #19074)
Closed #19074 via 8be4610. — Reply to this email directly, view it on GitHub. You are receiving this
Jan 3
Eric Larson
9
Jan 3
[vim/vim] ensure consistency between setpos() and getpos() for reversed visual selections (PR #19070)
Closed #19070 via 93eb081. — Reply to this email directly, view it on GitHub. You are receiving this
unread,
[vim/vim] ensure consistency between setpos() and getpos() for reversed visual selections (PR #19070)
Closed #19070 via 93eb081. — Reply to this email directly, view it on GitHub. You are receiving this
Jan 3