|
Karsten Hopp |
03c105 |
To: vim_dev@googlegroups.com
|
|
Karsten Hopp |
03c105 |
Subject: Patch 7.4.875
|
|
Karsten Hopp |
03c105 |
Fcc: outbox
|
|
Karsten Hopp |
03c105 |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
Karsten Hopp |
03c105 |
Mime-Version: 1.0
|
|
Karsten Hopp |
03c105 |
Content-Type: text/plain; charset=UTF-8
|
|
Karsten Hopp |
03c105 |
Content-Transfer-Encoding: 8bit
|
|
Karsten Hopp |
03c105 |
------------
|
|
Karsten Hopp |
03c105 |
|
|
Karsten Hopp |
03c105 |
Patch 7.4.875
|
|
Karsten Hopp |
03c105 |
Problem: Not obvious how to contribute.
|
|
Karsten Hopp |
03c105 |
Solution: Add a remark about CONTRIBUTING.md to README.md
|
|
Karsten Hopp |
03c105 |
Files: README.md
|
|
Karsten Hopp |
03c105 |
|
|
Karsten Hopp |
03c105 |
|
|
Karsten Hopp |
03c105 |
*** ../vim-7.4.874/README.md 2015-07-10 19:21:45.667489110 +0200
|
|
Karsten Hopp |
03c105 |
--- README.md 2015-09-25 14:55:34.837215815 +0200
|
|
Karsten Hopp |
03c105 |
***************
|
|
Karsten Hopp |
03c105 |
*** 89,94 ****
|
|
Karsten Hopp |
03c105 |
--- 89,99 ----
|
|
Karsten Hopp |
03c105 |
There are more `README_*.txt` files, depending on the distribution you used.
|
|
Karsten Hopp |
03c105 |
|
|
Karsten Hopp |
03c105 |
|
|
Karsten Hopp |
03c105 |
+ ## Contributing ##
|
|
Karsten Hopp |
03c105 |
+
|
|
Karsten Hopp |
03c105 |
+ If you would like to help making Vim better, see the `CONTRIBUTING.md` file.
|
|
Karsten Hopp |
03c105 |
+
|
|
Karsten Hopp |
03c105 |
+
|
|
Karsten Hopp |
03c105 |
## Information ##
|
|
Karsten Hopp |
03c105 |
|
|
Karsten Hopp |
03c105 |
The latest news about Vim can be found on the Vim home page:
|
|
Karsten Hopp |
03c105 |
*** ../vim-7.4.874/src/version.c 2015-09-25 15:00:16.150212206 +0200
|
|
Karsten Hopp |
03c105 |
--- src/version.c 2015-09-25 14:56:49.100422649 +0200
|
|
Karsten Hopp |
03c105 |
***************
|
|
Karsten Hopp |
03c105 |
*** 743,744 ****
|
|
Karsten Hopp |
03c105 |
--- 743,746 ----
|
|
Karsten Hopp |
03c105 |
{ /* Add new patch number below this line */
|
|
Karsten Hopp |
03c105 |
+ /**/
|
|
Karsten Hopp |
03c105 |
+ 875,
|
|
Karsten Hopp |
03c105 |
/**/
|
|
Karsten Hopp |
03c105 |
|
|
Karsten Hopp |
03c105 |
--
|
|
Karsten Hopp |
03c105 |
hundred-and-one symptoms of being an internet addict:
|
|
Karsten Hopp |
03c105 |
4. Your eyeglasses have a web site burned in on them.
|
|
Karsten Hopp |
03c105 |
|
|
Karsten Hopp |
03c105 |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
Karsten Hopp |
03c105 |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
Karsten Hopp |
03c105 |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
Karsten Hopp |
03c105 |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|