Groups
Groups
Sign in
Groups
Groups
vim_dev
Conversations
About
Send feedback
Help
vim_dev
1–30 of 47677
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
Char
2
7:21 PM
[vim/vim] preinsert with autocomplete only inserts the longest completion (Issue #18314)
habamax left a comment (vim/vim#18314) ping @girishji — Reply to this email directly, view it on
unread,
[vim/vim] preinsert with autocomplete only inserts the longest completion (Issue #18314)
habamax left a comment (vim/vim#18314) ping @girishji — Reply to this email directly, view it on
7:21 PM
gcanat
6
7:15 PM
[vim/vim] Patch 9.1.1757 causes issue on ubuntu/wayland with some terminals (foot, urxvt, zutty) (Issue #18297)
habamax left a comment (vim/vim#18297) I still have the plugin when compiling from 115b533. I had to
unread,
[vim/vim] Patch 9.1.1757 causes issue on ubuntu/wayland with some terminals (foot, urxvt, zutty) (Issue #18297)
habamax left a comment (vim/vim#18297) I still have the plugin when compiling from 115b533. I had to
7:15 PM
Chris Sutcliffe
6
3:42 PM
[vim/vim] Error detected while processing TermResponseAll Autocommands for "osc" (Issue #18316)
Closed #18316 as duplicate. — Reply to this email directly, view it on GitHub. You are receiving this
unread,
[vim/vim] Error detected while processing TermResponseAll Autocommands for "osc" (Issue #18316)
Closed #18316 as duplicate. — Reply to this email directly, view it on GitHub. You are receiving this
3:42 PM
Christian Brabandt
3:30 PM
Commit: runtime(kitty): Fix typo in syntax file for kitty
runtime(kitty): Fix typo in syntax file for kitty Commit: https://github.com/vim/vim/commit/
unread,
Commit: runtime(kitty): Fix typo in syntax file for kitty
runtime(kitty): Fix typo in syntax file for kitty Commit: https://github.com/vim/vim/commit/
3:30 PM
Christian Brabandt
3:30 PM
Commit: patch 9.1.1766: Vim9: some functions do not handle null_string correctly
patch 9.1.1766: Vim9: some functions do not handle null_string correctly Commit: https://github.com/
unread,
Commit: patch 9.1.1766: Vim9: some functions do not handle null_string correctly
patch 9.1.1766: Vim9: some functions do not handle null_string correctly Commit: https://github.com/
3:30 PM
girish
3
3:29 PM
[vim/vim] Fix: 'preinsert' inserting wrong word with smartcase (autocomplete only) (PR #18313)
@chrisbra commented on this pull request. In src/insexpand.c: > @@ -5863,8 +5863,12 @@
unread,
[vim/vim] Fix: 'preinsert' inserting wrong word with smartcase (autocomplete only) (PR #18313)
@chrisbra commented on this pull request. In src/insexpand.c: > @@ -5863,8 +5863,12 @@
3:29 PM
Mouinul Hossain
4
3:26 PM
[vim/vim] runtime(kitty): Fix typo in syntax file for kitty (PR #18312)
Closed #18312 via 115b533. — Reply to this email directly, view it on GitHub. You are receiving this
unread,
[vim/vim] runtime(kitty): Fix typo in syntax file for kitty (PR #18312)
Closed #18312 via 115b533. — Reply to this email directly, view it on GitHub. You are receiving this
3:26 PM
Peter Kenny
2
3:25 PM
[vim/vim] null_string as {sub} in substitute() crashes Vim when used in a function (Issue #18309)
Closed #18309 as completed via afa2a81. — Reply to this email directly, view it on GitHub. You are
unread,
[vim/vim] null_string as {sub} in substitute() crashes Vim when used in a function (Issue #18309)
Closed #18309 as completed via afa2a81. — Reply to this email directly, view it on GitHub. You are
3:25 PM
Yegappan Lakshmanan
6
3:25 PM
[vim/vim] Passing null_string as argument to substitute() in a def function crashes Vim (PR #18311)
Closed #18311 via afa2a81. — Reply to this email directly, view it on GitHub. You are receiving this
unread,
[vim/vim] Passing null_string as argument to substitute() in a def function crashes Vim (PR #18311)
Closed #18311 via afa2a81. — Reply to this email directly, view it on GitHub. You are receiving this
3:25 PM
Damien Lejay
5
3:19 PM
[vim/vim] float.c: set v_type in f_isinf() and f_isnan() (PR #18307)
chrisbra left a comment (vim/vim#18307) Hm, I see. I just don't like the implicit dependency on
unread,
[vim/vim] float.c: set v_type in f_isinf() and f_isnan() (PR #18307)
chrisbra left a comment (vim/vim#18307) Hm, I see. I just don't like the implicit dependency on
3:19 PM
Christian Brabandt
3:15 PM
Commit: runtime(doc): Tweak doc style in syntax.txt
runtime(doc): Tweak doc style in syntax.txt Commit: https://github.com/vim/vim/commit/
unread,
Commit: runtime(doc): Tweak doc style in syntax.txt
runtime(doc): Tweak doc style in syntax.txt Commit: https://github.com/vim/vim/commit/
3:15 PM
Christian Brabandt
3:15 PM
Commit: runtime(doc): mention generic log highlighter
runtime(doc): mention generic log highlighter Commit: https://github.com/vim/vim/commit/
unread,
Commit: runtime(doc): mention generic log highlighter
runtime(doc): mention generic log highlighter Commit: https://github.com/vim/vim/commit/
3:15 PM
Peter Kenny
7
3:14 PM
[vim/vim] Improve doc for cmdline-ranges in cmdline.txt (PR #18278)
chrisbra left a comment (vim/vim#18278) that is a good goal. I appreciate making the examples self-
unread,
[vim/vim] Improve doc for cmdline-ranges in cmdline.txt (PR #18278)
chrisbra left a comment (vim/vim#18278) that is a good goal. I appreciate making the examples self-
3:14 PM
h_east
3
3:10 PM
[vim/vim] Tweak doc style in syntax.txt (PR #18310)
Closed #18310 via 0b7d094. — Reply to this email directly, view it on GitHub. You are receiving this
unread,
[vim/vim] Tweak doc style in syntax.txt (PR #18310)
Closed #18310 via 0b7d094. — Reply to this email directly, view it on GitHub. You are receiving this
3:10 PM
Paul Ollis
10
3:07 PM
Re: [vim/vim] Allow listener_add mechanism to provide unbuffered notifications. (PR #18295)
@chrisbra commented on this pull request. In runtime/doc/builtin.txt: > Add a callback function
unread,
Re: [vim/vim] Allow listener_add mechanism to provide unbuffered notifications. (PR #18295)
@chrisbra commented on this pull request. In runtime/doc/builtin.txt: > Add a callback function
3:07 PM
Christian Brabandt
3:06 PM
[vim/vim] runtime(log): highlight Java Errors (PR #18315)
Amend the log highlighter and recognize Java Errors. ping @mao-yining You can view, comment on, or
unread,
[vim/vim] runtime(log): highlight Java Errors (PR #18315)
Amend the log highlighter and recognize Java Errors. ping @mao-yining You can view, comment on, or
3:06 PM
Doug Kearns
28
10:49 AM
[vim/vim] Update GDB syntax file (WIP) (PR #10649)
@dkearns pushed 1 commit. a84c882 More cleanup and add multiline command folding tests — View it on
unread,
[vim/vim] Update GDB syntax file (WIP) (PR #10649)
@dkearns pushed 1 commit. a84c882 More cleanup and add multiline command folding tests — View it on
10:49 AM
Christian Brabandt
8:45 AM
Commit: runtime(doc): fix doc style from commit 5c9b71d63c1
runtime(doc): fix doc style from commit 5c9b71d63c1 Commit: https://github.com/vim/vim/commit/
unread,
Commit: runtime(doc): fix doc style from commit 5c9b71d63c1
runtime(doc): fix doc style from commit 5c9b71d63c1 Commit: https://github.com/vim/vim/commit/
8:45 AM
zeertzjq
2
8:39 AM
Re: [vim/vim] patch 9.1.1762: completion: selected item not cleared on <BS> with 'ac' (5c9b71d)
I see, thanks, I'll fix it — Reply to this email directly, view it on GitHub, or unsubscribe. You
unread,
Re: [vim/vim] patch 9.1.1762: completion: selected item not cleared on <BS> with 'ac' (5c9b71d)
I see, thanks, I'll fix it — Reply to this email directly, view it on GitHub, or unsubscribe. You
8:39 AM
Simon Sobisch
9
7:04 AM
[vim/vim] remap shift-k for GDB/VIM files (Issue #18303)
dkearns left a comment (vim/vim#18303) We're already doing this sort of thing for several
unread,
[vim/vim] remap shift-k for GDB/VIM files (Issue #18303)
dkearns left a comment (vim/vim#18303) We're already doing this sort of thing for several
7:04 AM
Enno
2
1:51 AM
Re: [vim/vim] patch 9.1.1759: filetype: generic log detection is too disturbing (48f1d64)
yeah, I wanted to document it, but did not come to it yet. — Reply to this email directly, view it on
unread,
Re: [vim/vim] patch 9.1.1759: filetype: generic log detection is too disturbing (48f1d64)
yeah, I wanted to document it, but did not come to it yet. — Reply to this email directly, view it on
1:51 AM
Mouinul Hossain
23
1:49 AM
[vim/vim] runtime(filetype): Added suppprt for kitty (PR #18280)
@chrisbra commented on this pull request. In runtime/syntax/kitty.vim: > +" Maintainer: MD.
unread,
[vim/vim] runtime(filetype): Added suppprt for kitty (PR #18280)
@chrisbra commented on this pull request. In runtime/syntax/kitty.vim: > +" Maintainer: MD.
1:49 AM
Jason Bowen
3
1:47 AM
[vim/vim] Error detected while processing TermResponseAll Autocommands for "osc": (Issue #18308)
Closed #18308 as duplicate. — Reply to this email directly, view it on GitHub. You are receiving this
unread,
[vim/vim] Error detected while processing TermResponseAll Autocommands for "osc": (Issue #18308)
Closed #18308 as duplicate. — Reply to this email directly, view it on GitHub. You are receiving this
1:47 AM
girish
31
1:38 AM
[vim/vim] Fix: Backspace does not clear selected item in insert-completion (PR #18265)
girishji left a comment (vim/vim#18265) Thanks. — Reply to this email directly, view it on GitHub.
unread,
[vim/vim] Fix: Backspace does not clear selected item in insert-completion (PR #18265)
girishji left a comment (vim/vim#18265) Thanks. — Reply to this email directly, view it on GitHub.
1:38 AM
Maxim Kim
12
Sep 15
[vim/vim] wildtrigger() might leave opened popupmenu (Issue #18298)
habamax left a comment (vim/vim#18298) You've already solved the ":term might stuck for up
unread,
[vim/vim] wildtrigger() might leave opened popupmenu (Issue #18298)
habamax left a comment (vim/vim#18298) You've already solved the ":term might stuck for up
Sep 15
Blake North
19
Sep 15
[vim/vim] Add Faust filetype (PR #14894)
GitMensch left a comment (vim/vim#14894) PROCEDURE would be less likely (there's only one place
unread,
[vim/vim] Add Faust filetype (PR #14894)
GitMensch left a comment (vim/vim#14894) PROCEDURE would be less likely (there's only one place
Sep 15
h_east
20
Sep 15
[vim/vim] Revamp `make proto` (PR #18045)
@h-east pushed 1 commit. bb596d4 Update script — View it on GitHub or unsubscribe. You are receiving
unread,
[vim/vim] Revamp `make proto` (PR #18045)
@h-east pushed 1 commit. bb596d4 Update script — View it on GitHub or unsubscribe. You are receiving
Sep 15
Christian Brabandt
Sep 15
Commit: runtime(kitty): fix typo in syntax script
runtime(kitty): fix typo in syntax script Commit: https://github.com/vim/vim/commit/
unread,
Commit: runtime(kitty): fix typo in syntax script
runtime(kitty): fix typo in syntax script Commit: https://github.com/vim/vim/commit/
Sep 15
Christian Brabandt
Sep 15
Commit: runtime(doc): remove trailing whitespace from example in builtin.txt
runtime(doc): remove trailing whitespace from example in builtin.txt Commit: https://github.com/vim/
unread,
Commit: runtime(doc): remove trailing whitespace from example in builtin.txt
runtime(doc): remove trailing whitespace from example in builtin.txt Commit: https://github.com/vim/
Sep 15
Christian Brabandt
Sep 15
Commit: runtime(doc): clarify how to call complete() funcs
runtime(doc): clarify how to call complete() funcs Commit: https://github.com/vim/vim/commit/
unread,
Commit: runtime(doc): clarify how to call complete() funcs
runtime(doc): clarify how to call complete() funcs Commit: https://github.com/vim/vim/commit/
Sep 15