Groups
Groups
Sign in
Groups
Groups
vim_dev
Conversations
About
Send feedback
Help
vim_dev
1–30 of 48891
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
mcauley-penney
10:08 AM
[vim/vim] fix(getregionpos): keep block selection columns consistent with linebreak wrapping (PR #19006)
PROBLEM: When a line is wrapped on word boundaries, getregionpos() may report a different end column
unread,
[vim/vim] fix(getregionpos): keep block selection columns consistent with linebreak wrapping (PR #19006)
PROBLEM: When a line is wrapped on word boundaries, getregionpos() may report a different end column
10:08 AM
カワリミ人形
4
10:05 AM
[vim/vim] comment.vim plugin fails when started via a session (Issue #19005)
Closed #19005 as duplicate. — Reply to this email directly, view it on GitHub. You are receiving this
unread,
[vim/vim] comment.vim plugin fails when started via a session (Issue #19005)
Closed #19005 as duplicate. — Reply to this email directly, view it on GitHub. You are receiving this
10:05 AM
aerkkila
6:56 AM
[vim/vim] cindent: fix aligning else at if do if while else (PR #19004)
Problem: At "if(0) do if(0); while(0); else", else should be aligned with outer if, but is
unread,
[vim/vim] cindent: fix aligning else at if do if while else (PR #19004)
Problem: At "if(0) do if(0); while(0); else", else should be aligned with outer if, but is
6:56 AM
Stanislaw Gruszka
4
5:40 AM
[vim/vim] runtime(bpftrace): add indent and formatoptions (PR #18996)
@sgruszka pushed 1 commit. 066a00d runtime(ftplugin): set different formatoptions for bpftrace — View
unread,
[vim/vim] runtime(bpftrace): add indent and formatoptions (PR #18996)
@sgruszka pushed 1 commit. 066a00d runtime(ftplugin): set different formatoptions for bpftrace — View
5:40 AM
berggeist
4:52 AM
[vim/vim] Asking for support of non-numeric id's for language server protocol channels (Issue #19003)
berggeist created an issue (vim/vim#19003) Is your feature request about something that is currently
unread,
[vim/vim] Asking for support of non-numeric id's for language server protocol channels (Issue #19003)
berggeist created an issue (vim/vim#19003) Is your feature request about something that is currently
4:52 AM
Ambrus Tóth
6
4:46 AM
[vim/vim] runtime(filetype): Add file type for the Hylo language (PR #18994)
chrisbra left a comment (vim/vim#18994) nope, should have been all fine. Thanks — Reply to this email
unread,
[vim/vim] runtime(filetype): Add file type for the Hylo language (PR #18994)
chrisbra left a comment (vim/vim#18994) nope, should have been all fine. Thanks — Reply to this email
4:46 AM
Yegappan Lakshmanan
18
12:03 AM
[vim/vim] Add support for generic class, interfaces, etc. (PR #18910)
@yegappan pushed 1 commit. dfb9436 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. dfb9436 Add support for generic class, interfaces, etc. — View it on
12:03 AM
Foxe Chen
2
Dec 22
[vim/vim] Fix blob2str stopping after an empty line (PR #19001)
@yegappan commented on this pull request. In src/strings.c: > @@ -1265,6 +1265,8 @@
unread,
[vim/vim] Fix blob2str stopping after an empty line (PR #19001)
@yegappan commented on this pull request. In src/strings.c: > @@ -1265,6 +1265,8 @@
Dec 22
MURAOKA Taro
4
Dec 22
[vim/vim] Display conpty terminal process failure message (PR #18998)
koron left a comment (vim/vim#18998) So we don't have an error message in the terminal itself so
unread,
[vim/vim] Display conpty terminal process failure message (PR #18998)
koron left a comment (vim/vim#18998) So we don't have an error message in the terminal itself so
Dec 22
Foxe Chen
2
Dec 22
[vim/vim] fix unnamed/unnamedplus corrupting :registers when using clipboard provider feature (PR #19000)
@64-bitman pushed 1 commit. bebccb3 fix adjust_clip_reg in register.c — View it on GitHub or
unread,
[vim/vim] fix unnamed/unnamedplus corrupting :registers when using clipboard provider feature (PR #19000)
@64-bitman pushed 1 commit. bebccb3 fix adjust_clip_reg in register.c — View it on GitHub or
Dec 22
Foxe Chen
Dec 22
[vim/vim] osc52.vim plugin small fixes (PR #19002)
If g:osc52_disable_paste is enabled, then return an empty list instead of a list with a single empty
unread,
[vim/vim] osc52.vim plugin small fixes (PR #19002)
If g:osc52_disable_paste is enabled, then return an empty list instead of a list with a single empty
Dec 22
mikoto2000
6
Dec 22
[vim/vim] When using osc52, pasting is no longer possible if clipboard is set to unmaned or unnamedplus. (Issue #18983)
64-bitman left a comment (vim/vim#18983) Does this PR #19000 fix your issue? — Reply to this email
unread,
[vim/vim] When using osc52, pasting is no longer possible if clipboard is set to unmaned or unnamedplus. (Issue #18983)
64-bitman left a comment (vim/vim#18983) Does this PR #19000 fix your issue? — Reply to this email
Dec 22
Satoru Kitaguchi
3
Dec 22
[vim/vim] netrw rendering and directory history are affected when clipboard/register issue is present (Issue #18989)
64-bitman left a comment (vim/vim#18989) I cannot reproduce, did you try with --clean ? — Reply to
unread,
[vim/vim] netrw rendering and directory history are affected when clipboard/register issue is present (Issue #18989)
64-bitman left a comment (vim/vim#18989) I cannot reproduce, did you try with --clean ? — Reply to
Dec 22
Christian Brabandt
Dec 22
Commit: patch 9.1.2011: crash when unreferencing gtk icon theme
patch 9.1.2011: crash when unreferencing gtk icon theme Commit: https://github.com/vim/vim/commit/
unread,
Commit: patch 9.1.2011: crash when unreferencing gtk icon theme
patch 9.1.2011: crash when unreferencing gtk icon theme Commit: https://github.com/vim/vim/commit/
Dec 22
Foxe Chen
16
Dec 22
[vim/vim] Allow initializing class member to protected class method (PR #18949)
64-bitman left a comment (vim/vim#18949) I think this is ready — Reply to this email directly, view
unread,
[vim/vim] Allow initializing class member to protected class method (PR #18949)
64-bitman left a comment (vim/vim#18949) I think this is ready — Reply to this email directly, view
Dec 22
noamhalevy-wq
4
Dec 22
[vim/vim] GTK2 segfault since patch 9.1.1583 - incorrect g_object_unref on icon_theme singleton (Issue #18997)
chrisbra left a comment (vim/vim#18997) thanks, should be fixed now with v9.1.2011 — Reply to this
unread,
[vim/vim] GTK2 segfault since patch 9.1.1583 - incorrect g_object_unref on icon_theme singleton (Issue #18997)
chrisbra left a comment (vim/vim#18997) thanks, should be fixed now with v9.1.2011 — Reply to this
Dec 22
Christian Brabandt
Dec 22
Commit: patch 9.1.2010: Missing out-of-memory checks in vim9class.c
patch 9.1.2010: Missing out-of-memory checks in vim9class.c Commit: https://github.com/vim/vim/commit
unread,
Commit: patch 9.1.2010: Missing out-of-memory checks in vim9class.c
patch 9.1.2010: Missing out-of-memory checks in vim9class.c Commit: https://github.com/vim/vim/commit
Dec 22
Christian Brabandt
Dec 22
Commit: runtime(bpftrace): add base syntax plugin
runtime(bpftrace): add base syntax plugin Commit: https://github.com/vim/vim/commit/
unread,
Commit: runtime(bpftrace): add base syntax plugin
runtime(bpftrace): add base syntax plugin Commit: https://github.com/vim/vim/commit/
Dec 22
John Marriott
3
Dec 22
[vim/vim] Add out-of-memory checks (PR #18991)
Closed #18991 via a90e804. — Reply to this email directly, view it on GitHub. You are receiving this
unread,
[vim/vim] Add out-of-memory checks (PR #18991)
Closed #18991 via a90e804. — Reply to this email directly, view it on GitHub. You are receiving this
Dec 22
Stanislaw Gruszka
3
Dec 22
[vim/vim] runtime(bpftrace): add base syntax (PR #18999)
Closed #18999 via 7982966. — Reply to this email directly, view it on GitHub. You are receiving this
unread,
[vim/vim] runtime(bpftrace): add base syntax (PR #18999)
Closed #18999 via 7982966. — Reply to this email directly, view it on GitHub. You are receiving this
Dec 22
Christian Brabandt
Dec 22
Commit: patch 9.1.2009: tests: "Xm4" test directory may not be deleted
patch 9.1.2009: tests: "Xm4" test directory may not be deleted Commit: https://github.com/
unread,
Commit: patch 9.1.2009: tests: "Xm4" test directory may not be deleted
patch 9.1.2009: tests: "Xm4" test directory may not be deleted Commit: https://github.com/
Dec 22
MURAOKA Taro
3
Dec 22
[vim/vim] tests: Be sure to delete the "Xm4" test directory (PR #18995)
Closed #18995 via de37e74. — Reply to this email directly, view it on GitHub. You are receiving this
unread,
[vim/vim] tests: Be sure to delete the "Xm4" test directory (PR #18995)
Closed #18995 via de37e74. — Reply to this email directly, view it on GitHub. You are receiving this
Dec 22
Christian Brabandt
Dec 22
Commit: translation(sr): Update Serbian message translation
translation(sr): Update Serbian message translation Commit: https://github.com/vim/vim/commit/
unread,
Commit: translation(sr): Update Serbian message translation
translation(sr): Update Serbian message translation Commit: https://github.com/vim/vim/commit/
Dec 22
Christian Brabandt
Dec 22
Commit: patch 9.1.2008: filetype: hylo files are not recognized
patch 9.1.2008: filetype: hylo files are not recognized Commit: https://github.com/vim/vim/commit/
unread,
Commit: patch 9.1.2008: filetype: hylo files are not recognized
patch 9.1.2008: filetype: hylo files are not recognized Commit: https://github.com/vim/vim/commit/
Dec 22
Christian Brabandt
Dec 22
Commit: patch 9.1.2007: filetype: bpftrace hashbang lines are not recognized
patch 9.1.2007: filetype: bpftrace hashbang lines are not recognized Commit: https://github.com/vim/
unread,
Commit: patch 9.1.2007: filetype: bpftrace hashbang lines are not recognized
patch 9.1.2007: filetype: bpftrace hashbang lines are not recognized Commit: https://github.com/vim/
Dec 22
Ivan Pešić
3
Dec 22
[vim/vim] translation(sr): Update messages translation (PR #18993)
Closed #18993 via b571034. — Reply to this email directly, view it on GitHub. You are receiving this
unread,
[vim/vim] translation(sr): Update messages translation (PR #18993)
Closed #18993 via b571034. — Reply to this email directly, view it on GitHub. You are receiving this
Dec 22
Stanislaw Gruszka
3
Dec 22
[vim/vim] runtime(filetype): bpftrace hashbang not recognized (PR #18992)
Closed #18992 via f281475. — Reply to this email directly, view it on GitHub. You are receiving this
unread,
[vim/vim] runtime(filetype): bpftrace hashbang not recognized (PR #18992)
Closed #18992 via f281475. — Reply to this email directly, view it on GitHub. You are receiving this
Dec 22
Pebble Real
9
Dec 22
[vim/vim] Rust has broken auto indent rules (Issue #18974)
Pebble8969 left a comment (vim/vim#18974) Im starting to think its a me issue https://github.com/user
unread,
[vim/vim] Rust has broken auto indent rules (Issue #18974)
Pebble8969 left a comment (vim/vim#18974) Im starting to think its a me issue https://github.com/user
Dec 22
MURAOKA Taro
43
Dec 21
[vim/vim] Fix ANSI colors in terminal on Windows (PR #18931)
Closed #18931 via 86855ea. — Reply to this email directly, view it on GitHub. You are receiving this
unread,
[vim/vim] Fix ANSI colors in terminal on Windows (PR #18931)
Closed #18931 via 86855ea. — Reply to this email directly, view it on GitHub. You are receiving this
Dec 21
Christian Brabandt
Dec 21
Commit: runtime(doc): Improve :help builtin-function-list table formatting
runtime(doc): Improve :help builtin-function-list table formatting Commit: https://github.com/vim/vim
unread,
Commit: runtime(doc): Improve :help builtin-function-list table formatting
runtime(doc): Improve :help builtin-function-list table formatting Commit: https://github.com/vim/vim
Dec 21