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. [](https://travis-ci.org/vim/vim) [](https://coveralls.io/github/vim/vim?branch=master) + [](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 -- [email protected] -- 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 /// -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
