| To: vim_dev@googlegroups.com |
| Subject: Patch 7.4.900 |
| Fcc: outbox |
| From: Bram Moolenaar <Bram@moolenaar.net> |
| Mime-Version: 1.0 |
| Content-Type: text/plain; charset=UTF-8 |
| Content-Transfer-Encoding: 8bit |
| ------------ |
| |
| Patch 7.4.900 (after 7.4.899) |
| Problem: README file can still be improved |
| Solution: Add a couple of links. (Christian Brabandt) |
| Files: README.md |
| |
| |
| *** ../vim-7.4.899/README.md 2015-10-25 13:54:55.295855322 +0100 |
| --- README.md 2015-10-25 22:37:29.690425913 +0100 |
| *************** |
| *** 1,6 **** |
| --- 1,7 ---- |
| `README.md` for version 7.4 of Vim: Vi IMproved. |
| [![Build Status](https://travis-ci.org/vim/vim.svg?branch=master)](https://travis-ci.org/vim/vim) |
| [![Coverage Status](https://coveralls.io/repos/vim/vim/badge.svg?branch=master&service=github)](https://coveralls.io/github/vim/vim?branch=master) |
| + [![Appveyor Build status](https://ci.appveyor.com/api/projects/status/o2qht2kjm02sgghk?svg=true)](https://ci.appveyor.com/project/chrisbra/vim) |
| |
| |
| ## What is Vim? ## |
| *************** |
| *** 97,103 **** |
| |
| ## Contributing ## |
| |
| ! If you would like to help making Vim better, see the `CONTRIBUTING.md` file. |
| |
| |
| ## Information ## |
| --- 98,104 ---- |
| |
| ## Contributing ## |
| |
| ! If you would like to help making Vim better, see the [CONTRIBUTING.md](https://github.com/vim/vim/blob/master/CONTRIBUTING.md) file. |
| |
| |
| ## Information ## |
| *** ../vim-7.4.899/src/version.c 2015-10-25 13:54:55.295855322 +0100 |
| --- src/version.c 2015-10-25 22:38:13.829864624 +0100 |
| *************** |
| *** 743,744 **** |
| --- 743,746 ---- |
| { /* Add new patch number below this line */ |
| + /**/ |
| + 900, |
| /**/ |
| |
| -- |
| hundred-and-one symptoms of being an internet addict: |
| 51. You put a pillow case over your laptop so your lover doesn't see it while |
| you are pretending to catch your breath. |
| |
| /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ |
| /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ |
| \\\ an exciting new programming language -- http://www.Zimbu.org /// |
| \\\ help me help AIDS victims -- http://ICCF-Holland.org /// |