forked from aniani/vim
patch 7.4.900
Problem: README file can still be improved Solution: Add a couple of links. (Christian Brabandt)
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
`README.md` for version 7.4 of Vim: Vi IMproved.
|
`README.md` for version 7.4 of Vim: Vi IMproved.
|
||||||
[](https://travis-ci.org/vim/vim)
|
[](https://travis-ci.org/vim/vim)
|
||||||
[](https://coveralls.io/github/vim/vim?branch=master)
|
[](https://coveralls.io/github/vim/vim?branch=master)
|
||||||
|
[](https://ci.appveyor.com/project/chrisbra/vim)
|
||||||
|
|
||||||
|
|
||||||
## What is Vim? ##
|
## What is Vim? ##
|
||||||
@@ -97,7 +98,7 @@ There are more `README_*.txt` files, depending on the distribution you used.
|
|||||||
|
|
||||||
## Contributing ##
|
## 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 ##
|
## Information ##
|
||||||
|
@@ -741,6 +741,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
900,
|
||||||
/**/
|
/**/
|
||||||
899,
|
899,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user