diff options
author | Bram Moolenaar <Bram@vim.org> | 2015-10-25 22:42:00 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2015-10-25 22:42:00 +0100 |
commit | f1a4c98ea6fa122ceb24c1ad17e184703cbfd182 (patch) | |
tree | e8d0481a1fad13718b986310dd8911b1e5d3b9d3 /README.md | |
parent | c92399f4ee6d0289dbe5d708d14a84e32f617bd5 (diff) | |
download | vim-git-f1a4c98ea6fa122ceb24c1ad17e184703cbfd182.tar.gz |
patch 7.4.900v7.4.900
Problem: README file can still be improved
Solution: Add a couple of links. (Christian Brabandt)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ `README.md` for version 7.4 of Vim: Vi IMproved. [![Build Status](https://travis-ci.org/vim/vim.svg?branch=master)](https://travis-ci.org/vim/vim) [![Coverage Status](https://coveralls.io/repos/vim/vim/badge.svg?branch=master&service=github)](https://coveralls.io/github/vim/vim?branch=master) +[![Appveyor Build status](https://ci.appveyor.com/api/projects/status/o2qht2kjm02sgghk?svg=true)](https://ci.appveyor.com/project/chrisbra/vim) ## What is Vim? ## @@ -97,7 +98,7 @@ There are more `README_*.txt` files, depending on the distribution you used. ## Contributing ## -If you would like to help making Vim better, see the `CONTRIBUTING.md` file. +If you would like to help making Vim better, see the [CONTRIBUTING.md](https://github.com/vim/vim/blob/master/CONTRIBUTING.md) file. ## Information ## |