comparison README.md @ 7177:c4d677c50b9b v7.4.899

commit https://github.com/vim/vim/commit/c92399f4ee6d0289dbe5d708d14a84e32f617bd5 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 25 13:55:00 2015 +0100 patch 7.4.899 Problem: README file is not optimal. Solution: Move buttons, update some text. (closes #460)
author Christian Brabandt <cb@256bit.org>
date Sun, 25 Oct 2015 14:00:04 +0100
parents 41896b9720cc
children f7d6cc6b78b5
comparison
equal deleted inserted replaced
7176:30042ddff503 7177:c4d677c50b9b
1 `README.md` for version 7.4 of Vim: Vi IMproved. 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 Vim is an almost compatible version of the UNIX editor Vi. Many new features 8 Vim is an almost compatible version of the UNIX editor Vi. Many new features
7 have been added: multi-level undo, syntax highlighting, command line history, 9 have been added: multi-level undo, syntax highlighting, command line history,
8 on-line help, spell checking, filename completion, block operations, etc. 10 on-line help, spell checking, filename completion, block operations, etc.
9 There is also a Graphical User Interface (GUI) available. See 11 There is also a Graphical User Interface (GUI) available. See
19 UNIX. Porting to other systems should not be very difficult. 21 UNIX. Porting to other systems should not be very difficult.
20 22
21 23
22 ## Distribution ## 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 There are separate distributions for Unix, PC, Amiga and some other systems. 30 There are separate distributions for Unix, PC, Amiga and some other systems.
25 This `README.md` file comes with the runtime archive. It includes the 31 This `README.md` file comes with the runtime archive. It includes the
26 documentation, syntax files and other files that are used at runtime. To run 32 documentation, syntax files and other files that are used at runtime. To run
27 Vim you must get either one of the binary archives or a source archive. 33 Vim you must get either one of the binary archives or a source archive.
28 Which one you need depends on the system you want to run it on and whether you 34 Which one you need depends on the system you want to run it on and whether you
29 want or must compile it yourself. Check http://www.vim.org/download.php for 35 want or must compile it yourself. Check http://www.vim.org/download.php for
30 an overview of currently available distributions. 36 an overview of currently available distributions.
31
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 37
35 38
36 ## Documentation ## 39 ## Documentation ##
37 40
38 The vim tutor is a one hour training course for beginners. Mostly it can be 41 The vim tutor is a one hour training course for beginners. Mostly it can be