Groups
Groups
Sign in
Groups
Groups
vim_dev
Conversations
About
Send feedback
Help
vim_dev
1–30 of 51583
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
mattn
2
5:00 PM
[vim/vim] Fix integer overflow in popup image size validation (PR #20463)
chrisbra left a comment (vim/vim#20463) thanks — Reply to this email directly, view it on GitHub, or
unread,
[vim/vim] Fix integer overflow in popup image size validation (PR #20463)
chrisbra left a comment (vim/vim#20463) thanks — Reply to this email directly, view it on GitHub, or
5:00 PM
Christian Brabandt
5:00 PM
Commit: patch 9.2.0618: use-after-free in popup_getoptions() on dict_add() failure
patch 9.2.0618: use-after-free in popup_getoptions() on dict_add() failure Commit: https://github.com
unread,
Commit: patch 9.2.0618: use-after-free in popup_getoptions() on dict_add() failure
patch 9.2.0618: use-after-free in popup_getoptions() on dict_add() failure Commit: https://github.com
5:00 PM
Christian Brabandt
5:00 PM
Commit: patch 9.2.0617: GvimExt: does not support different runtime dirs
patch 9.2.0617: GvimExt: does not support different runtime dirs Commit: https://github.com/vim/vim/
unread,
Commit: patch 9.2.0617: GvimExt: does not support different runtime dirs
patch 9.2.0617: GvimExt: does not support different runtime dirs Commit: https://github.com/vim/vim/
5:00 PM
mattn
2
4:55 PM
[vim/vim] Fix use-after-free in popup_getoptions() on dict_add() failure (PR #20464)
chrisbra left a comment (vim/vim#20464) thanks — Reply to this email directly, view it on GitHub, or
unread,
[vim/vim] Fix use-after-free in popup_getoptions() on dict_add() failure (PR #20464)
chrisbra left a comment (vim/vim#20464) thanks — Reply to this email directly, view it on GitHub, or
4:55 PM
K.Takata
2
4:53 PM
[vim/vim] GvimExt: Support multiple runtime directory structures (PR #20465)
chrisbra left a comment (vim/vim#20465) Thanks Ken — Reply to this email directly, view it on GitHub,
unread,
[vim/vim] GvimExt: Support multiple runtime directory structures (PR #20465)
chrisbra left a comment (vim/vim#20465) Thanks Ken — Reply to this email directly, view it on GitHub,
4:53 PM
Samuel Roeca
3
4:51 PM
[vim/vim] Fix concealed text wrapping at conceallevel 3 (PR #20472)
pappasam left a comment (vim/vim#20472) Follow-up commits made the conceal wrap handling less special
unread,
[vim/vim] Fix concealed text wrapping at conceallevel 3 (PR #20472)
pappasam left a comment (vim/vim#20472) Follow-up commits made the conceal wrap handling less special
4:51 PM
Christian Brabandt
4:45 PM
Commit: patch 9.2.0616: GTK4: use-after-free on clipboard read timeout
patch 9.2.0616: GTK4: use-after-free on clipboard read timeout Commit: https://github.com/vim/vim/
unread,
Commit: patch 9.2.0616: GTK4: use-after-free on clipboard read timeout
patch 9.2.0616: GTK4: use-after-free on clipboard read timeout Commit: https://github.com/vim/vim/
4:45 PM
Christian Brabandt
4:45 PM
Commit: patch 9.2.0615: sixel encoder drops pixels on the right edge of shapes
patch 9.2.0615: sixel encoder drops pixels on the right edge of shapes Commit: https://github.com/vim
unread,
Commit: patch 9.2.0615: sixel encoder drops pixels on the right edge of shapes
patch 9.2.0615: sixel encoder drops pixels on the right edge of shapes Commit: https://github.com/vim
4:45 PM
mattn
2
4:37 PM
[vim/vim] Fix use-after-free in GTK4 clipboard read on timeout (PR #20467)
chrisbra left a comment (vim/vim#20467) thanks — Reply to this email directly, view it on GitHub, or
unread,
[vim/vim] Fix use-after-free in GTK4 clipboard read on timeout (PR #20467)
chrisbra left a comment (vim/vim#20467) thanks — Reply to this email directly, view it on GitHub, or
4:37 PM
mattn
2
4:33 PM
[vim/vim] Fix sixel encoder dropping rightmost pixels in a band (PR #20468)
chrisbra left a comment (vim/vim#20468) thanks — Reply to this email directly, view it on GitHub, or
unread,
[vim/vim] Fix sixel encoder dropping rightmost pixels in a band (PR #20468)
chrisbra left a comment (vim/vim#20468) thanks — Reply to this email directly, view it on GitHub, or
4:33 PM
Christian Brabandt
4:30 PM
Commit: patch 9.2.0614: opacity popup leaves stale cells
patch 9.2.0614: opacity popup leaves stale cells Commit: https://github.com/vim/vim/commit/
unread,
Commit: patch 9.2.0614: opacity popup leaves stale cells
patch 9.2.0614: opacity popup leaves stale cells Commit: https://github.com/vim/vim/commit/
4:30 PM
mattn
3
4:24 PM
[vim/vim] Fix leftover cells when an opacity popup is resized or closed (PR #20471)
chrisbra left a comment (vim/vim#20471) thanks — Reply to this email directly, view it on GitHub, or
unread,
[vim/vim] Fix leftover cells when an opacity popup is resized or closed (PR #20471)
chrisbra left a comment (vim/vim#20471) thanks — Reply to this email directly, view it on GitHub, or
4:24 PM
Christian Brabandt
3:45 PM
Commit: patch 9.2.0613: tests: test_xxd_color2() checks for dash but uses sh
patch 9.2.0613: tests: test_xxd_color2() checks for dash but uses sh Commit: https://github.com/vim/
unread,
Commit: patch 9.2.0613: tests: test_xxd_color2() checks for dash but uses sh
patch 9.2.0613: tests: test_xxd_color2() checks for dash but uses sh Commit: https://github.com/vim/
3:45 PM
mattn
2
3:33 PM
[vim/vim] popup image: fix layering of overlapping images, avoid kitty retransmission on redraw (PR #20474)
chrisbra left a comment (vim/vim#20474) oh and please re-generate the proto files. The CI failed
unread,
[vim/vim] popup image: fix layering of overlapping images, avoid kitty retransmission on redraw (PR #20474)
chrisbra left a comment (vim/vim#20474) oh and please re-generate the proto files. The CI failed
3:33 PM
dezza
2
3:32 PM
[vim/vim] fix(test): xxd explicit dash for portability (PR #20473)
chrisbra left a comment (vim/vim#20473) ah, makes sense. Thanks — Reply to this email directly, view
unread,
[vim/vim] fix(test): xxd explicit dash for portability (PR #20473)
chrisbra left a comment (vim/vim#20473) ah, makes sense. Thanks — Reply to this email directly, view
3:32 PM
Bruno BELANYI
16
12:48 PM
[vim/vim] runtime(beancount): add language files (PR #20373)
ambroisie left a comment (vim/vim#20373) There was a small typo in the suggested code. I've
unread,
[vim/vim] runtime(beancount): add language files (PR #20373)
ambroisie left a comment (vim/vim#20373) There was a small typo in the suggested code. I've
12:48 PM
h_east
26
12:20 PM
[vim/vim] perf: syntax highlighting tries patterns that cannot match a line (PR #20371)
h-east left a comment (vim/vim#20371) Thanks, but I disagree and want to keep the analysis on the
unread,
[vim/vim] perf: syntax highlighting tries patterns that cannot match a line (PR #20371)
h-east left a comment (vim/vim#20371) Thanks, but I disagree and want to keep the analysis on the
12:20 PM
mattn
10
10:37 AM
[vim/vim] usercmd: add -completeopt=escape to escape spaces in custom completion (PR #20239)
mattn left a comment (vim/vim#20239) Thanks. Escaped tabs as well (the splitter uses VIM_ISWHITE , so
unread,
[vim/vim] usercmd: add -completeopt=escape to escape spaces in custom completion (PR #20239)
mattn left a comment (vim/vim#20239) Thanks. Escaped tabs as well (the splitter uses VIM_ISWHITE , so
10:37 AM
Jian Shuo Wang
9:06 AM
[vim/vim] ccline — AI at your shell prompt for Vim users (Discussion #20470)
Hey Vim community! Vim users know their way around a terminal. ccline adds one more power to that
unread,
[vim/vim] ccline — AI at your shell prompt for Vim users (Discussion #20470)
Hey Vim community! Vim users know their way around a terminal. ccline adds one more power to that
9:06 AM
Mao-Yining
3
6:32 AM
[vim/vim] Popup images do not respect boundary positioning (Issue #20469)
mao-yining left a comment (vim/vim#20469) In real case: default.png (view on web) default.png (view
unread,
[vim/vim] Popup images do not respect boundary positioning (Issue #20469)
mao-yining left a comment (vim/vim#20469) In real case: default.png (view on web) default.png (view
6:32 AM
h_east
10
1:17 AM
[vim/vim] completion info popup cannot be scrolled with the keyboard (PR #20444)
andreihh left a comment (vim/vim#20444) Great, thank you so much! — Reply to this email directly,
unread,
[vim/vim] completion info popup cannot be scrolled with the keyboard (PR #20444)
andreihh left a comment (vim/vim#20444) Great, thank you so much! — Reply to this email directly,
1:17 AM
mattn
12:54 AM
[vim/vim] Fix str2blob() ignoring UTF-16/UCS-2/UTF-32 encodings (PR #20466)
str2blob() routed every target encoding through convert_string(), which treats all Unicode encodings
unread,
[vim/vim] Fix str2blob() ignoring UTF-16/UCS-2/UTF-32 encodings (PR #20466)
str2blob() routed every target encoding through convert_string(), which treats all Unicode encodings
12:54 AM
glepnir
18
12:54 AM
[vim/vim] keep '[ and ] marks above line 1 (PR #19061)
glepnir left a comment (vim/vim#19061) @chrisbra Would you mind taking a look at this when you are
unread,
[vim/vim] keep '[ and ] marks above line 1 (PR #19061)
glepnir left a comment (vim/vim#19061) @chrisbra Would you mind taking a look at this when you are
12:54 AM
mattn
12:23 AM
[vim/vim] Fix memory safety issues in popup image handling (PR #20462)
Two issues in the FEAT_IMAGE popup code from 9.2.0612: a use-after-free/double-free in
unread,
[vim/vim] Fix memory safety issues in popup image handling (PR #20462)
Two issues in the FEAT_IMAGE popup code from 9.2.0612: a use-after-free/double-free in
12:23 AM
thinca
4
Jun 9
[vim/vim] tests: Test_screenpos() is flaky in GUI (PR #20457)
thinca left a comment (vim/vim#20457) Understood. I'll add Co-Authored-By next time. — Reply to
unread,
[vim/vim] tests: Test_screenpos() is flaky in GUI (PR #20457)
thinca left a comment (vim/vim#20457) Understood. I'll add Co-Authored-By next time. — Reply to
Jun 9
J. Paulo Seibt
Jun 9
[vim/vim] runtime(netrw): fix 2match pattern rebuild (PR #20461)
Problem: Unmarking a regular file when there are directories in the markings list also removes the
unread,
[vim/vim] runtime(netrw): fix 2match pattern rebuild (PR #20461)
Problem: Unmarking a regular file when there are directories in the markings list also removes the
Jun 9
mattn
70
Jun 9
[vim/vim] Render images inside popup windows via sixel and GDI (PR #20136)
habamax left a comment (vim/vim#20136) Hi @mattn, Do you know if for Windows terminal (which supports
unread,
[vim/vim] Render images inside popup windows via sixel and GDI (PR #20136)
habamax left a comment (vim/vim#20136) Hi @mattn, Do you know if for Windows terminal (which supports
Jun 9
Foxe Chen
Jun 9
[vim/vim] Popup window image feature is laggy when using kitty graphics protocol (Issue #20460)
64-bitman created an issue (vim/vim#20460) Steps to reproduce When a popup window that has an image
unread,
[vim/vim] Popup window image feature is laggy when using kitty graphics protocol (Issue #20460)
64-bitman created an issue (vim/vim#20460) Steps to reproduce When a popup window that has an image
Jun 9
Nick Jensen
Jun 9
[vim/vim] Popup with opacity and border and modified content is not cleared (Issue #20459)
nickspoons created an issue (vim/vim#20459) Steps to reproduce In some circumstances, modifying a
unread,
[vim/vim] Popup with opacity and border and modified content is not cleared (Issue #20459)
nickspoons created an issue (vim/vim#20459) Steps to reproduce In some circumstances, modifying a
Jun 9
Foxe Chen
4
Jun 9
[vim/vim] GTK4: Add option to use hardware accelerated rendering backend (PR #20437)
64-bitman left a comment (vim/vim#20437) @mattn For the popup image feature, can another popup window
unread,
[vim/vim] GTK4: Add option to use hardware accelerated rendering backend (PR #20437)
64-bitman left a comment (vim/vim#20437) @mattn For the popup image feature, can another popup window
Jun 9