mirror of
https://github.com/vim/vim
synced 2025-07-16 01:01:58 +00:00
patch 7.4.899
Problem: README file is not optimal. Solution: Move buttons, update some text. (closes #460)
This commit is contained in:
11
README.md
11
README.md
@ -1,7 +1,9 @@
|
|||||||
`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://coveralls.io/github/vim/vim?branch=master)
|
||||||
|
|
||||||
|
|
||||||
## What is VIM ##
|
## What is Vim? ##
|
||||||
|
|
||||||
Vim is an almost compatible version of the UNIX editor Vi. Many new features
|
Vim is an almost compatible version of the UNIX editor Vi. Many new features
|
||||||
have been added: multi-level undo, syntax highlighting, command line history,
|
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.
|
|||||||
|
|
||||||
## Distribution ##
|
## Distribution ##
|
||||||
|
|
||||||
|
You can often use your favorite package manager to install Vim. On Mac and
|
||||||
|
Linux a small version of Vim is pre-installed, you still need to install Vim
|
||||||
|
if you want more features.
|
||||||
|
|
||||||
There are separate distributions for Unix, PC, Amiga and some other systems.
|
There are separate distributions for Unix, PC, Amiga and some other systems.
|
||||||
This `README.md` file comes with the runtime archive. It includes the
|
This `README.md` file comes with the runtime archive. It includes the
|
||||||
documentation, syntax files and other files that are used at runtime. To run
|
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
|
|||||||
want or must compile it yourself. Check http://www.vim.org/download.php for
|
want or must compile it yourself. Check http://www.vim.org/download.php for
|
||||||
an overview of currently available distributions.
|
an overview of currently available distributions.
|
||||||
|
|
||||||
[](https://travis-ci.org/vim/vim)
|
|
||||||
[](https://coveralls.io/github/vim/vim?branch=master)
|
|
||||||
|
|
||||||
|
|
||||||
## Documentation ##
|
## Documentation ##
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
README.txt for version 7.4 of Vim: Vi IMproved.
|
README.txt for version 7.4 of Vim: Vi IMproved.
|
||||||
|
|
||||||
|
|
||||||
WHAT IS VIM
|
WHAT IS VIM?
|
||||||
|
|
||||||
Vim is an almost compatible version of the UNIX editor Vi. Many new features
|
Vim is an almost compatible version of the UNIX editor Vi. Many new features
|
||||||
have been added: multi-level undo, syntax highlighting, command line history,
|
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.
|
|||||||
|
|
||||||
DISTRIBUTION
|
DISTRIBUTION
|
||||||
|
|
||||||
|
You can often use your favorite package manager to install Vim. On Mac and
|
||||||
|
Linux a small version of Vim is pre-installed, you still need to install Vim
|
||||||
|
if you want more features.
|
||||||
|
|
||||||
There are separate distributions for Unix, PC, Amiga and some other systems.
|
There are separate distributions for Unix, PC, Amiga and some other systems.
|
||||||
This README.txt file comes with the runtime archive. It includes the
|
This README.txt file comes with the runtime archive. It includes the
|
||||||
documentation, syntax files and other files that are used at runtime. To run
|
documentation, syntax files and other files that are used at runtime. To run
|
||||||
|
@ -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 */
|
||||||
|
/**/
|
||||||
|
899,
|
||||||
/**/
|
/**/
|
||||||
898,
|
898,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user