File tree Expand file tree Collapse file tree 3 files changed +14
-5
lines changed Expand file tree Collapse file tree 3 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 1
1
` 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 )
2
4
3
5
4
- ## What is VIM ##
6
+ ## What is Vim? ##
5
7
6
8
Vim is an almost compatible version of the UNIX editor Vi. Many new features
7
9
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.
21
23
22
24
## Distribution ##
23
25
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
+
24
30
There are separate distributions for Unix, PC, Amiga and some other systems.
25
31
This ` README.md ` file comes with the runtime archive. It includes the
26
32
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
29
35
want or must compile it yourself. Check http://www.vim.org/download.php for
30
36
an overview of currently available distributions.
31
37
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
-
35
38
36
39
## Documentation ##
37
40
Original file line number Diff line number Diff line change 1
1
README.txt for version 7.4 of Vim: Vi IMproved.
2
2
3
3
4
- WHAT IS VIM
4
+ WHAT IS VIM?
5
5
6
6
Vim is an almost compatible version of the UNIX editor Vi. Many new features
7
7
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.
21
21
22
22
DISTRIBUTION
23
23
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
+
24
28
There are separate distributions for Unix, PC, Amiga and some other systems.
25
29
This README.txt file comes with the runtime archive. It includes the
26
30
documentation, syntax files and other files that are used at runtime. To run
Original file line number Diff line number Diff line change @@ -756,6 +756,8 @@ static char *(features[]) =
756
756
757
757
static int included_patches [] =
758
758
{ /* Add new patch number below this line */
759
+ /**/
760
+ 899 ,
759
761
/**/
760
762
898 ,
761
763
/**/
You can’t perform that action at this time.
0 commit comments