Groups
Groups
Sign in
Groups
Groups
vim_dev
Conversations
About
Send feedback
Help
vim_dev
1–30 of 50822
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
9
10:57 AM
[vim/vim] patch 9.2.XXXX: tests: test_edit_ctrl_r_failed() is flaky (PR #20050)
chrisbra left a comment (vim/vim#20050) Hm, can you comment out this line here: https://github.com/
unread,
[vim/vim] patch 9.2.XXXX: tests: test_edit_ctrl_r_failed() is flaky (PR #20050)
chrisbra left a comment (vim/vim#20050) Hm, can you comment out this line here: https://github.com/
10:57 AM
依云
7
8:57 AM
[vim/vim] fix GVim does not lose selection ownership and does not use VisualNOS when it should (PR #20046)
shaneharper left a comment (vim/vim#20046) Before writing patch 9.2.0158 I had considered an
unread,
[vim/vim] fix GVim does not lose selection ownership and does not use VisualNOS when it should (PR #20046)
shaneharper left a comment (vim/vim#20046) Before writing patch 9.2.0158 I had considered an
8:57 AM
依云
4
8:43 AM
[vim/vim] GVim does not lose selection ownership and does not use VisualNOS when it should (Issue #19914)
lilydjwg left a comment (vim/vim#19914) Yes, I opened #20057 for it. (Primary selection is so easy to
unread,
[vim/vim] GVim does not lose selection ownership and does not use VisualNOS when it should (Issue #19914)
lilydjwg left a comment (vim/vim#19914) Yes, I opened #20057 for it. (Primary selection is so easy to
8:43 AM
依云
8:42 AM
[vim/vim] Vim pastes visual selection as '*' clipboard register despite it may not own the clipboard (Issue #20057)
lilydjwg created an issue (vim/vim#20057) Steps to reproduce gvim --clean Enter visual mode Select
unread,
[vim/vim] Vim pastes visual selection as '*' clipboard register despite it may not own the clipboard (Issue #20057)
lilydjwg created an issue (vim/vim#20057) Steps to reproduce gvim --clean Enter visual mode Select
8:42 AM
mattn
7:25 AM
[vim/vim] Add tabpanel_getinfo() and tabpanel_scroll() (PR #20056)
Expose the tabpanel scroll state to Vim script. `tabpanel_getinfo()` returns a dict with `align`, `
unread,
[vim/vim] Add tabpanel_getinfo() and tabpanel_scroll() (PR #20056)
Expose the tabpanel scroll state to Vim script. `tabpanel_getinfo()` returns a dict with `align`, `
7:25 AM
svardew
3
6:17 AM
[vim/vim] Check Links workflow is not working. (Issue #20040)
svardew left a comment (vim/vim#20040) modify ci/lychee.toml , and run workflow_dispatch, succesfuly
unread,
[vim/vim] Check Links workflow is not working. (Issue #20040)
svardew left a comment (vim/vim#20040) modify ci/lychee.toml , and run workflow_dispatch, succesfuly
6:17 AM
mattn
7
5:58 AM
[vim/vim] Fix popup right edge overflowing the screen (PR #20042)
@mattn pushed 1 commit. 7b38309 Stabilize popup width across scrolling — View it on GitHub or
unread,
[vim/vim] Fix popup right edge overflowing the screen (PR #20042)
@mattn pushed 1 commit. 7b38309 Stabilize popup width across scrolling — View it on GitHub or
5:58 AM
mattn
4:30 AM
[vim/vim] xxd: use %lu for unsigned long in decimal offset output (PR #20055)
The decimal offset ( -d ) used %ld with an unsigned long value, so offsets above LONG_MAX were
unread,
[vim/vim] xxd: use %lu for unsigned long in decimal offset output (PR #20055)
The decimal offset ( -d ) used %ld with an unsigned long value, so offsets above LONG_MAX were
4:30 AM
Petr Menšík
17
4:30 AM
[vim/vim] gvim does not draw status line reliably on hidpi (Issue #19631)
ericzolf left a comment (vim/vim#19631) It was actually easy to check: when setting both scales at
unread,
[vim/vim] gvim does not draw status line reliably on hidpi (Issue #19631)
ericzolf left a comment (vim/vim#19631) It was actually easy to check: when setting both scales at
4:30 AM
mattn
2
2:58 AM
[vim/vim] Implement strptime() fallback for MS-Windows (PR #20054)
@mattn pushed 1 commit. 62b494b Skip codestyle check for strptime.c — View it on GitHub or
unread,
[vim/vim] Implement strptime() fallback for MS-Windows (PR #20054)
@mattn pushed 1 commit. 62b494b Skip codestyle check for strptime.c — View it on GitHub or
2:58 AM
Peter Cardenas
6
2:15 AM
[vim/vim] runtime(help): make help omnifunc global (PR #20024)
PeterCardenas left a comment (vim/vim#20024) @chrisbra done and continues to work for me, would
unread,
[vim/vim] runtime(help): make help omnifunc global (PR #20024)
PeterCardenas left a comment (vim/vim#20024) @chrisbra done and continues to work for me, would
2:15 AM
glepnir
Apr 23
[vim/vim] fix: wildcards in expanded env vars reinterpreted by glob (PR #20053)
Problem: With $d='[dir]', :e $d/file.txt opens the wrong file, :e $d/<Tab> fails to
unread,
[vim/vim] fix: wildcards in expanded env vars reinterpreted by glob (PR #20053)
Problem: With $d='[dir]', :e $d/file.txt opens the wrong file, :e $d/<Tab> fails to
Apr 23
h_east
5
Apr 23
[vim/vim] tabpanel: scrollbar completion, follow curtab, right-edge layout (PR #20052)
@mattn commented on this pull request. In src/tabpanel.c: > + static void +follow_curtab_if_needed
unread,
[vim/vim] tabpanel: scrollbar completion, follow curtab, right-edge layout (PR #20052)
@mattn commented on this pull request. In src/tabpanel.c: > + static void +follow_curtab_if_needed
Apr 23
mattn
85
Apr 23
[vim/vim] Add --enable-gui=gtk4 support (PR #19815)
@mattn pushed 48 commits. 3126d9c Add --enable-gui=gtk4 support with separate GTK4 implementation
unread,
[vim/vim] Add --enable-gui=gtk4 support (PR #19815)
@mattn pushed 48 commits. 3126d9c Add --enable-gui=gtk4 support with separate GTK4 implementation
Apr 23
h_east
9
Apr 23
[vim/vim] channel: term_start() out_cb/err_cb no longer deliver raw chunks (PR #20045)
benknoble left a comment (vim/vim#20045) With the extra test-fix (that I can't well justify) on
unread,
[vim/vim] channel: term_start() out_cb/err_cb no longer deliver raw chunks (PR #20045)
benknoble left a comment (vim/vim#20045) With the extra test-fix (that I can't well justify) on
Apr 23
D. Ben Knoble
Apr 23
[vim/vim] test: ignore user files during Test_backupskip (PR #20051)
Even though we unset HOME, we can see via scriptnames that user files are still sourced! One of my
unread,
[vim/vim] test: ignore user files during Test_backupskip (PR #20051)
Even though we unset HOME, we can see via scriptnames that user files are still sourced! One of my
Apr 23
Dorian Marié
36
Apr 23
[vim/vim] "pp" shown at the beginning of the buffer when opening a new file (Issue #19852)
xiote left a comment (vim/vim#19852) Works perfectly now on Apple Terminal.app — pp is gone and
unread,
[vim/vim] "pp" shown at the beginning of the buffer when opening a new file (Issue #19852)
xiote left a comment (vim/vim#19852) Works perfectly now on Apple Terminal.app — pp is gone and
Apr 23
josé rafael vieira
4
Apr 23
[vim/vim] Documented :DiffOrig command returns `E492: Not an editor command: DiffOrig` (Issue #20048)
jrvieira left a comment (vim/vim#20048) It was not clear to me. Thanks. — Reply to this email
unread,
[vim/vim] Documented :DiffOrig command returns `E492: Not an editor command: DiffOrig` (Issue #20048)
jrvieira left a comment (vim/vim#20048) It was not clear to me. Thanks. — Reply to this email
Apr 23
Karl Yngve Lervåg
Apr 23
[vim/vim] 'shortmess' option to hide undo/redo messages (Issue #20049)
lervag created an issue (vim/vim#20049) Problem When doing undo and redo, Vim and Neovim shows
unread,
[vim/vim] 'shortmess' option to hide undo/redo messages (Issue #20049)
lervag created an issue (vim/vim#20049) Problem When doing undo and redo, Vim and Neovim shows
Apr 23
D. Ben Knoble
9
Apr 23
[vim/vim] 9.2.0224 regression: newlines in some channel responses (?) are garbled (Issue #20041)
benknoble left a comment (vim/vim#20041) Yep. To be clear, I'm not saying "ew bad" or
unread,
[vim/vim] 9.2.0224 regression: newlines in some channel responses (?) are garbled (Issue #20041)
benknoble left a comment (vim/vim#20041) Yep. To be clear, I'm not saying "ew bad" or
Apr 23
Christian Brabandt
Apr 23
Commit: translation(ru): Fix typo in "може" to "можете" in lang/README.ru.txt
translation(ru): Fix typo in "може" to "можете" in lang/README.ru.txt Commit:
unread,
Commit: translation(ru): Fix typo in "може" to "можете" in lang/README.ru.txt
translation(ru): Fix typo in "може" to "можете" in lang/README.ru.txt Commit:
Apr 23
Christian Brabandt
Apr 23
Commit: patch 9.2.0390: filetype: some Beancount files are not recognized
patch 9.2.0390: filetype: some Beancount files are not recognized Commit: https://github.com/vim/vim/
unread,
Commit: patch 9.2.0390: filetype: some Beancount files are not recognized
patch 9.2.0390: filetype: some Beancount files are not recognized Commit: https://github.com/vim/vim/
Apr 23
Vitaliy Gromov
3
Apr 23
[vim/vim] Fix typo in "може" to "можете" (PR #20047)
Closed #20047 via 0f92188. — Reply to this email directly, view it on GitHub, or unsubscribe. Triage
unread,
[vim/vim] Fix typo in "може" to "можете" (PR #20047)
Closed #20047 via 0f92188. — Reply to this email directly, view it on GitHub, or unsubscribe. Triage
Apr 23
Bruno BELANYI
6
Apr 23
[vim/vim] filetype: some some Beancount files are not recognized (PR #20037)
Closed #20037 via 521eac1. — Reply to this email directly, view it on GitHub, or unsubscribe. Triage
unread,
[vim/vim] filetype: some some Beancount files are not recognized (PR #20037)
Closed #20037 via 521eac1. — Reply to this email directly, view it on GitHub, or unsubscribe. Triage
Apr 23
Capmus Banon
3
Apr 23
[vim/vim] gvim crashes when right click the tab (Issue #18864)
Arkissa left a comment (vim/vim#18864) this bug still work now, i build from 9.2.389 source code,just
unread,
[vim/vim] gvim crashes when right click the tab (Issue #18864)
Arkissa left a comment (vim/vim#18864) this bug still work now, i build from 9.2.389 source code,just
Apr 23
bfrg
7
Apr 23
[vim/vim] Vim doesn't preserve the order of messages when callbacks are defined for job_start() or term_start() (Issue #16354)
h-east left a comment (vim/vim#16354) Hi @bfrg, FYI, patch 9.2.0224 (#19776), which fixed this issue,
unread,
[vim/vim] Vim doesn't preserve the order of messages when callbacks are defined for job_start() or term_start() (Issue #16354)
h-east left a comment (vim/vim#16354) Hi @bfrg, FYI, patch 9.2.0224 (#19776), which fixed this issue,
Apr 23
dkearns
, …
Janis Papanagnou
50
Apr 23
[vim/vim] runtime(algol68): Add new syntax file and filetype detection (PR #19818)
@dkearns pushed 1 commit. d01f7fd runtime(algol68): Add new syntax file, ftplugin and filetype
unread,
[vim/vim] runtime(algol68): Add new syntax file and filetype detection (PR #19818)
@dkearns pushed 1 commit. d01f7fd runtime(algol68): Add new syntax file, ftplugin and filetype
Apr 23
mattn
Apr 23
[vim/vim] Do not open a new tab page on double-click in the tabpanel (PR #20044)
The tabpanel click handler inherited the tabline behavior of spawning a new, empty tab page on double
unread,
[vim/vim] Do not open a new tab page on double-click in the tabpanel (PR #20044)
The tabpanel click handler inherited the tabline behavior of spawning a new, empty tab page on double
Apr 23
luukvbaal
Apr 23
[vim/vim] Scrolling with 'splitkeep' when changing 'cmdheight' (PR #20043)
Problem: Cursor is not adjusted when 'cmdheight' is changed to cover the cursor with '
unread,
[vim/vim] Scrolling with 'splitkeep' when changing 'cmdheight' (PR #20043)
Problem: Cursor is not adjusted when 'cmdheight' is changed to cover the cursor with '
Apr 23
Doug
3
Apr 22
[vim/vim] `listchar` not using its highlight groups in selection (Issue #19872)
dougaak left a comment (vim/vim#19872) Hi @chrisbra , I think this should work, assuming in terminal
unread,
[vim/vim] `listchar` not using its highlight groups in selection (Issue #19872)
dougaak left a comment (vim/vim#19872) Hi @chrisbra , I think this should work, assuming in terminal
Apr 22