Patch 8.0.1248 (after 8.0.1247) Problem: Stray + in README file. Solution: Remove the +. Add a line break. Files: README.md
*** ../vim-8.0.1247/README.md 2017-11-02 18:09:55.898177904 +0100 --- README.md 2017-11-02 18:11:31.889614167 +0100 *************** *** 1,10 **** `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) ! +[](https://buildd.debian.org/vim)[](https://buildd.debian.org/vim) ## What is Vim? ## --- 1,11 ---- `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) ! [](https://buildd.debian.org/vim)[](https://buildd.debian.org/vim) ## What is Vim? ## *** ../vim-8.0.1247/src/version.c 2017-11-02 18:09:55.898177904 +0100 --- src/version.c 2017-11-02 18:12:21.589322230 +0100 *************** *** 763,764 **** --- 763,766 ---- { /* Add new patch number below this line */ + /**/ + 1248, /**/ -- It is illegal for anyone to try and stop a child from playfully jumping over puddles of water. [real standing law in California, United States of America] /// 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.
