Groups
Groups
Sign in
Groups
Groups
vim_dev
Conversations
About
Send feedback
Help
vim_dev
1–30 of 50427
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
idgn23
4
3:58 AM
[vim/vim] Undefined symbol on Solaris 10 (Issue #19803)
idgn23 left a comment (vim/vim#19803) I have tested the patch and I can confirm that it works. —
unread,
[vim/vim] Undefined symbol on Solaris 10 (Issue #19803)
idgn23 left a comment (vim/vim#19803) I have tested the patch and I can confirm that it works. —
3:58 AM
Lyderic Landry
6
Mar 28
[vim/vim] Patching of if_lua.c for lua 5.5 compatibilty (PR #19842)
@lyderic pushed 1 commit. 3107722 Merge branch 'vim:master' into master — View it on GitHub.
unread,
[vim/vim] Patching of if_lua.c for lua 5.5 compatibilty (PR #19842)
@lyderic pushed 1 commit. 3107722 Merge branch 'vim:master' into master — View it on GitHub.
Mar 28
rendcrx
Mar 28
[vim/vim] feat: auto-save before :term when 'autowrite' is set (PR #19855)
This feature makes sense to add because the use case of the :term command is very similar to :! or :
unread,
[vim/vim] feat: auto-save before :term when 'autowrite' is set (PR #19855)
This feature makes sense to add because the use case of the :term command is very similar to :! or :
Mar 28
John Marriott
3
Mar 28
[vim/vim] Refactor concat_fname() to remove calls to STRLEN() (PR #19854)
@basilisk0315 pushed 1 commit. bf4a578 Better appveyor fix — View it on GitHub. You are receiving
unread,
[vim/vim] Refactor concat_fname() to remove calls to STRLEN() (PR #19854)
@basilisk0315 pushed 1 commit. bf4a578 Better appveyor fix — View it on GitHub. You are receiving
Mar 28
James McCoy
6
Mar 28
[vim/vim] Fix invalid pointer casting in string_convert() arguments (PR #19672)
basilisk0315 left a comment (vim/vim#19672) Oh no. I've realised what I said... Never mind,
unread,
[vim/vim] Fix invalid pointer casting in string_convert() arguments (PR #19672)
basilisk0315 left a comment (vim/vim#19672) Oh no. I've realised what I said... Never mind,
Mar 28
Mao-Yining
7
Mar 28
[vim/vim] Cursor in cmdline will concealled when it is not at the end of the line on Windows TUI in Windows Terminal. (Issue #19850)
Closed #19850 as completed. — Reply to this email directly, view it on GitHub, or unsubscribe. You
unread,
[vim/vim] Cursor in cmdline will concealled when it is not at the end of the line on Windows TUI in Windows Terminal. (Issue #19850)
Closed #19850 as completed. — Reply to this email directly, view it on GitHub, or unsubscribe. You
Mar 28
Dorian Marié
6
Mar 28
[vim/vim] "pp" shown at the beginning of the buffer when opening a new file (Issue #19852)
64-bitman left a comment (vim/vim#19852) bisected to v9.2.0200 (1da42ee) Reverting this commit fixes
unread,
[vim/vim] "pp" shown at the beginning of the buffer when opening a new file (Issue #19852)
64-bitman left a comment (vim/vim#19852) bisected to v9.2.0200 (1da42ee) Reverting this commit fixes
Mar 28
Gary Johnson
Mar 28
[vim/vim] Fix initial and tabnew/tabclose window size errors (PR #19853)
For some time, gvim has had a couple of problems with window sizing. The initial window size did not
unread,
[vim/vim] Fix initial and tabnew/tabclose window size errors (PR #19853)
For some time, gvim has had a couple of problems with window sizing. The initial window size did not
Mar 28
Duncan
6
Mar 28
[vim/vim] Add AmigaOS 3.x (classic 68k) build support (PR #19840)
bdgscotland left a comment (vim/vim#19840) Thanks. Please add src/os_amiga_stubs.c to the Filelist.
unread,
[vim/vim] Add AmigaOS 3.x (classic 68k) build support (PR #19840)
bdgscotland left a comment (vim/vim#19840) Thanks. Please add src/os_amiga_stubs.c to the Filelist.
Mar 28
Enno
7
Mar 28
[vim/vim] Broken DA1 in Linux Gvim (Issue #19835)
Konfekt left a comment (vim/vim#19835) Thank you, :set guioptions+=! makes the error messages with
unread,
[vim/vim] Broken DA1 in Linux Gvim (Issue #19835)
Konfekt left a comment (vim/vim#19835) Thank you, :set guioptions+=! makes the error messages with
Mar 28
gcrtnst
4
Mar 28
[vim/vim] Fix incorrect stdout redirection to Visual Studio Output window in ConPTY terminal (PR #19589)
gcrtnst left a comment (vim/vim#19589) Already fixed, but for future reference: The issues were filed
unread,
[vim/vim] Fix incorrect stdout redirection to Visual Studio Output window in ConPTY terminal (PR #19589)
gcrtnst left a comment (vim/vim#19589) Already fixed, but for future reference: The issues were filed
Mar 28
mattn
75
Mar 28
[vim/vim] Add --enable-gui=gtk4 support (PR #19815)
@mattn pushed 1 commit. ea5354d fix preprocessor indent in gui_xim.c — View it on GitHub. You are
unread,
[vim/vim] Add --enable-gui=gtk4 support (PR #19815)
@mattn pushed 1 commit. ea5354d fix preprocessor indent in gui_xim.c — View it on GitHub. You are
Mar 28
mattn
6
Mar 28
[vim/vim] Add clickable regions to statusline with %[FuncName] item (PR #19841)
@mattn pushed 1 commit. 305bef7 Fix memory leak of stl_clickfunc strings in statusline click regions
unread,
[vim/vim] Add clickable regions to statusline with %[FuncName] item (PR #19841)
@mattn pushed 1 commit. 305bef7 Fix memory leak of stl_clickfunc strings in statusline click regions
Mar 28
mattn
Mar 28
[vim/vim] fix(win32): prevent typeahead buffer overflow during mouse drag (PR #19851)
The typeahead buffer guard in mch_inchar() only reserved 5 bytes per loop iteration, but a mouse
unread,
[vim/vim] fix(win32): prevent typeahead buffer overflow during mouse drag (PR #19851)
The typeahead buffer guard in mch_inchar() only reserved 5 bytes per loop iteration, but a mouse
Mar 28
Paul Ollis
4
Mar 28
[vim/vim] Change some tests to avoid trailing whitespace. (PR #19838)
@chrisbra commented on this pull request. In src/testdir/test_scroll_opt.vim: > @@ -517,7 +517,8 @
unread,
[vim/vim] Change some tests to avoid trailing whitespace. (PR #19838)
@chrisbra commented on this pull request. In src/testdir/test_scroll_opt.vim: > @@ -517,7 +517,8 @
Mar 28
Foxe Chen
31
Mar 28
[vim/vim] Port socketserver to use channels and JSON based protocol (PR #19782)
@64-bitman pushed 1 commit. aa879a6 Fix preprocessor directive for MSWIN — View it on GitHub. You are
unread,
[vim/vim] Port socketserver to use channels and JSON based protocol (PR #19782)
@64-bitman pushed 1 commit. aa879a6 Fix preprocessor directive for MSWIN — View it on GitHub. You are
Mar 28
Christian Brabandt
Mar 28
Commit: patch 9.2.0265: unnecessary restrictions for defining dictionary function names
patch 9.2.0265: unnecessary restrictions for defining dictionary function names Commit: https://
unread,
Commit: patch 9.2.0265: unnecessary restrictions for defining dictionary function names
patch 9.2.0265: unnecessary restrictions for defining dictionary function names Commit: https://
Mar 28
Christian Brabandt
Mar 28
Commit: patch 9.2.0264: Cannot disable kitty keyboard protocol in vim :terminal
patch 9.2.0264: Cannot disable kitty keyboard protocol in vim :terminal Commit: https://github.com/
unread,
Commit: patch 9.2.0264: Cannot disable kitty keyboard protocol in vim :terminal
patch 9.2.0264: Cannot disable kitty keyboard protocol in vim :terminal Commit: https://github.com/
Mar 28
thinca
5
Mar 28
[vim/vim] Allow defining dictionary function with bracket key that is not a valid identifier (PR #19833)
Closed #19833 via f896627. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
unread,
[vim/vim] Allow defining dictionary function with bracket key that is not a valid identifier (PR #19833)
Closed #19833 via f896627. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
Mar 28
julio-b
12
Mar 28
[vim/vim] Cannot disable kitty keyboard protocol in vim :terminal (PR #19837)
Closed #19837 via d13f135. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
unread,
[vim/vim] Cannot disable kitty keyboard protocol in vim :terminal (PR #19837)
Closed #19837 via d13f135. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
Mar 28
Christian Brabandt
Mar 28
Commit: patch 9.2.0263: hlset() cannot handle attributes with spaces
patch 9.2.0263: hlset() cannot handle attributes with spaces Commit: https://github.com/vim/vim/
unread,
Commit: patch 9.2.0263: hlset() cannot handle attributes with spaces
patch 9.2.0263: hlset() cannot handle attributes with spaces Commit: https://github.com/vim/vim/
Mar 28
mattn
3
Mar 28
[vim/vim] fix hlset() failure with attribute values containing spaces (PR #19843)
Closed #19843 via 8e29c35. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
unread,
[vim/vim] fix hlset() failure with attribute values containing spaces (PR #19843)
Closed #19843 via 8e29c35. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
Mar 28
Paul Ollis
41
Mar 28
[vim/vim] Large rework of how virtual text properties are stored, plus multiple other property bug fixes. (PR #19685)
chrisbra left a comment (vim/vim#19685) @paul-ollis thanks for all the work you put into Vim and
unread,
[vim/vim] Large rework of how virtual text properties are stored, plus multiple other property bug fixes. (PR #19685)
chrisbra left a comment (vim/vim#19685) @paul-ollis thanks for all the work you put into Vim and
Mar 28
zeertzjq
2
Mar 28
Re: [vim/vim] patch 9.2.0262: invalid lnum when pasting text copied blockwise (80a0c35)
Upps, forgot to push. fixed now — Reply to this email directly, view it on GitHub, or unsubscribe.
unread,
Re: [vim/vim] patch 9.2.0262: invalid lnum when pasting text copied blockwise (80a0c35)
Upps, forgot to push. fixed now — Reply to this email directly, view it on GitHub, or unsubscribe.
Mar 28
antoniopaolini
2
Mar 27
[vim/vim] Autocompletion not working while setting printfont (Issue #19714)
mao-yining left a comment (vim/vim#19714) It is an enhancement request in fact. Printfont is
unread,
[vim/vim] Autocompletion not working while setting printfont (Issue #19714)
mao-yining left a comment (vim/vim#19714) It is an enhancement request in fact. Printfont is
Mar 27
Aliaksei Budavei
Mar 27
[vim/vim] runtime(sh): Keep function name patterns engine neutral (PR #19849)
Request less backtracking to function-name candidates for Bash patterns with any regexp engine BUT
unread,
[vim/vim] runtime(sh): Keep function name patterns engine neutral (PR #19849)
Request less backtracking to function-name candidates for Bash patterns with any regexp engine BUT
Mar 27
pyllyukko
2
Mar 27
[vim/vim] Disallow changing some options from restricted mode (PR #19848)
@pyllyukko pushed 1 commit. 9619685 Disallow changing some options from restricted mode — View it on
unread,
[vim/vim] Disallow changing some options from restricted mode (PR #19848)
@pyllyukko pushed 1 commit. 9619685 Disallow changing some options from restricted mode — View it on
Mar 27
chdiza
5
Mar 27
[vim/vim] 9c0d057e3 breaks viewing a bash ~/.profile when &re=1 (Issue #19847)
chrisbra left a comment (vim/vim#19847) Perhaps we can just limit the look around assertion by say 30
unread,
[vim/vim] 9c0d057e3 breaks viewing a bash ~/.profile when &re=1 (Issue #19847)
chrisbra left a comment (vim/vim#19847) Perhaps we can just limit the look around assertion by say 30
Mar 27
Pierluigi Lenoci
7
Mar 27
[vim/vim] Fix changed_lines arguments in blockwise paste (PR #19844)
pierluigilenoci left a comment (vim/vim#19844) However thank you 🚀 — Reply to this email directly,
unread,
[vim/vim] Fix changed_lines arguments in blockwise paste (PR #19844)
pierluigilenoci left a comment (vim/vim#19844) However thank you 🚀 — Reply to this email directly,
Mar 27
Andrei Heidelbacher
4
Mar 27
[vim/vim] Is mapleader not supported in vim-tiny? (Discussion #19617)
You can still map say nnoremap ,a :edit #<CR> similar to a common mapleader of , comma. — Reply
unread,
[vim/vim] Is mapleader not supported in vim-tiny? (Discussion #19617)
You can still map say nnoremap ,a :edit #<CR> similar to a common mapleader of , comma. — Reply
Mar 27