4373f1f
To: vim_dev@googlegroups.com
4373f1f
Subject: Patch 7.4.899
4373f1f
Fcc: outbox
4373f1f
From: Bram Moolenaar <Bram@moolenaar.net>
4373f1f
Mime-Version: 1.0
4373f1f
Content-Type: text/plain; charset=UTF-8
4373f1f
Content-Transfer-Encoding: 8bit
4373f1f
------------
4373f1f
4373f1f
Patch 7.4.899
4373f1f
Problem:    README file is not optimal.
4373f1f
Solution:   Move buttons, update some text. (closes #460)
4373f1f
Files:      README.txt, README.md
4373f1f
4373f1f
4373f1f
*** ../vim-7.4.898/README.txt	2013-08-10 13:24:51.000000000 +0200
4373f1f
--- README.txt	2015-10-25 13:50:34.962876572 +0100
4373f1f
***************
4373f1f
*** 1,7 ****
4373f1f
  README.txt for version 7.4 of Vim: Vi IMproved.
4373f1f
  
4373f1f
  
4373f1f
! WHAT IS VIM
4373f1f
  
4373f1f
  Vim is an almost compatible version of the UNIX editor Vi.  Many new features
4373f1f
  have been added: multi-level undo, syntax highlighting, command line history,
4373f1f
--- 1,7 ----
4373f1f
  README.txt for version 7.4 of Vim: Vi IMproved.
4373f1f
  
4373f1f
  
4373f1f
! WHAT IS VIM?
4373f1f
  
4373f1f
  Vim is an almost compatible version of the UNIX editor Vi.  Many new features
4373f1f
  have been added: multi-level undo, syntax highlighting, command line history,
4373f1f
***************
4373f1f
*** 21,26 ****
4373f1f
--- 21,30 ----
4373f1f
  
4373f1f
  DISTRIBUTION
4373f1f
  
4373f1f
+ You can often use your favorite package manager to install Vim.  On Mac and
4373f1f
+ Linux a small version of Vim is pre-installed, you still need to install Vim
4373f1f
+ if you want more features.
4373f1f
+ 
4373f1f
  There are separate distributions for Unix, PC, Amiga and some other systems.
4373f1f
  This README.txt file comes with the runtime archive.  It includes the
4373f1f
  documentation, syntax files and other files that are used at runtime.  To run
4373f1f
***************
4373f1f
*** 94,101 ****
4373f1f
  The latest news about Vim can be found on the Vim home page:
4373f1f
  	http://www.vim.org/
4373f1f
  
4373f1f
! If you have problems, have a look at the Vim FAQ:
4373f1f
! 	http://vimdoc.sf.net/vimfaq.html
4373f1f
  
4373f1f
  If you still have problems or any other questions, use one of the mailing
4373f1f
  lists to discuss them with Vim users and developers:
4373f1f
--- 98,106 ----
4373f1f
  The latest news about Vim can be found on the Vim home page:
4373f1f
  	http://www.vim.org/
4373f1f
  
4373f1f
! If you have problems, have a look at the Vim documentation or tips:
4373f1f
! 	http://www.vim.org/docs.php
4373f1f
! 	http://vim.wikia.com/wiki/Vim_Tips_Wiki
4373f1f
  
4373f1f
  If you still have problems or any other questions, use one of the mailing
4373f1f
  lists to discuss them with Vim users and developers:
4373f1f
***************
4373f1f
*** 110,115 ****
4373f1f
  Send any other comments, patches, flowers and suggestions to:
4373f1f
  
4373f1f
  	Bram Moolenaar		E-mail:	Bram@vim.org
4373f1f
- 	Finsterruetihof 1
4373f1f
- 	8134 Adliswil
4373f1f
- 	Switzerland
4373f1f
--- 115,117 ----
4373f1f
*** ../vim-7.4.898/README.md	2015-09-25 17:50:16.350057915 +0200
4373f1f
--- README.md	2015-10-25 13:50:31.734914034 +0100
4373f1f
***************
4373f1f
*** 1,7 ****
4373f1f
  `README.md` for version 7.4 of Vim: Vi IMproved.
4373f1f
  
4373f1f
  
4373f1f
! ## What is VIM ##
4373f1f
  
4373f1f
  Vim is an almost compatible version of the UNIX editor Vi.  Many new features
4373f1f
  have been added: multi-level undo, syntax highlighting, command line history,
4373f1f
--- 1,9 ----
4373f1f
  `README.md` for version 7.4 of Vim: Vi IMproved.
4373f1f
+ [![Build Status](https://travis-ci.org/vim/vim.svg?branch=master)](https://travis-ci.org/vim/vim)
4373f1f
+ [![Coverage Status](https://coveralls.io/repos/vim/vim/badge.svg?branch=master&service=github)](https://coveralls.io/github/vim/vim?branch=master)
4373f1f
  
4373f1f
  
4373f1f
! ## What is Vim? ##
4373f1f
  
4373f1f
  Vim is an almost compatible version of the UNIX editor Vi.  Many new features
4373f1f
  have been added: multi-level undo, syntax highlighting, command line history,
4373f1f
***************
4373f1f
*** 21,26 ****
4373f1f
--- 23,32 ----
4373f1f
  
4373f1f
  ## Distribution ##
4373f1f
  
4373f1f
+ You can often use your favorite package manager to install Vim.  On Mac and
4373f1f
+ Linux a small version of Vim is pre-installed, you still need to install Vim
4373f1f
+ if you want more features.
4373f1f
+ 
4373f1f
  There are separate distributions for Unix, PC, Amiga and some other systems.
4373f1f
  This `README.md` file comes with the runtime archive.  It includes the
4373f1f
  documentation, syntax files and other files that are used at runtime.  To run
4373f1f
***************
4373f1f
*** 29,37 ****
4373f1f
  want or must compile it yourself.  Check http://www.vim.org/download.php for
4373f1f
  an overview of currently available distributions.
4373f1f
  
4373f1f
- [![Build Status](https://travis-ci.org/vim/vim.svg?branch=master)](https://travis-ci.org/vim/vim)
4373f1f
- [![Coverage Status](https://coveralls.io/repos/vim/vim/badge.svg?branch=master&service=github)](https://coveralls.io/github/vim/vim?branch=master)
4373f1f
- 
4373f1f
  
4373f1f
  ## Documentation ##
4373f1f
  
4373f1f
--- 35,40 ----
4373f1f
*** ../vim-7.4.898/src/version.c	2015-10-13 20:55:46.058715228 +0200
4373f1f
--- src/version.c	2015-10-25 13:52:02.669858690 +0100
4373f1f
***************
4373f1f
*** 743,744 ****
4373f1f
--- 743,746 ----
4373f1f
  {   /* Add new patch number below this line */
4373f1f
+ /**/
4373f1f
+     899,
4373f1f
  /**/
4373f1f
4373f1f
-- 
4373f1f
hundred-and-one symptoms of being an internet addict:
4373f1f
45. You buy a Captain Kirk chair with a built-in keyboard and mouse.
4373f1f
4373f1f
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
4373f1f
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
4373f1f
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
4373f1f
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///