Groups
Sign in
Groups
vim_dev
Conversations
About
Send feedback
Help
vim_dev
Contact owners and managers
1–30 of 43601
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
Enno
24
Nov 8
[vim/vim] runtime:compilers:add spotbugs Java linter (PR #16001)
@Konfekt commented on this pull request. In runtime/compiler/spotbugs.vim: > +" Maintainer: @
unread,
[vim/vim] runtime:compilers:add spotbugs Java linter (PR #16001)
@Konfekt commented on this pull request. In runtime/compiler/spotbugs.vim: > +" Maintainer: @
Nov 8
John Marriott
3
Nov 8
[vim/vim] Strange output from ASAN-enabled build (Issue #15942)
Closed #15942 as completed. — Reply to this email directly, view it on GitHub. You are receiving this
unread,
[vim/vim] Strange output from ASAN-enabled build (Issue #15942)
Closed #15942 as completed. — Reply to this email directly, view it on GitHub. You are receiving this
Nov 8
John Marriott
2
Nov 8
[vim/vim] Refactor getchar.c to remove calls to STRLEN() (PR #16017)
@basilisk0315 pushed 1 commit. 9e736d5 Fix comparison — View it on GitHub or unsubscribe. You are
unread,
[vim/vim] Refactor getchar.c to remove calls to STRLEN() (PR #16017)
@basilisk0315 pushed 1 commit. 9e736d5 Fix comparison — View it on GitHub or unsubscribe. You are
Nov 8
avidseeker
2
Nov 8
[vim/vim] gO for other filetypes (Discussion #16015)
There is no such mapping in Vim. And no, you will need a dedicated plugin to creates such a mapping
unread,
[vim/vim] gO for other filetypes (Discussion #16015)
There is no such mapping in Vim. And no, you will need a dedicated plugin to creates such a mapping
Nov 8
dundargoc
94
Nov 8
[vim/vim] Add formatter to vim. (PR #13318)
Ye, let's go ahead with clang-format. — Reply to this email directly, view it on GitHub, or
unread,
[vim/vim] Add formatter to vim. (PR #13318)
Ye, let's go ahead with clang-format. — Reply to this email directly, view it on GitHub, or
Nov 8
Marco Trosi
Nov 8
[vim/vim] ideas for submatch() (Issue #16016)
Currently submatch() is limited to the :substitute command or the substitute() function. It would be
unread,
[vim/vim] ideas for submatch() (Issue #16016)
Currently submatch() is limited to the :substitute command or the substitute() function. It would be
Nov 8
Christian Brabandt
Nov 8
Commit: translation(it): Updated Italian vimtutor
translation(it): Updated Italian vimtutor Commit: https://github.com/vim/vim/commit/
unread,
Commit: translation(it): Updated Italian vimtutor
translation(it): Updated Italian vimtutor Commit: https://github.com/vim/vim/commit/
Nov 8
Christian Brabandt
Nov 8
Commit: runtime(compiler): improve cppcheck
runtime(compiler): improve cppcheck Commit: https://github.com/vim/vim/commit/
unread,
Commit: runtime(compiler): improve cppcheck
runtime(compiler): improve cppcheck Commit: https://github.com/vim/vim/commit/
Nov 8
Enno
6
Nov 8
[vim/vim] runtime:compilers:cppcheck: fix typo (PR #16014)
Closed #16014 via 0f60fbf. — Reply to this email directly, view it on GitHub. You are receiving this
unread,
[vim/vim] runtime:compilers:cppcheck: fix typo (PR #16014)
Closed #16014 via 0f60fbf. — Reply to this email directly, view it on GitHub. You are receiving this
Nov 8
atitcreate
5
Nov 8
[vim/vim] E488 is thrown in list<dict<string>> inside autocmd block or command block (Issue #16012)
This is a known parsing limitation ( :help command-block ). The closing } should NOT be written on
unread,
[vim/vim] E488 is thrown in list<dict<string>> inside autocmd block or command block (Issue #16012)
This is a known parsing limitation ( :help command-block ). The closing } should NOT be written on
Nov 8
eldorel
5
Nov 8
[vim/vim] Unify/simplify the config file search across OS versions. ALT: Allow all versions to honor XDG_CONFIG_HOME if set (Issue #14786)
I think they use .config because either they don't know the appropriate location or simply they
unread,
[vim/vim] Unify/simplify the config file search across OS versions. ALT: Allow all versions to honor XDG_CONFIG_HOME if set (Issue #14786)
I think they use .config because either they don't know the appropriate location or simply they
Nov 8
mikoto2000
22
Nov 8
[vim/vim] Added pixel size in getwininfo() (PR #16004)
@ychin commented on this pull request. In runtime/doc/builtin.txt: > @@ -3786,6 +3787,14 @@
unread,
[vim/vim] Added pixel size in getwininfo() (PR #16004)
@ychin commented on this pull request. In runtime/doc/builtin.txt: > @@ -3786,6 +3787,14 @@
Nov 8
Christian Brabandt
Nov 8
Commit: git: git-blame-ignore-revs shown as an error on Github
git: git-blame-ignore-revs shown as an error on Github Commit: https://github.com/vim/vim/commit/
unread,
Commit: git: git-blame-ignore-revs shown as an error on Github
git: git-blame-ignore-revs shown as an error on Github Commit: https://github.com/vim/vim/commit/
Nov 8
K.Takata
4
Nov 8
Re: [vim/vim] git: ignore reformatting commit for git-blame (after v9.1.0829) (8854244)
should now be fixed with 07c9ab8 — Reply to this email directly, view it on GitHub. You are receiving
unread,
Re: [vim/vim] git: ignore reformatting commit for git-blame (after v9.1.0829) (8854244)
should now be fixed with 07c9ab8 — Reply to this email directly, view it on GitHub. You are receiving
Nov 8
Luca Saccarola
4
Nov 8
[vim/vim] More approciable way to test master VIMRUNTIME changes (Discussion #15923)
As long as your repository is named "vim", just do the following when you run configure : .
unread,
[vim/vim] More approciable way to test master VIMRUNTIME changes (Discussion #15923)
As long as your repository is named "vim", just do the following when you run configure : .
Nov 8
Shougo
23
Nov 8
[vim/vim] add support for focusing in popup (PR #16000)
@Shougo pushed 1 commit. 8a5c3dd popup window check is not needed in f_popup_close() — View it on
unread,
[vim/vim] add support for focusing in popup (PR #16000)
@Shougo pushed 1 commit. 8a5c3dd popup window check is not needed in f_popup_close() — View it on
Nov 8
Luca Saccarola
10
Nov 7
[vim/vim] Adding an .editorconfig (PR #15967)
@ychin commented on this pull request. In .editorconfig: > @@ -0,0 +1,18 @@ +root = true + +[*] +
unread,
[vim/vim] Adding an .editorconfig (PR #15967)
@ychin commented on this pull request. In .editorconfig: > @@ -0,0 +1,18 @@ +root = true + +[*] +
Nov 7
Christian Brabandt
Nov 7
Commit: patch 9.1.0847: tests: test_popupwin fails because of updated help file
patch 9.1.0847: tests: test_popupwin fails because of updated help file Commit: https://github.com/
unread,
Commit: patch 9.1.0847: tests: test_popupwin fails because of updated help file
patch 9.1.0847: tests: test_popupwin fails because of updated help file Commit: https://github.com/
Nov 7
delvh
11
Nov 7
[vim/vim] Report an error when using / writing to system clipboard without `+clipboard` compile flag (Issue #14768)
It's here now: #16013 — Reply to this email directly, view it on GitHub, or unsubscribe. You are
unread,
[vim/vim] Report an error when using / writing to system clipboard without `+clipboard` compile flag (Issue #14768)
It's here now: #16013 — Reply to this email directly, view it on GitHub, or unsubscribe. You are
Nov 7
Christian Brabandt
Nov 7
[vim/vim] No warning when IPC registers are not available (PR #16013)
Vim silently uses the 0 register, when clipboard/register * or + is not available. This might be a
unread,
[vim/vim] No warning when IPC registers are not available (PR #16013)
Vim silently uses the 0 register, when clipboard/register * or + is not available. This might be a
Nov 7
Ella Moss
8
Nov 7
[vim/vim] runtime: add option for decimal breakpoint signs in termdebug (PR #16011)
@accellarando pushed 1 commit. 7e4e951 Update runtime/doc/terminal.txt — View it on GitHub or
unread,
[vim/vim] runtime: add option for decimal breakpoint signs in termdebug (PR #16011)
@accellarando pushed 1 commit. 7e4e951 Update runtime/doc/terminal.txt — View it on GitHub or
Nov 7
Christian Brabandt
Nov 7
Commit: patch 9.1.0846: debug symbols for xxd are not cleaned in Makefile
patch 9.1.0846: debug symbols for xxd are not cleaned in Makefile Commit: https://github.com/vim/vim/
unread,
Commit: patch 9.1.0846: debug symbols for xxd are not cleaned in Makefile
patch 9.1.0846: debug symbols for xxd are not cleaned in Makefile Commit: https://github.com/vim/vim/
Nov 7
Christian Brabandt
Nov 7
Commit: runtime(structurizr): Update structurizr syntax
runtime(structurizr): Update structurizr syntax Commit: https://github.com/vim/vim/commit/
unread,
Commit: runtime(structurizr): Update structurizr syntax
runtime(structurizr): Update structurizr syntax Commit: https://github.com/vim/vim/commit/
Nov 7
Christian Brabandt
Nov 7
Commit: runtime(8th): updated 8th syntax
runtime(8th): updated 8th syntax Commit: https://github.com/vim/vim/commit/
unread,
Commit: runtime(8th): updated 8th syntax
runtime(8th): updated 8th syntax Commit: https://github.com/vim/vim/commit/
Nov 7
Yee Cheng Chin
7
Nov 7
[vim/vim] build: Cleaning should remove xxd debug symbols on macOS (PR #16010)
Closed #16010 via d91124f. — Reply to this email directly, view it on GitHub. You are receiving this
unread,
[vim/vim] build: Cleaning should remove xxd debug symbols on macOS (PR #16010)
Closed #16010 via d91124f. — Reply to this email directly, view it on GitHub. You are receiving this
Nov 7
Duke
20
Nov 7
[vim/vim] Update structurizr.vim syntax (PR #16003)
Closed #16003 via 39f52a6. — Reply to this email directly, view it on GitHub. You are receiving this
unread,
[vim/vim] Update structurizr.vim syntax (PR #16003)
Closed #16003 via 39f52a6. — Reply to this email directly, view it on GitHub. You are receiving this
Nov 7
ronaaron
6
Nov 7
[vim/vim] updated 8th.vim (PR #16005)
Closed #16005 via 6e410c9. — Reply to this email directly, view it on GitHub. You are receiving this
unread,
[vim/vim] updated 8th.vim (PR #16005)
Closed #16005 via 6e410c9. — Reply to this email directly, view it on GitHub. You are receiving this
Nov 7
Christian Brabandt
Nov 7
Commit: runtime(doc): Add pi_tutor.txt to help TOC
runtime(doc): Add pi_tutor.txt to help TOC Commit: https://github.com/vim/vim/commit/
unread,
Commit: runtime(doc): Add pi_tutor.txt to help TOC
runtime(doc): Add pi_tutor.txt to help TOC Commit: https://github.com/vim/vim/commit/
Nov 7
h_east
3
Nov 7
[vim/vim] Add pi_tutor.txt to TOC (PR #16006)
Closed #16006 via c9e8640. — Reply to this email directly, view it on GitHub. You are receiving this
unread,
[vim/vim] Add pi_tutor.txt to TOC (PR #16006)
Closed #16006 via c9e8640. — Reply to this email directly, view it on GitHub. You are receiving this
Nov 7
atitcreate
4
Nov 7
[vim/vim] E274 gives an incorrect error message (Issue #16008)
Closed #16008 as not planned. — Reply to this email directly, view it on GitHub. You are receiving
unread,
[vim/vim] E274 gives an incorrect error message (Issue #16008)
Closed #16008 as not planned. — Reply to this email directly, view it on GitHub. You are receiving
Nov 7