File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
68Vim is an almost compatible version of the UNIX editor Vi. Many new features
79have 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+
2430There are separate distributions for Unix, PC, Amiga and some other systems.
2531This ` README.md ` file comes with the runtime archive. It includes the
2632documentation, 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
2935want or must compile it yourself. Check http://www.vim.org/download.php for
3036an 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
Original file line number Diff line number Diff line change 11README.txt for version 7.4 of Vim: Vi IMproved.
22
33
4- WHAT IS VIM
4+ WHAT IS VIM?
55
66Vim is an almost compatible version of the UNIX editor Vi. Many new features
77have 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
2222DISTRIBUTION
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+
2428There are separate distributions for Unix, PC, Amiga and some other systems.
2529This README.txt file comes with the runtime archive. It includes the
2630documentation, syntax files and other files that are used at runtime. To run
Original file line number Diff line number Diff line change @@ -741,6 +741,8 @@ static char *(features[]) =
741741
742742static int included_patches [] =
743743{ /* Add new patch number below this line */
744+ /**/
745+ 899 ,
744746/**/
745747 898 ,
746748/**/
You can’t perform that action at this time.
0 commit comments