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