Bram Moolenaar <[email protected]> wrote: > > Patch 8.0.1248 (after 8.0.1247) > Problem: Stray + in README file. > Solution: Remove the +. Add a line break. > Files: README.md
The debian badge was put twice somehow in README.md Sorry about that. Fixed in attached patch. Regards Dominique -- -- 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.
diff --git a/README.md b/README.md index 46f3186..41f0875 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [](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) +[](https://buildd.debian.org/vim) ## What is Vim? ##
