Groups
Sign in
Groups
vim_dev
Conversations
About
Send feedback
Help
vim_dev
Contact owners and managers
1–30 of 44775
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
Yee Cheng Chin
4
9:56 PM
[vim/vim] Fix popup highlight groups not falling back to defaults correctly (PR #16676)
I also had to fix a test because the existing screendump in test_notification in test_popupwin was
unread,
[vim/vim] Fix popup highlight groups not falling back to defaults correctly (PR #16676)
I also had to fix a test because the existing screendump in test_notification in test_popupwin was
9:56 PM
zeertzjq
6
8:15 PM
[vim/vim] No test for 'listchars' "precedes" with double-width char (PR #16675)
@zeertzjq pushed 1 commit. a9b7785 No test for 'listchars' "precedes" with double-
unread,
[vim/vim] No test for 'listchars' "precedes" with double-width char (PR #16675)
@zeertzjq pushed 1 commit. a9b7785 No test for 'listchars' "precedes" with double-
8:15 PM
glepnir
2
6:08 PM
[vim/vim] fix: wrong cur update whe noselect and fuzzy set in cot (PR #16674)
Thank you! — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this
unread,
[vim/vim] fix: wrong cur update whe noselect and fuzzy set in cot (PR #16674)
Thank you! — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this
6:08 PM
dkearns
7
3:21 PM
[vim/vim] runtime(vim): Update base-syntax, match protected constructors (PR #16618)
With the patched up runtest.vim , regenerating screendumps for ALL syntax tests from scratch now
unread,
[vim/vim] runtime(vim): Update base-syntax, match protected constructors (PR #16618)
With the patched up runtest.vim , regenerating screendumps for ALL syntax tests from scratch now
3:21 PM
sandwm
27
2:10 PM
[vim/vim] $MYVIMDIR unset when no ~/.vimrc (netrw creating '$MYVIMDIR' directories) (Issue #16609)
Hm, ok. One thing is still troubling me: What if say ~/.vim/ isn't included in &rtp at all (
unread,
[vim/vim] $MYVIMDIR unset when no ~/.vimrc (netrw creating '$MYVIMDIR' directories) (Issue #16609)
Hm, ok. One thing is still troubling me: What if say ~/.vim/ isn't included in &rtp at all (
2:10 PM
Lucas Eekhof
8
12:20 PM
[vim/vim] feat: add commentstring '> %s' for ftplugin mail (PR #16669)
Perhaps I closed to early. I am sorry for backtracking, there was also some English misunderstanding
unread,
[vim/vim] feat: add commentstring '> %s' for ftplugin mail (PR #16669)
Perhaps I closed to early. I am sorry for backtracking, there was also some English misunderstanding
12:20 PM
hseg
6
10:42 AM
[vim/vim] ~ randomly and transiently stops working on kitty (Issue #16651)
Closed #16651 as completed. — Reply to this email directly, view it on GitHub. You are receiving this
unread,
[vim/vim] ~ randomly and transiently stops working on kitty (Issue #16651)
Closed #16651 as completed. — Reply to this email directly, view it on GitHub. You are receiving this
10:42 AM
バクダンくん
4
10:15 AM
[vim/vim] Add a way to convert a blob to a list of strings without encoding (PR #16666)
To my understanding, vim's strings are essentially byte arrays. That is why strings can be
unread,
[vim/vim] Add a way to convert a blob to a list of strings without encoding (PR #16666)
To my understanding, vim's strings are essentially byte arrays. That is why strings can be
10:15 AM
glepnir
2
8:25 AM
[vim/vim] fix: update compl_enter_selects when have selected item (PR #16673)
@zeertzjq approved this pull request. — Reply to this email directly, view it on GitHub, or
unread,
[vim/vim] fix: update compl_enter_selects when have selected item (PR #16673)
@zeertzjq approved this pull request. — Reply to this email directly, view it on GitHub, or
8:25 AM
Tomasz N
3
6:28 AM
[vim/vim] Completion: cannot loop through menu with fuzzy,noselect and multiline items (Issue #16641)
reproduced — Reply to this email directly, view it on GitHub. You are receiving this because you are
unread,
[vim/vim] Completion: cannot loop through menu with fuzzy,noselect and multiline items (Issue #16641)
reproduced — Reply to this email directly, view it on GitHub. You are receiving this because you are
6:28 AM
ubaldot
8
6:11 AM
Re: [vim/vim] Automatic item list continuation in markdown file not working with custom vimrc file (Discussion #16665)
fo-n means it will recognize formatlistpat and indent the next line accordingly. It doesn't say
unread,
Re: [vim/vim] Automatic item list continuation in markdown file not working with custom vimrc file (Discussion #16665)
fo-n means it will recognize formatlistpat and indent the next line accordingly. It doesn't say
6:11 AM
glepnir
5:45 AM
[vim/vim] fix: preinsert text does not clean when cot only preinsert (PR #16672)
Problem: when cot only set preinsert the preinsert text does not clean when adding new leader.
unread,
[vim/vim] fix: preinsert text does not clean when cot only preinsert (PR #16672)
Problem: when cot only set preinsert the preinsert text does not clean when adding new leader.
5:45 AM
glepnir
13
4:13 AM
[vim/vim] fix: insert newline when pum visible (PR #16653)
in second state but there is no selected item to insert.. — Reply to this email directly, view it on
unread,
[vim/vim] fix: insert newline when pum visible (PR #16653)
in second state but there is no selected item to insert.. — Reply to this email directly, view it on
4:13 AM
沈澄心
4:08 AM
[vim/vim] runtime(dnsmasq): include simple filetype plugin (PR #16671)
You can view, comment on, or merge this pull request online at: https://github.com/vim/vim/pull/16671
unread,
[vim/vim] runtime(dnsmasq): include simple filetype plugin (PR #16671)
You can view, comment on, or merge this pull request online at: https://github.com/vim/vim/pull/16671
4:08 AM
darkseid-is
11
2:41 AM
[vim/vim] Unable to communicate from terminal to vim (Issue #16656)
Ah, okay. I'll then just add the missing :set title — Reply to this email directly, view it on
unread,
[vim/vim] Unable to communicate from terminal to vim (Issue #16656)
Ah, okay. I'll then just add the missing :set title — Reply to this email directly, view it on
2:41 AM
girishji
5
1:03 AM
[vim/vim] Regression in version 9011120: import autoload fails (Issue #16664)
Hm, this seems to be caused by the change in the script ID in vim9class.c of that patch, eg if we
unread,
[vim/vim] Regression in version 9011120: import autoload fails (Issue #16664)
Hm, this seems to be caused by the change in the script ID in vim9class.c of that patch, eg if we
1:03 AM
glepnir
39
12:55 AM
[vim/vim] feat: completeopt support preinsert (PR #16403)
got it thanks! Wait for me a moment. I'm going to eat something. — Reply to this email directly,
unread,
[vim/vim] feat: completeopt support preinsert (PR #16403)
got it thanks! Wait for me a moment. I'm going to eat something. — Reply to this email directly,
12:55 AM
Yegappan Lakshmanan
12:52 AM
[vim/vim] Revert the script ID change made for the class script variable (PR #16670)
Fix the regression caused by the changes made in #16652. Revert to using current_sctx.sc_sid instead
unread,
[vim/vim] Revert the script ID change made for the class script variable (PR #16670)
Fix the regression caused by the changes made in #16652. Revert to using current_sctx.sc_sid instead
12:52 AM
Yegappan Lakshmanan
3
Feb 18
[vim/vim] Use the correct script context when evaluating class member init expression (PR #16660)
@yegappan pushed 1 commit. b2e3dea Use the correct script context when evaluating a class member init
unread,
[vim/vim] Use the correct script context when evaluating class member init expression (PR #16660)
@yegappan pushed 1 commit. b2e3dea Use the correct script context when evaluating a class member init
Feb 18
Enan Ajmain
,
Christ van Willegen
36
Feb 18
[vim/vim] Add new option 'guipad' to set padding of GUI (PR #16343)
@3N4N pushed 1 commit. 5f9ac25 Add expand_set* function for guipadding — View it on GitHub or
unread,
[vim/vim] Add new option 'guipad' to set padding of GUI (PR #16343)
@3N4N pushed 1 commit. 5f9ac25 Add expand_set* function for guipadding — View it on GitHub or
Feb 18
MithicSpirit
6
Feb 18
[vim/vim] Multiple ftplugins/indents override formatoptions (Issue #16657)
FWIW, it's easy (if inconvenient) to put overrides for options like formatoptions in ~/.vim/after
unread,
[vim/vim] Multiple ftplugins/indents override formatoptions (Issue #16657)
FWIW, it's easy (if inconvenient) to put overrides for options like formatoptions in ~/.vim/after
Feb 18
David Mandelberg
3
Feb 18
[vim/vim] Detect both filetypes for .foo.jinja files (Issue #16659)
This seems like a huge hack, but would it work to create a new hidden buffer with the .jinja
unread,
[vim/vim] Detect both filetypes for .foo.jinja files (Issue #16659)
This seems like a huge hack, but would it work to create a new hidden buffer with the .jinja
Feb 18
John Marriott
Feb 18
[vim/vim] Add out-of-memory check (PR #16668)
You can view, comment on, or merge this pull request online at: https://github.com/vim/vim/pull/16668
unread,
[vim/vim] Add out-of-memory check (PR #16668)
You can view, comment on, or merge this pull request online at: https://github.com/vim/vim/pull/16668
Feb 18
avidseeker
21
Feb 18
[vim/vim] Problematic syntax ftplugin files for folding (Issue #16083)
As for the plsql syntax file, the repository name is present in the comments of the syntax file. You
unread,
[vim/vim] Problematic syntax ftplugin files for folding (Issue #16083)
As for the plsql syntax file, the repository name is present in the comments of the syntax file. You
Feb 18
zhmingl
2
Feb 18
[vim/vim] Improve testsuites compatibility on the systems with 1s granularity timestamp (Issue #16658)
Thanks, yes I think the nanotime feature check doesn't really help here, as we are limited by
unread,
[vim/vim] Improve testsuites compatibility on the systems with 1s granularity timestamp (Issue #16658)
Thanks, yes I think the nanotime feature check doesn't really help here, as we are limited by
Feb 18
Christian Brabandt
Feb 18
Commit: patch 9.1.1122: too many strlen() calls in findfile.c
patch 9.1.1122: too many strlen() calls in findfile.c Commit: https://github.com/vim/vim/commit/
unread,
Commit: patch 9.1.1122: too many strlen() calls in findfile.c
patch 9.1.1122: too many strlen() calls in findfile.c Commit: https://github.com/vim/vim/commit/
Feb 18
John Marriott
31
Feb 18
[vim/vim] Refactor findfile.c to remove calls to STRLEN() (PR #16595)
thanks! — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this
unread,
[vim/vim] Refactor findfile.c to remove calls to STRLEN() (PR #16595)
thanks! — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this
Feb 18
Christian Brabandt
Feb 18
Commit: patch 9.1.1121: Enter does not insert newline with "noselect"
patch 9.1.1121: Enter does not insert newline with "noselect" Commit: https://github.com/
unread,
Commit: patch 9.1.1121: Enter does not insert newline with "noselect"
patch 9.1.1121: Enter does not insert newline with "noselect" Commit: https://github.com/
Feb 18
Lifepillar
2
Feb 18
[vim/vim] With cot+=noselect, <Enter> does not start a new line when it should (#1653)
Closed #1653 as completed via 07f0dbe. — Reply to this email directly, view it on GitHub. You are
unread,
[vim/vim] With cot+=noselect, <Enter> does not start a new line when it should (#1653)
Closed #1653 as completed via 07f0dbe. — Reply to this email directly, view it on GitHub. You are
Feb 18
Phạm Bình An
12
Feb 18
[vim/vim] feat: Lua ftplugin (PR #16655)
Thanks. @dkearns ? — Reply to this email directly, view it on GitHub. You are receiving this because
unread,
[vim/vim] feat: Lua ftplugin (PR #16655)
Thanks. @dkearns ? — Reply to this email directly, view it on GitHub. You are receiving this because
Feb 18