Groups
Groups
Sign in
Groups
Groups
vim_dev
Conversations
About
Send feedback
Help
Group path
vim_dev
1–30 of 52912
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
Julien Voisin
6:14 PM
[vim/vim] Vim script execution is slower than necessary (PR #21215)
Problem: in_vim9script() is called very frequently on the script evaluation hot path, but is a cross-
unread,
[vim/vim] Vim script execution is slower than necessary (PR #21215)
Problem: in_vim9script() is called very frequently on the script evaluation hot path, but is a cross-
6:14 PM
SPFab
4:25 PM
[vim/vim] Fix formatlistpat for Org-mode (PR #21214)
Unlike for any other file in the ftplugin folder, this one uses \\| instead of \\\| in the
unread,
[vim/vim] Fix formatlistpat for Org-mode (PR #21214)
Unlike for any other file in the ftplugin folder, this one uses \\| instead of \\\| in the
4:25 PM
231tr0n
6
4:01 PM
[vim/vim] Add svelte syntax highlighting (PR #21200)
231tr0n left a comment (vim/vim#21200) Hey @chrisbra, I fixed the tests now for svelte. Can you
unread,
[vim/vim] Add svelte syntax highlighting (PR #21200)
231tr0n left a comment (vim/vim#21200) Hey @chrisbra, I fixed the tests now for svelte. Can you
4:01 PM
h_east
2
12:36 PM
[vim/vim] libvterm: characters can get a different width in a terminal window (PR #21213)
h-east left a comment (vim/vim#21213) @leonerd Heads-up in case this is useful upstream: src/
unread,
[vim/vim] libvterm: characters can get a different width in a terminal window (PR #21213)
h-east left a comment (vim/vim#21213) @leonerd Heads-up in case this is useful upstream: src/
12:36 PM
Volodymyr Chernetskyi
7:30 AM
[vim/vim] regex: case-insensitive match fails on multi-byte string with re=1 (PR #21212)
Problem: With 'regexpengine' set to 1 a case-insensitive match against a literal string fails
unread,
[vim/vim] regex: case-insensitive match fails on multi-byte string with re=1 (PR #21212)
Problem: With 'regexpengine' set to 1 a case-insensitive match against a literal string fails
7:30 AM
Volodymyr Chernetskyi
7:28 AM
[vim/vim] Virtual Replace mode: BS over multi-byte text eats the padding (PR #21211)
Problem: In Virtual Replace mode, backspacing over a character that replaced several multi-byte
unread,
[vim/vim] Virtual Replace mode: BS over multi-byte text eats the padding (PR #21211)
Problem: In Virtual Replace mode, backspacing over a character that replaced several multi-byte
7:28 AM
wzy
6
3:01 AM
[vim/vim] runtime(zathura): Recognize zathura history files (PR #20984)
Freed-Wu left a comment (vim/vim#20984) old zathura use a backend plain to output history to a plain
unread,
[vim/vim] runtime(zathura): Recognize zathura history files (PR #20984)
Freed-Wu left a comment (vim/vim#20984) old zathura use a backend plain to output history to a plain
3:01 AM
Christian Brabandt
2:30 AM
Commit: patch 9.2.1035: filetype: Github citation files are not recognized
patch 9.2.1035: filetype: Github citation files are not recognized Commit: https://github.com/vim/vim
unread,
Commit: patch 9.2.1035: filetype: Github citation files are not recognized
patch 9.2.1035: filetype: Github citation files are not recognized Commit: https://github.com/vim/vim
2:30 AM
Christian Brabandt
2:30 AM
Commit: patch 9.2.1036: syntax highlighting is slower than necessary
patch 9.2.1036: syntax highlighting is slower than necessary Commit: https://github.com/vim/vim/
unread,
Commit: patch 9.2.1036: syntax highlighting is slower than necessary
patch 9.2.1036: syntax highlighting is slower than necessary Commit: https://github.com/vim/vim/
2:30 AM
Christian Brabandt
2:30 AM
Commit: patch 9.2.1034: NFA regexp matching is slow for ASCII text
patch 9.2.1034: NFA regexp matching is slow for ASCII text Commit: https://github.com/vim/vim/commit/
unread,
Commit: patch 9.2.1034: NFA regexp matching is slow for ASCII text
patch 9.2.1034: NFA regexp matching is slow for ASCII text Commit: https://github.com/vim/vim/commit/
2:30 AM
Christian Brabandt
2:30 AM
Commit: patch 9.2.1032: scrolling moves cursor up with 'scrolloffpad'
patch 9.2.1032: scrolling moves cursor up with 'scrolloffpad' Commit: https://github.com/vim/
unread,
Commit: patch 9.2.1032: scrolling moves cursor up with 'scrolloffpad'
patch 9.2.1032: scrolling moves cursor up with 'scrolloffpad' Commit: https://github.com/vim/
2:30 AM
Christian Brabandt
2:30 AM
Commit: patch 9.2.1033: session: sourcing fails on lambdas
patch 9.2.1033: session: sourcing fails on lambdas Commit: https://github.com/vim/vim/commit/
unread,
Commit: patch 9.2.1033: session: sourcing fails on lambdas
patch 9.2.1033: session: sourcing fails on lambdas Commit: https://github.com/vim/vim/commit/
2:30 AM
erry
13
Sep 2
[vim/vim] Add v:termrgbresp (PR #21191)
AstroSnail left a comment (vim/vim#21191) It looks like a race, the response is sent too early,
unread,
[vim/vim] Add v:termrgbresp (PR #21191)
AstroSnail left a comment (vim/vim#21191) It looks like a race, the response is sent too early,
Sep 2
Julien Voisin
2
Sep 2
[vim/vim] Decrease regex-based syntax-highlighting time (PR #21166)
chrisbra left a comment (vim/vim#21166) thanks. — Reply to this email directly, view it on GitHub, or
unread,
[vim/vim] Decrease regex-based syntax-highlighting time (PR #21166)
chrisbra left a comment (vim/vim#21166) thanks. — Reply to this email directly, view it on GitHub, or
Sep 2
wzy
2
Sep 2
[vim/vim] runtime(cff): Recognize citation files (PR #21163)
chrisbra left a comment (vim/vim#21163) thanks, but I move it to autoload/dist/ft.vim — Reply to this
unread,
[vim/vim] runtime(cff): Recognize citation files (PR #21163)
chrisbra left a comment (vim/vim#21163) thanks, but I move it to autoload/dist/ft.vim — Reply to this
Sep 2
Julien Voisin
2
Sep 2
[vim/vim] NFA regexp matching is slow for ASCII text (PR #21179)
chrisbra left a comment (vim/vim#21179) thanks — Reply to this email directly, view it on GitHub, or
unread,
[vim/vim] NFA regexp matching is slow for ASCII text (PR #21179)
chrisbra left a comment (vim/vim#21179) thanks — Reply to this email directly, view it on GitHub, or
Sep 2
MiguelBarro
2
Sep 2
[vim/vim] Session restoration fails on options using lambdas (PR #21161)
chrisbra left a comment (vim/vim#21161) thanks — Reply to this email directly, view it on GitHub, or
unread,
[vim/vim] Session restoration fails on options using lambdas (PR #21161)
chrisbra left a comment (vim/vim#21161) thanks — Reply to this email directly, view it on GitHub, or
Sep 2
ksh368-bit
4
Sep 2
[vim/vim] patch 9.2.XXXX: CTRL-D moves cursor up with 'scrolloffpad' (PR #21188)
chrisbra left a comment (vim/vim#21188) thanks this is a very simple change now. CI looks good, so I
unread,
[vim/vim] patch 9.2.XXXX: CTRL-D moves cursor up with 'scrolloffpad' (PR #21188)
chrisbra left a comment (vim/vim#21188) thanks this is a very simple change now. CI looks good, so I
Sep 2
Julien Voisin
Sep 2
[vim/vim] computing the displayed width of a line is slower than necessary (PR #21210)
Problem: Computing the displayed width of a line calls win_lbr_chartabsize() for every character,
unread,
[vim/vim] computing the displayed width of a line is slower than necessary (PR #21210)
Problem: Computing the displayed width of a line calls win_lbr_chartabsize() for every character,
Sep 2
Julien Voisin
3
Sep 2
[vim/vim] Scrolling recomputes the height of every visible line (PR #21207)
jvoisin left a comment (vim/vim#21207) I added a test to prove that nothing breaks :) — Reply to this
unread,
[vim/vim] Scrolling recomputes the height of every visible line (PR #21207)
jvoisin left a comment (vim/vim#21207) I added a test to prove that nothing breaks :) — Reply to this
Sep 2
Volodymyr Chernetskyi
Sep 2
[vim/vim] getregionpos() is slow when only the region bounds are needed (PR #21209)
Problem getregionpos() returns a pair of positions for every line of the region, so obtaining just
unread,
[vim/vim] getregionpos() is slow when only the region bounds are needed (PR #21209)
Problem getregionpos() returns a pair of positions for every line of the region, so obtaining just
Sep 2
VimWei
6
Sep 2
[vim/vim] helptoc navigation jumps incorrectly and flickers when hlsearch is active and using J/K (Issue #21051)
chrnz008 left a comment (vim/vim#21051) @VimWei FYI there is a builtin optional package called
unread,
[vim/vim] helptoc navigation jumps incorrectly and flickers when hlsearch is active and using J/K (Issue #21051)
chrnz008 left a comment (vim/vim#21051) @VimWei FYI there is a builtin optional package called
Sep 2
Enrico Maria De Angelis
10
Sep 2
[vim/vim] The man page opened via ShKeywordPrg doesn't close upon hitting q (Issue #21204)
Konfekt left a comment (vim/vim#21204) Happy to go with @habamax's command! -nargs=1 ShKeywordPrg
unread,
[vim/vim] The man page opened via ShKeywordPrg doesn't close upon hitting q (Issue #21204)
Konfekt left a comment (vim/vim#21204) Happy to go with @habamax's command! -nargs=1 ShKeywordPrg
Sep 2
Mladen Mijatov
16
Sep 2
[vim/vim] GTK3 UI has font rendering issues (Issue #21063)
dezza left a comment (vim/vim#21063) @chrisbra please edit b362f0e to exclude Windows: from title as
unread,
[vim/vim] GTK3 UI has font rendering issues (Issue #21063)
dezza left a comment (vim/vim#21063) @chrisbra please edit b362f0e to exclude Windows: from title as
Sep 2
Christian Brabandt
5
Sep 2
[vim/vim] runtime(misc): Use correct terminal feature test in ftplugins (PR #21208)
chrisbra left a comment (vim/vim#21208) as far as I know, neovim always includes all features, so
unread,
[vim/vim] runtime(misc): Use correct terminal feature test in ftplugins (PR #21208)
chrisbra left a comment (vim/vim#21208) as far as I know, neovim always includes all features, so
Sep 2
yousefx0
32
Sep 2
[vim/vim] Add option to disable q: (Issue #21110)
dkearns left a comment (vim/vim#21110) Telling someone their decision is a disgrace then asking them
unread,
[vim/vim] Add option to disable q: (Issue #21110)
dkearns left a comment (vim/vim#21110) Telling someone their decision is a disgrace then asking them
Sep 2
Mao-Yining
4
Sep 2
[vim/vim] GTK4: `go+=A` is unusable (Issue #21193)
mao-yining left a comment (vim/vim#21193) Do you mean it does not copy to the clipboard? Or is it a
unread,
[vim/vim] GTK4: `go+=A` is unusable (Issue #21193)
mao-yining left a comment (vim/vim#21193) Do you mean it does not copy to the clipboard? Or is it a
Sep 2
reportaman
,
Gary Johnson
13
Sep 2
[vim/vim] Don't undo indents added by autoindent, perhaps add a new cpoptions character (#7941)
journaljemmy left a comment (vim/vim#7941) I'd like to add that the autoindent is also removed if
unread,
[vim/vim] Don't undo indents added by autoindent, perhaps add a new cpoptions character (#7941)
journaljemmy left a comment (vim/vim#7941) I'd like to add that the autoindent is also removed if
Sep 2
Gary Johnson
7
Sep 1
[vim/vim] Patch 9.2.0898 broke :hardcopy, adds extra space between lines (Issue #21203)
ghgary left a comment (vim/vim#21203) Both the quick fix and the patch fix the problem for me. Thank
unread,
[vim/vim] Patch 9.2.0898 broke :hardcopy, adds extra space between lines (Issue #21203)
ghgary left a comment (vim/vim#21203) Both the quick fix and the patch fix the problem for me. Thank
Sep 1
Christian Brabandt
Sep 1
Commit: patch 9.2.1031: 'wildmode' list:full does not show 'wildmenu'
patch 9.2.1031: 'wildmode' list:full does not show 'wildmenu' Commit: https://github.
unread,
Commit: patch 9.2.1031: 'wildmode' list:full does not show 'wildmenu'
patch 9.2.1031: 'wildmode' list:full does not show 'wildmenu' Commit: https://github.
Sep 1