Groups
Groups
Sign in
Groups
Groups
vim_dev
Conversations
About
Send feedback
Help
vim_dev
1–30 of 50073
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
Christian Brabandt
8:18 AM
[vim/vim] runtime(doc): update option type of 'termresize' option (after v9.2.… (PR #19655)
…0139) as reported by: Antonio Giovanni Colombo azc...@gmail.com You can view, comment on, or merge
unread,
[vim/vim] runtime(doc): update option type of 'termresize' option (after v9.2.… (PR #19655)
…0139) as reported by: Antonio Giovanni Colombo azc...@gmail.com You can view, comment on, or merge
8:18 AM
Christian Brabandt
8:18 AM
[vim/vim] Coverity: Dead code warning (PR #19654)
Problem: Coverity: Dead code warning for expressions in non-gui builds (after v9.2.0139) Solution:
unread,
[vim/vim] Coverity: Dead code warning (PR #19654)
Problem: Coverity: Dead code warning for expressions in non-gui builds (after v9.2.0139) Solution:
8:18 AM
Christian Brabandt
8:18 AM
[vim/vim] :perl commands allowed in restricted mode (PR #19653)
Problem: :perl commands allowed in restricted mode (pyllyukko) Solution: Add EX_RESTRICT flag to :
unread,
[vim/vim] :perl commands allowed in restricted mode (PR #19653)
Problem: :perl commands allowed in restricted mode (pyllyukko) Solution: Add EX_RESTRICT flag to :
8:18 AM
mattn
,
Yegappan Lakshmanan
13
7:59 AM
[vim/vim] LSP Support in Vim Core (Discussion #19621)
I'm just curious, what makes implementing string identifiers non-trivial? Would it be possible to
unread,
[vim/vim] LSP Support in Vim Core (Discussion #19621)
I'm just curious, what makes implementing string identifiers non-trivial? Would it be possible to
7:59 AM
julio-b
2
7:38 AM
[vim/vim] Assertion failure in syn_id2attr() (Issue #19650)
64-bitman left a comment (vim/vim#19650) Yes I am aware of this crash (I have also been experiencing
unread,
[vim/vim] Assertion failure in syn_id2attr() (Issue #19650)
64-bitman left a comment (vim/vim#19650) Yes I am aware of this crash (I have also been experiencing
7:38 AM
Eisuke Kawashima
2
5:27 AM
[vim/vim] some syntax files set options such as iskeyword (Issue #19652)
clason left a comment (vim/vim#19652) Many previous discussions of this, including #16083. — Reply to
unread,
[vim/vim] some syntax files set options such as iskeyword (Issue #19652)
clason left a comment (vim/vim#19652) Many previous discussions of this, including #16083. — Reply to
5:27 AM
dezza
4:35 AM
[vim/vim] source documentation beyond develop.txt (Discussion #19651)
I was wondering, if we should collaborate on describing certain parts of the code beyond develop.txt
unread,
[vim/vim] source documentation beyond develop.txt (Discussion #19651)
I was wondering, if we should collaborate on describing certain parts of the code beyond develop.txt
4:35 AM
mattn
5
2:32 AM
[vim/vim] Refactor the UTF-8 hot paths in src/mbyte.c so codepoint decoding and… (PR #19649)
mattn left a comment (vim/vim#19649) Many call sites use multiple utf_ptr2xxx() helpers on the same
unread,
[vim/vim] Refactor the UTF-8 hot paths in src/mbyte.c so codepoint decoding and… (PR #19649)
mattn left a comment (vim/vim#19649) Many call sites use multiple utf_ptr2xxx() helpers on the same
2:32 AM
Eisuke Kawashima
12:18 AM
[vim/vim] fdcc highlight error (Issue #19648)
e-kwsm created an issue (vim/vim#19648) Steps to reproduce For example, /usr/share/i18n/locales/sv_SE
unread,
[vim/vim] fdcc highlight error (Issue #19648)
e-kwsm created an issue (vim/vim#19648) Steps to reproduce For example, /usr/share/i18n/locales/sv_SE
12:18 AM
John Marriott
Mar 11
[vim/vim] Cache string segments lengths in function exe_concat(). (PR #19647)
Function exe_concat() uses two for loops: the first calculates the total length of the target string;
unread,
[vim/vim] Cache string segments lengths in function exe_concat(). (PR #19647)
Function exe_concat() uses two for loops: the first calculates the total length of the target string;
Mar 11
mattn
Mar 11
[vim/vim] dict: speed up dict_find key copy (PR #19646)
Replace vim_strncpy() with mch_memmove() + NUL termination in dict_find() to avoid the per-byte NUL-
unread,
[vim/vim] dict: speed up dict_find key copy (PR #19646)
Replace vim_strncpy() with mch_memmove() + NUL termination in dict_find() to avoid the per-byte NUL-
Mar 11
mattn
Mar 11
[vim/vim] eval: speed up blob += blob (PR #19645)
Related issue #19642 #19494 Speed up blob += blob by replacing the byte-by-byte ga_append() loop with
unread,
[vim/vim] eval: speed up blob += blob (PR #19645)
Related issue #19642 #19494 Speed up blob += blob by replacing the byte-by-byte ga_append() loop with
Mar 11
Foxe Chen
3
Mar 11
[vim/vim] Implementing substitution preview (Discussion #19624)
Closed #19624 as resolved. — Reply to this email directly, view it on GitHub. You are receiving this
unread,
[vim/vim] Implementing substitution preview (Discussion #19624)
Closed #19624 as resolved. — Reply to this email directly, view it on GitHub. You are receiving this
Mar 11
erry
Mar 11
[vim/vim] Prevent overwriting editing keys with keypad keys (PR #19644)
Suggested fix for the issue described in #19643. This patch depends on that pr, so github is going to
unread,
[vim/vim] Prevent overwriting editing keys with keypad keys (PR #19644)
Suggested fix for the issue described in #19643. This patch depends on that pr, so github is going to
Mar 11
erry
Mar 11
[vim/vim] Recognize modifiers in mappings (PR #19643)
Suggested fix for #19182. This patch does not solve failing case 2, because replace_termcodes handles
unread,
[vim/vim] Recognize modifiers in mappings (PR #19643)
Suggested fix for #19182. This patch does not solve failing case 2, because replace_termcodes handles
Mar 11
mattn
Mar 11
[vim/vim] eval: reduce string concat allocations (PR #19642)
Reduce allocations in string .= and .. operations by using vim_realloc() to grow the existing buffer
unread,
[vim/vim] eval: reduce string concat allocations (PR #19642)
Reduce allocations in string .= and .. operations by using vim_realloc() to grow the existing buffer
Mar 11
h_east
24
Mar 11
[vim/vim] Make 'statuslineopt' option window-local (PR #19622)
@h-east commented on this pull request. In src/window.c: > return OK; } #endif /* - * Return the
unread,
[vim/vim] Make 'statuslineopt' option window-local (PR #19622)
@h-east commented on this pull request. In src/window.c: > return OK; } #endif /* - * Return the
Mar 11
Foxe Chen
2
Mar 11
[vim/vim] refactor DEC mode handling (PR #19641)
@64-bitman pushed 1 commit. 50e6aad refactor DEC mode handling — View it on GitHub or unsubscribe.
unread,
[vim/vim] refactor DEC mode handling (PR #19641)
@64-bitman pushed 1 commit. 50e6aad refactor DEC mode handling — View it on GitHub or unsubscribe.
Mar 11
Aliaksei Budavei
6
Mar 11
[vim/vim] runtime(sh): Improve the matching of function definitions (PR #19638)
@zzzyxwvut pushed 1 commit. a3d7603 runtime(sh): Improve the matching of function definitions — View
unread,
[vim/vim] runtime(sh): Improve the matching of function definitions (PR #19638)
@zzzyxwvut pushed 1 commit. a3d7603 runtime(sh): Improve the matching of function definitions — View
Mar 11
Eisuke Kawashima
4
Mar 11
[vim/vim] minor update to sshconfig and sshdconfig (PR #19636)
@e-kwsm commented on this pull request. In runtime/syntax/sshdconfig.vim: > +syn keyword
unread,
[vim/vim] minor update to sshconfig and sshdconfig (PR #19636)
@e-kwsm commented on this pull request. In runtime/syntax/sshdconfig.vim: > +syn keyword
Mar 11
dezza
Mar 11
[vim/vim] gvim tabline `:tabnew` causes extra screensize (Issue #19640)
dezza created an issue (vim/vim#19640) Steps to reproduce Open gvim :tabnew , this causes the half-a-
unread,
[vim/vim] gvim tabline `:tabnew` causes extra screensize (Issue #19640)
dezza created an issue (vim/vim#19640) Steps to reproduce Open gvim :tabnew , this causes the half-a-
Mar 11
Binbin Qian
7
Mar 11
[vim/vim] Lua interface broken after Lua 5.5 upgrade (Issue #19639)
qianbinbin left a comment (vim/vim#19639) Yes. I'd even question why it's using 5.4 in the
unread,
[vim/vim] Lua interface broken after Lua 5.5 upgrade (Issue #19639)
qianbinbin left a comment (vim/vim#19639) Yes. I'd even question why it's using 5.4 in the
Mar 11
Christian Brabandt
Mar 11
Commit: patch 9.2.0140: file reading performance can be improved
patch 9.2.0140: file reading performance can be improved Commit: https://github.com/vim/vim/commit/
unread,
Commit: patch 9.2.0140: file reading performance can be improved
patch 9.2.0140: file reading performance can be improved Commit: https://github.com/vim/vim/commit/
Mar 11
ubaldot
8
Mar 11
[vim/vim] line('w$') report wrong value in terminal windows (Issue #19503)
chrisbra left a comment (vim/vim#19503) fixed as of ffeb233 — Reply to this email directly, view it
unread,
[vim/vim] line('w$') report wrong value in terminal windows (Issue #19503)
chrisbra left a comment (vim/vim#19503) fixed as of ffeb233 — Reply to this email directly, view it
Mar 11
TomIO
8
Mar 11
[vim/vim] feat(has): add support for 'android' and 'termux' feature flags (PR #19623)
chrisbra left a comment (vim/vim#19623) I see, thanks — Reply to this email directly, view it on
unread,
[vim/vim] feat(has): add support for 'android' and 'termux' feature flags (PR #19623)
chrisbra left a comment (vim/vim#19623) I see, thanks — Reply to this email directly, view it on
Mar 11
mattn
14
Mar 11
[vim/vim] Optimize file read performance for large files (PR #19612)
Closed #19612 via 2ca96b0. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
unread,
[vim/vim] Optimize file read performance for large files (PR #19612)
Closed #19612 via 2ca96b0. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
Mar 11
Christian Brabandt
Mar 11
Commit: patch 9.2.0139: Cannot configure terminal resize event
patch 9.2.0139: Cannot configure terminal resize event Commit: https://github.com/vim/vim/commit/
unread,
Commit: patch 9.2.0139: Cannot configure terminal resize event
patch 9.2.0139: Cannot configure terminal resize event Commit: https://github.com/vim/vim/commit/
Mar 11
Foxe Chen
19
Mar 11
[vim/vim] Add support for in-band window resize events (PR #19596)
Closed #19596 via c970b47. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
unread,
[vim/vim] Add support for in-band window resize events (PR #19596)
Closed #19596 via c970b47. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
Mar 11
Christian Brabandt
Mar 11
Commit: runtime(python): Update syntax, improve pythonNumber pattern performance
runtime(python): Update syntax, improve pythonNumber pattern performance Commit: https://github.com/
unread,
Commit: runtime(python): Update syntax, improve pythonNumber pattern performance
runtime(python): Update syntax, improve pythonNumber pattern performance Commit: https://github.com/
Mar 11
dkearns
6
Mar 11
[vim/vim] runtime(python): Update syntax, fix pythonNumber pattern memory errors (PR #19630)
Closed #19630 via 2cf18fc. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
unread,
[vim/vim] runtime(python): Update syntax, fix pythonNumber pattern memory errors (PR #19630)
Closed #19630 via 2cf18fc. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
Mar 11