Hi,
2017/1/3 Tue 18:46:16 UTC+9 Ken Takata wrote:
> Hi,
>
> This patch adds tags for maillist. E.g. vim_use, vim_dev.
> Also removes vim-multibyte which was closed last year.
And this adds one more link:
--- a/runtime/doc/develop.txt
+++ b/runtime/doc/develop.txt
@@ -177,7 +177,7 @@ 4. Check ../doc/todo.txt if the change a
5. Make a patch with "git diff". You can also create a pull request on
github, but it's the diff that matters.
6. Make a note about what changed, preferably mentioning the problem and the
- solution. Send an email to the vim-dev maillist with an explanation and
+ solution. Send an email to the |vim-dev| maillist with an explanation and
include the diff. Or create a pull request on github.
Regards,
Ken Takata
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.
# HG changeset patch
# Parent bd33e5a4a8ba86170d4313a3a4c0b45bb5f32376
diff --git a/runtime/doc/develop.txt b/runtime/doc/develop.txt
--- a/runtime/doc/develop.txt
+++ b/runtime/doc/develop.txt
@@ -177,7 +177,7 @@ 4. Check ../doc/todo.txt if the change a
5. Make a patch with "git diff". You can also create a pull request on
github, but it's the diff that matters.
6. Make a note about what changed, preferably mentioning the problem and the
- solution. Send an email to the vim-dev maillist with an explanation and
+ solution. Send an email to the |vim-dev| maillist with an explanation and
include the diff. Or create a pull request on github.
diff --git a/runtime/doc/intro.txt b/runtime/doc/intro.txt
--- a/runtime/doc/intro.txt
+++ b/runtime/doc/intro.txt
@@ -96,21 +96,18 @@ mention that.
*mail-list* *maillist*
There are several mailing lists for Vim:
-<[email protected]>
+<[email protected]> *vim-use* *vim_use*
For discussions about using existing versions of Vim: Useful mappings,
questions, answers, where to get a specific version, etc. There are
quite a few people watching this list and answering questions, also
for beginners. Don't hesitate to ask your question here.
-<[email protected]> *vim-dev* *vimdev*
+<[email protected]> *vim-dev* *vim_dev* *vimdev*
For discussions about changing Vim: New features, porting, patches,
beta-test versions, etc.
-<[email protected]> *vim-announce*
+<[email protected]> *vim-announce* *vim_announce*
Announcements about new versions of Vim; also for beta-test versions
and ports to different systems. This is a read-only list.
-<[email protected]> *vim-multibyte*
- For discussions about using and improving the multi-byte aspects of
- Vim.
-<[email protected]> *vim-mac*
+<[email protected]> *vim-mac* *vim_mac*
For discussions about using and improving the Macintosh version of
Vim.
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -29,8 +29,8 @@ be worked on, but only if you sponsor Vi
Issues can also be entered online: https://github.com/vim/vim/issues
Only use this for bug reports, not for questions! Those belong on the
-maillist. Updates will be forwarded to the vim_dev maillist. Issues entered
-there will not be repeated below, unless there is extra information.
+maillist. Updates will be forwarded to the |vim_dev| maillist. Issues
+entered there will not be repeated below, unless there is extra information.
*known-bugs*
-------------------- Known bugs and current work -----------------------