summaryrefslogtreecommitdiffstats
path: root/runtime/doc/develop.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-01-10 13:31:15 +0100
committerBram Moolenaar <Bram@vim.org>2017-01-10 13:31:15 +0100
commit68563937f58ea2dc31b58739336c383d2fd7e6cf (patch)
treee49bddc6de4f53c09c022b5e26aa96f925e3eff0 /runtime/doc/develop.txt
parent6abda995a57306028c3dc5c62c9b15858e5a3bcf (diff)
Updated runtime files.
Diffstat (limited to 'runtime/doc/develop.txt')
-rw-r--r--runtime/doc/develop.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/develop.txt b/runtime/doc/develop.txt
index a2477f024f..dc49c0992b 100644
--- a/runtime/doc/develop.txt
+++ b/runtime/doc/develop.txt
@@ -1,4 +1,4 @@
-*develop.txt* For Vim version 8.0. Last change: 2016 Jan 31
+*develop.txt* For Vim version 8.0. Last change: 2017 Jan 05
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -177,7 +177,7 @@ The basic steps to make changes to the code:
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.