Skip to content

Commit 406259c

Browse files
committed
Merge remote-tracking branch 'vim/master'
2 parents 893ac28 + c92399f commit 406259c

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
`README.md` for version 7.4 of Vim: Vi IMproved.
2+
[![Build Status](https://travis-ci.org/vim/vim.svg?branch=master)](https://travis-ci.org/vim/vim)
3+
[![Coverage Status](https://coveralls.io/repos/vim/vim/badge.svg?branch=master&service=github)](https://coveralls.io/github/vim/vim?branch=master)
24

35

4-
## What is VIM ##
6+
## What is Vim? ##
57

68
Vim is an almost compatible version of the UNIX editor Vi. Many new features
79
have been added: multi-level undo, syntax highlighting, command line history,
@@ -21,6 +23,10 @@ UNIX. Porting to other systems should not be very difficult.
2123

2224
## Distribution ##
2325

26+
You can often use your favorite package manager to install Vim. On Mac and
27+
Linux a small version of Vim is pre-installed, you still need to install Vim
28+
if you want more features.
29+
2430
There are separate distributions for Unix, PC, Amiga and some other systems.
2531
This `README.md` file comes with the runtime archive. It includes the
2632
documentation, syntax files and other files that are used at runtime. To run
@@ -29,9 +35,6 @@ Which one you need depends on the system you want to run it on and whether you
2935
want or must compile it yourself. Check http://www.vim.org/download.php for
3036
an overview of currently available distributions.
3137

32-
[![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)
34-
3538

3639
## Documentation ##
3740

README.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
README.txt for version 7.4 of Vim: Vi IMproved.
22

33

4-
WHAT IS VIM
4+
WHAT IS VIM?
55

66
Vim is an almost compatible version of the UNIX editor Vi. Many new features
77
have been added: multi-level undo, syntax highlighting, command line history,
@@ -21,6 +21,10 @@ UNIX. Porting to other systems should not be very difficult.
2121

2222
DISTRIBUTION
2323

24+
You can often use your favorite package manager to install Vim. On Mac and
25+
Linux a small version of Vim is pre-installed, you still need to install Vim
26+
if you want more features.
27+
2428
There are separate distributions for Unix, PC, Amiga and some other systems.
2529
This README.txt file comes with the runtime archive. It includes the
2630
documentation, syntax files and other files that are used at runtime. To run

src/version.c

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

757757
static int included_patches[] =
758758
{ /* Add new patch number below this line */
759+
/**/
760+
899,
759761
/**/
760762
898,
761763
/**/

0 commit comments

Comments
 (0)