Groups
Groups
Sign in
Groups
Groups
vim_dev
Conversations
About
Send feedback
Help
vim_dev
1–30 of 49577
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
ubaldot
4
2:52 AM
[vim/vim] Include logging levels to ch_log() function (Issue #19377)
ubaldot left a comment (vim/vim#19377) I am not sure if such a feature improvement would make sense
unread,
[vim/vim] Include logging levels to ch_log() function (Issue #19377)
ubaldot left a comment (vim/vim#19377) I am not sure if such a feature improvement would make sense
2:52 AM
Johnothan King
1:33 AM
[vim/vim] sh.vim: Fix some ksh-specific highlighting deficiencies (PR #19383)
Amend syntax highlighting to allow for ksh93 discipline function names (eg foo.get() ) and mksh's
unread,
[vim/vim] sh.vim: Fix some ksh-specific highlighting deficiencies (PR #19383)
Amend syntax highlighting to allow for ksh93 discipline function names (eg foo.get() ) and mksh's
1:33 AM
Shougo
23
12:43 AM
[vim/vim] Editable dot register (PR #19342)
@Shougo pushed 2 commits. def3264 Fix test_registers errors 7d8943a Add dot command test — View it on
unread,
[vim/vim] Editable dot register (PR #19342)
@Shougo pushed 2 commits. def3264 Fix test_registers errors 7d8943a Add dot command test — View it on
12:43 AM
julio-b
Feb 10
[vim/vim] Update the sed patterns in installman.sh (PR #19382)
In commit ce6fe84 we changed '/usr/local/lib' to '/usr/local/share' but the
unread,
[vim/vim] Update the sed patterns in installman.sh (PR #19382)
In commit ce6fe84 we changed '/usr/local/lib' to '/usr/local/share' but the
Feb 10
Nathaniel Potrepka
6
Feb 10
[vim/vim] Vim prints to stdout instead of /dev/tty when using `git commit` (Issue #19350)
benknoble left a comment (vim/vim#19350) (Some relevant stuff for that first bullet: https://ghostty.
unread,
[vim/vim] Vim prints to stdout instead of /dev/tty when using `git commit` (Issue #19350)
benknoble left a comment (vim/vim#19350) (Some relevant stuff for that first bullet: https://ghostty.
Feb 10
Christian Brabandt
Feb 10
Commit: tests(commondumps): Mark and fold lines in screendump views
tests(commondumps): Mark and fold lines in screendump views Commit: https://github.com/vim/vim/commit
unread,
Commit: tests(commondumps): Mark and fold lines in screendump views
tests(commondumps): Mark and fold lines in screendump views Commit: https://github.com/vim/vim/commit
Feb 10
Christian Brabandt
Feb 10
Commit: runtime(vimgoto): Fix gf in Vim script
runtime(vimgoto): Fix gf in Vim script Commit: https://github.com/vim/vim/commit/
unread,
Commit: runtime(vimgoto): Fix gf in Vim script
runtime(vimgoto): Fix gf in Vim script Commit: https://github.com/vim/vim/commit/
Feb 10
Christian Brabandt
Feb 10
Commit: runtime(java): Allow for org.TopLevelType<T>.NestedType return types
runtime(java): Allow for org.TopLevelType<T>.NestedType return types Commit: https://github.com
unread,
Commit: runtime(java): Allow for org.TopLevelType<T>.NestedType return types
runtime(java): Allow for org.TopLevelType<T>.NestedType return types Commit: https://github.com
Feb 10
Christian Brabandt
Feb 10
Commit: runtime(doc): Fix typo in runtime/doc/cmdline.txt
runtime(doc): Fix typo in runtime/doc/cmdline.txt Commit: https://github.com/vim/vim/commit/
unread,
Commit: runtime(doc): Fix typo in runtime/doc/cmdline.txt
runtime(doc): Fix typo in runtime/doc/cmdline.txt Commit: https://github.com/vim/vim/commit/
Feb 10
Aliaksei Budavei
3
Feb 10
[vim/vim] tests(commondumps): Mark and fold lines in screendump views (PR #19380)
Closed #19380 via 238b0b0. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
unread,
[vim/vim] tests(commondumps): Mark and fold lines in screendump views (PR #19380)
Closed #19380 via 238b0b0. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
Feb 10
thinca
4
Feb 10
[vim/vim] Fix `gf` in Vim script (PR #19379)
Closed #19379 via 9205344. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
unread,
[vim/vim] Fix `gf` in Vim script (PR #19379)
Closed #19379 via 9205344. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
Feb 10
Aliaksei Budavei
3
Feb 10
[vim/vim] runtime(java): Allow for org.TopLevelType<T>.NestedType return types (PR #19349)
Closed #19349 via 36f4498. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
unread,
[vim/vim] runtime(java): Allow for org.TopLevelType<T>.NestedType return types (PR #19349)
Closed #19349 via 36f4498. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
Feb 10
h_east
3
Feb 10
[vim/vim] Fix typo in runtime/doc/cmdline.txt (PR #19378)
Closed #19378 via 61e96c5. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
unread,
[vim/vim] Fix typo in runtime/doc/cmdline.txt (PR #19378)
Closed #19378 via 61e96c5. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
Feb 10
Stefan VanBuren
Feb 10
[vim/vim] feat(filetype): Add cel (PR #19381)
Generally CEL is an embedded language in other filetypes (protobuf, markdown documentation), but is
unread,
[vim/vim] feat(filetype): Add cel (PR #19381)
Generally CEL is an embedded language in other filetypes (protobuf, markdown documentation), but is
Feb 10
Maxim Kim
2
Feb 10
[vim/vim] vimscript syntax: highlight error for `contains` elements in a new line (Issue #19366)
dkearns left a comment (vim/vim#19366) This is fixed by #18520 — Reply to this email directly, view
unread,
[vim/vim] vimscript syntax: highlight error for `contains` elements in a new line (Issue #19366)
dkearns left a comment (vim/vim#19366) This is fixed by #18520 — Reply to this email directly, view
Feb 10
dkearns
6
Feb 10
[vim/vim] runtime(vim): Update base syntax, improve :syntax group list arg matching (PR #18520)
@dkearns pushed 1 commit. 827c5c6 runtime(vim): Update base syntax, improve :syntax group list arg
unread,
[vim/vim] runtime(vim): Update base syntax, improve :syntax group list arg matching (PR #18520)
@dkearns pushed 1 commit. 827c5c6 runtime(vim): Update base syntax, improve :syntax group list arg
Feb 10
Christian Brabandt
Feb 10
Commit: runtime(ruby): Update for Vim 9.2 release
runtime(ruby): Update for Vim 9.2 release Commit: https://github.com/vim/vim/commit/
unread,
Commit: runtime(ruby): Update for Vim 9.2 release
runtime(ruby): Update for Vim 9.2 release Commit: https://github.com/vim/vim/commit/
Feb 10
dkearns
4
Feb 10
[vim/vim] runtime(ruby): Update for Vim 9.2 release (PR #19316)
chrisbra left a comment (vim/vim#19316) thanks — Reply to this email directly, view it on GitHub. You
unread,
[vim/vim] runtime(ruby): Update for Vim 9.2 release (PR #19316)
chrisbra left a comment (vim/vim#19316) thanks — Reply to this email directly, view it on GitHub. You
Feb 10
ubaldot
6
Feb 10
[vim/vim] silent echom should silently populate messages. (Issue #19376)
Closed #19376 as not planned. — Reply to this email directly, view it on GitHub. You are receiving
unread,
[vim/vim] silent echom should silently populate messages. (Issue #19376)
Closed #19376 as not planned. — Reply to this email directly, view it on GitHub. You are receiving
Feb 10
Matěj Cepl
6
Feb 10
[vim/vim] x_filetype to editorconfig supported properties? (Discussion #19314)
I didn't wanted to make it as an official editorconfig bureaucracy, besides, I didn't think
unread,
[vim/vim] x_filetype to editorconfig supported properties? (Discussion #19314)
I didn't wanted to make it as an official editorconfig bureaucracy, besides, I didn't think
Feb 10
Mao-Yining
7
Feb 10
[vim/vim] runtime(zip): use system() instead of :! (PR #19370)
@mao-yining pushed 1 commit. 7d7f99b runtime(zip): use system() instead of :! — View it on GitHub or
unread,
[vim/vim] runtime(zip): use system() instead of :! (PR #19370)
@mao-yining pushed 1 commit. 7d7f99b runtime(zip): use system() instead of :! — View it on GitHub or
Feb 10
Mao-Yining
5
Feb 9
[vim/vim] The 'scrollfocus' option has been non-functional since v8.2.4936 (Issue #19368)
mao-yining left a comment (vim/vim#19368) @chrisbra Since this has been broken for a long time. I
unread,
[vim/vim] The 'scrollfocus' option has been non-functional since v8.2.4936 (Issue #19368)
mao-yining left a comment (vim/vim#19368) @chrisbra Since this has been broken for a long time. I
Feb 9
Sainnhe Park
21
Feb 9
[vim/vim] Coredump due to race condition between invoke_listeners() and listener_flush() (Issue #19300)
sainnhe left a comment (vim/vim#19300) @paul-ollis Thank you so much for this fix! I've
unread,
[vim/vim] Coredump due to race condition between invoke_listeners() and listener_flush() (Issue #19300)
sainnhe left a comment (vim/vim#19300) @paul-ollis Thank you so much for this fix! I've
Feb 9
ubaldot
5
Feb 9
[vim/vim] Add markdownStrike syntax highlight group to builtin colorschemes (Issue #19372)
habamax left a comment (vim/vim#19372) markdownStrike and htmlStrike works for me (in gui, not in tui
unread,
[vim/vim] Add markdownStrike syntax highlight group to builtin colorschemes (Issue #19372)
habamax left a comment (vim/vim#19372) markdownStrike and htmlStrike works for me (in gui, not in tui
Feb 9
ubaldot
2
Feb 9
[vim/vim] Multi-threading problem: any workaround? (Discussion #19371)
Assuming I understand your scenario correctly. Since Vim only ever uses a single thread you should be
unread,
[vim/vim] Multi-threading problem: any workaround? (Discussion #19371)
Assuming I understand your scenario correctly. Since Vim only ever uses a single thread you should be
Feb 9
Christian Brabandt
Feb 9
Commit: runtime(doc): clarify the use of 'iskeyword' option value
runtime(doc): clarify the use of 'iskeyword' option value Commit: https://github.com/vim/vim/
unread,
Commit: runtime(doc): clarify the use of 'iskeyword' option value
runtime(doc): clarify the use of 'iskeyword' option value Commit: https://github.com/vim/vim/
Feb 9
Maxim Kim
3
Feb 9
[vim/vim] iskeyword documentation lacks clarity on unicode (Issue #18688)
Closed #18688 as completed via 9e456e5. — Reply to this email directly, view it on GitHub, or
unread,
[vim/vim] iskeyword documentation lacks clarity on unicode (Issue #18688)
Closed #18688 as completed via 9e456e5. — Reply to this email directly, view it on GitHub, or
Feb 9
Fionn
4
Feb 9
[vim/vim] Update sshdconfig syntax (PR #19347)
@Jakuje commented on this pull request. Thank you for the update of the file! Sorry, I am not that
unread,
[vim/vim] Update sshdconfig syntax (PR #19347)
@Jakuje commented on this pull request. Thank you for the update of the file! Sorry, I am not that
Feb 9
Evgeni Chasnovski
5
Feb 9
[vim/vim] Whitespace in the middle of the line can be removed when exiting into Normal mode with enabled 'autoindent' (Issue #19363)
echasnovski left a comment (vim/vim#19363) yes, you could try the above patch. Yes, it seems to have
unread,
[vim/vim] Whitespace in the middle of the line can be removed when exiting into Normal mode with enabled 'autoindent' (Issue #19363)
echasnovski left a comment (vim/vim#19363) yes, you could try the above patch. Yes, it seems to have
Feb 9
dzwdz
2
Feb 9
[vim/vim] :tag takes ages with ignorecase (Issue #18838)
chrisbra left a comment (vim/vim#18838) There is a bit of context here: :h 'tagbsearch' Make
unread,
[vim/vim] :tag takes ages with ignorecase (Issue #18838)
chrisbra left a comment (vim/vim#18838) There is a bit of context here: :h 'tagbsearch' Make
Feb 9