Patch 8.0.0510 (after 8.0.0509) Problem: Typo in link to codecov.io results. Solution: Remove duplicate https:. Files: README.md
*** ../vim-8.0.0509/README.md 2017-03-25 18:04:26.617936822 +0100 --- README.md 2017-03-25 18:08:41.648031195 +0100 *************** *** 1,6 **** `README.md` for version 8.0 of Vim: Vi IMproved. [](https://travis-ci.org/vim/vim) ! [](https://codecov.io/gh/vim/vim?branch=master) [](https://coveralls.io/github/vim/vim?branch=master) [](https://ci.appveyor.com/project/chrisbra/vim) [](https://scan.coverity.com/projects/vim) --- 1,6 ---- `README.md` for version 8.0 of Vim: Vi IMproved. [](https://travis-ci.org/vim/vim) ! [](https://codecov.io/gh/vim/vim?branch=master) [](https://coveralls.io/github/vim/vim?branch=master) [](https://ci.appveyor.com/project/chrisbra/vim) [](https://scan.coverity.com/projects/vim) *** ../vim-8.0.0509/src/version.c 2017-03-25 18:04:26.617936822 +0100 --- src/version.c 2017-03-25 18:09:52.939501214 +0100 *************** *** 766,767 **** --- 766,769 ---- { /* Add new patch number below this line */ + /**/ + 510, /**/ -- Your mouse has moved. Windows must be restarted for the change to take effect. Reboot now? /// 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.
