Groups
Groups
Sign in
Groups
Groups
vim_dev
Conversations
About
Send feedback
Help
vim_dev
1–30 of 51572
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
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
mattn
3:16 AM
[vim/vim] Fix sixel encoder dropping rightmost pixels in a band (PR #20468)
The sixel encoder tracks the per-band x range of each colour while filling the band bitmask row by
unread,
[vim/vim] Fix sixel encoder dropping rightmost pixels in a band (PR #20468)
The sixel encoder tracks the per-band x range of each colour while filling the band bitmask row by
3:16 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
1:02 AM
[vim/vim] Fix use-after-free in GTK4 clipboard read on timeout (PR #20467)
clip_mch_request_selection() kept the read state on the stack and read the clipboard with a 3-second
unread,
[vim/vim] Fix use-after-free in GTK4 clipboard read on timeout (PR #20467)
clip_mch_request_selection() kept the read state on the stack and read the clipboard with a 3-second
1:02 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
K.Takata
12:38 AM
[vim/vim] GvimExt: Support multiple runtime directory structures (PR #20465)
Vim itself supports certain runtime directory structures. However, GvimExt supports only one type of
unread,
[vim/vim] GvimExt: Support multiple runtime directory structures (PR #20465)
Vim itself supports certain runtime directory structures. However, GvimExt supports only one type of
12:38 AM
mattn
12:37 AM
[vim/vim] Fix use-after-free in popup_getoptions() on dict_add() failure (PR #20464)
When dict_add() fails, dictitem_free() already frees the blob, but the cleanup then reads the freed
unread,
[vim/vim] Fix use-after-free in popup_getoptions() on dict_add() failure (PR #20464)
When dict_add() fails, dictitem_free() already frees the blob, but the cleanup then reads the freed
12:37 AM
mattn
12:37 AM
[vim/vim] Fix integer overflow in popup image size validation (PR #20463)
The image size validation computed iw * ih * 4 in a 32-bit long, which overflows on MS-Windows and
unread,
[vim/vim] Fix integer overflow in popup image size validation (PR #20463)
The image size validation computed iw * ih * 4 in a 32-bit long, which overflows on MS-Windows and
12:37 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
Matei Stroia
3
Jun 9
[vim/vim] runtime(folds): update foldcolumn overflow logic (PR #20280)
chrisbra left a comment (vim/vim#20280) The current behaviour is documented and serves exactly the
unread,
[vim/vim] runtime(folds): update foldcolumn overflow logic (PR #20280)
chrisbra left a comment (vim/vim#20280) The current behaviour is documented and serves exactly the
Jun 9
Christian Brabandt
Jun 9
Commit: patch 9.2.0612: Cannot render images in popup windows
patch 9.2.0612: Cannot render images in popup windows Commit: https://github.com/vim/vim/commit/
unread,
Commit: patch 9.2.0612: Cannot render images in popup windows
patch 9.2.0612: Cannot render images in popup windows Commit: https://github.com/vim/vim/commit/
Jun 9
Christian Brabandt
Jun 9
Commit: runtime(doc): wrong {str} length limit in matchfuzzy() docs
runtime(doc): wrong {str} length limit in matchfuzzy() docs Commit: https://github.com/vim/vim/commit
unread,
Commit: runtime(doc): wrong {str} length limit in matchfuzzy() docs
runtime(doc): wrong {str} length limit in matchfuzzy() docs Commit: https://github.com/vim/vim/commit
Jun 9
Dmytro Meleshko
6
Jun 9
[vim/vim] runtime(xslt,xsd): speed up highlighting by removing backtracking from patterns (PR #20436)
chrisbra left a comment (vim/vim#20436) okay, holding off then — Reply to this email directly, view
unread,
[vim/vim] runtime(xslt,xsd): speed up highlighting by removing backtracking from patterns (PR #20436)
chrisbra left a comment (vim/vim#20436) okay, holding off then — Reply to this email directly, view
Jun 9
glepnir
2
Jun 9
[vim/vim] runtime(doc): wrong {str} length limit in matchfuzzy() docs (PR #20453)
chrisbra left a comment (vim/vim#20453) thanks — Reply to this email directly, view it on GitHub, or
unread,
[vim/vim] runtime(doc): wrong {str} length limit in matchfuzzy() docs (PR #20453)
chrisbra left a comment (vim/vim#20453) thanks — Reply to this email directly, view it on GitHub, or
Jun 9
Christian Brabandt
Jun 9
Commit: patch 9.2.0611: MS-Windows: evim.exe not working with VIMDLL
patch 9.2.0611: MS-Windows: evim.exe not working with VIMDLL Commit: https://github.com/vim/vim/
unread,
Commit: patch 9.2.0611: MS-Windows: evim.exe not working with VIMDLL
patch 9.2.0611: MS-Windows: evim.exe not working with VIMDLL Commit: https://github.com/vim/vim/
Jun 9
Christian Brabandt
Jun 9
Commit: patch 9.2.0610: cindent: closing brace in a comment affects the next line's indent
patch 9.2.0610: cindent: closing brace in a comment affects the next line's indent Commit: https:
unread,
Commit: patch 9.2.0610: cindent: closing brace in a comment affects the next line's indent
patch 9.2.0610: cindent: closing brace in a comment affects the next line's indent Commit: https:
Jun 9
Christian Brabandt
Jun 9
Commit: patch 9.2.0609: completion info popup cannot be scrolled with the keyboard
patch 9.2.0609: completion info popup cannot be scrolled with the keyboard Commit: https://github.com
unread,
Commit: patch 9.2.0609: completion info popup cannot be scrolled with the keyboard
patch 9.2.0609: completion info popup cannot be scrolled with the keyboard Commit: https://github.com
Jun 9
K.Takata
2
Jun 9
[vim/vim] win32: Fix evim startup (PR #20454)
chrisbra left a comment (vim/vim#20454) thanks — Reply to this email directly, view it on GitHub, or
unread,
[vim/vim] win32: Fix evim startup (PR #20454)
chrisbra left a comment (vim/vim#20454) thanks — Reply to this email directly, view it on GitHub, or
Jun 9
h_east
2
Jun 9
[vim/vim] cindent: closing brace in a line comment affects the next line's indent (PR #20458)
chrisbra left a comment (vim/vim#20458) thanks — Reply to this email directly, view it on GitHub, or
unread,
[vim/vim] cindent: closing brace in a line comment affects the next line's indent (PR #20458)
chrisbra left a comment (vim/vim#20458) thanks — Reply to this email directly, view it on GitHub, or
Jun 9
Christian Brabandt
Jun 9
Commit: patch 9.2.0607: GTK4: inputdialog() does not work as expected
patch 9.2.0607: GTK4: inputdialog() does not work as expected Commit: https://github.com/vim/vim/
unread,
Commit: patch 9.2.0607: GTK4: inputdialog() does not work as expected
patch 9.2.0607: GTK4: inputdialog() does not work as expected Commit: https://github.com/vim/vim/
Jun 9
Christian Brabandt
Jun 9
Commit: patch 9.2.0608: popup_setoptions()/ch_setoptions() does not check secure mode
patch 9.2.0608: popup_setoptions()/ch_setoptions() does not check secure mode Commit: https://github.
unread,
Commit: patch 9.2.0608: popup_setoptions()/ch_setoptions() does not check secure mode
patch 9.2.0608: popup_setoptions()/ch_setoptions() does not check secure mode Commit: https://github.
Jun 9
Christian Brabandt
Jun 9
Commit: patch 9.2.0606: GTK4: does not support all clipboard formats
patch 9.2.0606: GTK4: does not support all clipboard formats Commit: https://github.com/vim/vim/
unread,
Commit: patch 9.2.0606: GTK4: does not support all clipboard formats
patch 9.2.0606: GTK4: does not support all clipboard formats Commit: https://github.com/vim/vim/
Jun 9
Foxe Chen
2
Jun 9
[vim/vim] GTK4: Improve dialog windows (PR #20448)
chrisbra left a comment (vim/vim#20448) thanks — Reply to this email directly, view it on GitHub, or
unread,
[vim/vim] GTK4: Improve dialog windows (PR #20448)
chrisbra left a comment (vim/vim#20448) thanks — Reply to this email directly, view it on GitHub, or
Jun 9