Skip to content

Commit f1a4c98

Browse files
committed
patch 7.4.900
Problem: README file can still be improved Solution: Add a couple of links. (Christian Brabandt)
1 parent c92399f commit f1a4c98

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
`README.md` for version 7.4 of Vim: Vi IMproved.
22
[![Build Status](https://travis-ci.org/vim/vim.svg?branch=master)](https://travis-ci.org/vim/vim)
33
[![Coverage Status](https://coveralls.io/repos/vim/vim/badge.svg?branch=master&service=github)](https://coveralls.io/github/vim/vim?branch=master)
4+
[![Appveyor Build status](https://ci.appveyor.com/api/projects/status/o2qht2kjm02sgghk?svg=true)](https://ci.appveyor.com/project/chrisbra/vim)
45

56

67
## What is Vim? ##
@@ -97,7 +98,7 @@ There are more `README_*.txt` files, depending on the distribution you used.
9798

9899
## Contributing ##
99100

100-
If you would like to help making Vim better, see the `CONTRIBUTING.md` file.
101+
If you would like to help making Vim better, see the [CONTRIBUTING.md](https://github.com/vim/vim/blob/master/CONTRIBUTING.md) file.
101102

102103

103104
## Information ##

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,8 @@ static char *(features[]) =
741741

742742
static int included_patches[] =
743743
{ /* Add new patch number below this line */
744+
/**/
745+
900,
744746
/**/
745747
899,
746748
/**/

0 commit comments

Comments
 (0)