annotate README.md @ 7137:41896b9720cc v7.4.880

commit https://github.com/vim/vim/commit/02d803fc0cc99a1c86a3553a1d445137eab1aa8d Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 25 17:50:22 2015 +0200 patch 7.4.880 Problem: No build and coverage status. Solution: Add links to the README file. (Christian Brabandt)
author Christian Brabandt <cb@256bit.org>
date Fri, 25 Sep 2015 18:00:05 +0200
parents e945a8e35535
children c4d677c50b9b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6916
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
1 `README.md` for version 7.4 of Vim: Vi IMproved.
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
2
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
3
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
4 ## What is VIM ##
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
5
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
6 Vim is an almost compatible version of the UNIX editor Vi. Many new features
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
7 have been added: multi-level undo, syntax highlighting, command line history,
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
8 on-line help, spell checking, filename completion, block operations, etc.
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
9 There is also a Graphical User Interface (GUI) available. See
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
10 `runtime/doc/vi_diff.txt` for differences with Vi.
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
11
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
12 This editor is very useful for editing programs and other plain text files.
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
13 All commands are given with normal keyboard characters, so those who can type
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
14 with ten fingers can work very fast. Additionally, function keys can be
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
15 defined by the user, and the mouse can be used.
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
16
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
17 Vim runs under Amiga DOS, MS-DOS, MS-Windows (95, 98, Me, NT, 2000, XP, Vista,
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
18 7), Atari MiNT, Macintosh, BeOS, VMS, RISC OS, OS/2 and almost all flavours of
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
19 UNIX. Porting to other systems should not be very difficult.
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
20
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
21
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
22 ## Distribution ##
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
23
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
24 There are separate distributions for Unix, PC, Amiga and some other systems.
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
25 This `README.md` file comes with the runtime archive. It includes the
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
26 documentation, syntax files and other files that are used at runtime. To run
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
27 Vim you must get either one of the binary archives or a source archive.
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
28 Which one you need depends on the system you want to run it on and whether you
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
29 want or must compile it yourself. Check http://www.vim.org/download.php for
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
30 an overview of currently available distributions.
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
31
7137
41896b9720cc commit https://github.com/vim/vim/commit/02d803fc0cc99a1c86a3553a1d445137eab1aa8d
Christian Brabandt <cb@256bit.org>
parents: 7127
diff changeset
32 [![Build Status](https://travis-ci.org/vim/vim.svg?branch=master)](https://travis-ci.org/vim/vim)
41896b9720cc commit https://github.com/vim/vim/commit/02d803fc0cc99a1c86a3553a1d445137eab1aa8d
Christian Brabandt <cb@256bit.org>
parents: 7127
diff changeset
33 [![Coverage Status](https://coveralls.io/repos/vim/vim/badge.svg?branch=master&service=github)](https://coveralls.io/github/vim/vim?branch=master)
41896b9720cc commit https://github.com/vim/vim/commit/02d803fc0cc99a1c86a3553a1d445137eab1aa8d
Christian Brabandt <cb@256bit.org>
parents: 7127
diff changeset
34
6916
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
35
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
36 ## Documentation ##
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
37
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
38 The vim tutor is a one hour training course for beginners. Mostly it can be
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
39 started as `vimtutor`. See `:help tutor` for more information.
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
40
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
41 The best is to use `:help` in Vim. If you don't have an executable yet, read
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
42 `runtime/doc/help.txt`. It contains pointers to the other documentation
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
43 files. The User Manual reads like a book and is recommended to learn to use
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
44 Vim. See `:help user-manual`.
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
45
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
46
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
47 ## Copying ##
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
48
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
49 Vim is Charityware. You can use and copy it as much as you like, but you are
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
50 encouraged to make a donation to help orphans in Uganda. Please read the file
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
51 `runtime/doc/uganda.txt` for details (do `:help uganda` inside Vim).
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
52
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
53 Summary of the license: There are no restrictions on using or distributing an
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
54 unmodified copy of Vim. Parts of Vim may also be distributed, but the license
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
55 text must always be included. For modified versions a few restrictions apply.
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
56 The license is GPL compatible, you may compile Vim with GPL libraries and
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
57 distribute it.
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
58
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
59
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
60 ## Sponsoring ##
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
61
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
62 Fixing bugs and adding new features takes a lot of time and effort. To show
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
63 your appreciation for the work and motivate Bram and others to continue
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
64 working on Vim please send a donation.
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
65
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
66 Since Bram is back to a paid job the money will now be used to help children
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
67 in Uganda. See `runtime/doc/uganda.txt`. But at the same time donations
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
68 increase Bram's motivation to keep working on Vim!
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
69
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
70 For the most recent information about sponsoring look on the Vim web site:
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
71 http://www.vim.org/sponsor/
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
72
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
73
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
74 ## Compiling ##
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
75
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
76 If you obtained a binary distribution you don't need to compile Vim. If you
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
77 obtained a source distribution, all the stuff for compiling Vim is in the
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
78 `src` directory. See `src/INSTALL` for instructions.
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
79
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
80
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
81 ## Installation ##
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
82
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
83 See one of these files for system-specific instructions:
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
84
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
85 README_ami.txt Amiga
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
86 README_unix.txt Unix
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
87 README_dos.txt MS-DOS and MS-Windows
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
88 README_os2.txt OS/2
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
89 README_mac.txt Macintosh
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
90 README_vms.txt VMS
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
91
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
92 There are more `README_*.txt` files, depending on the distribution you used.
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
93
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
94
7127
e945a8e35535 commit https://github.com/vim/vim/commit/3fe076f0feb91460266fdf7f9133a59c49a53c4e
Christian Brabandt <cb@256bit.org>
parents: 6916
diff changeset
95 ## Contributing ##
e945a8e35535 commit https://github.com/vim/vim/commit/3fe076f0feb91460266fdf7f9133a59c49a53c4e
Christian Brabandt <cb@256bit.org>
parents: 6916
diff changeset
96
e945a8e35535 commit https://github.com/vim/vim/commit/3fe076f0feb91460266fdf7f9133a59c49a53c4e
Christian Brabandt <cb@256bit.org>
parents: 6916
diff changeset
97 If you would like to help making Vim better, see the `CONTRIBUTING.md` file.
e945a8e35535 commit https://github.com/vim/vim/commit/3fe076f0feb91460266fdf7f9133a59c49a53c4e
Christian Brabandt <cb@256bit.org>
parents: 6916
diff changeset
98
e945a8e35535 commit https://github.com/vim/vim/commit/3fe076f0feb91460266fdf7f9133a59c49a53c4e
Christian Brabandt <cb@256bit.org>
parents: 6916
diff changeset
99
6916
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
100 ## Information ##
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
101
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
102 The latest news about Vim can be found on the Vim home page:
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
103 http://www.vim.org/
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
104
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
105 If you have problems, have a look at the Vim documentation or tips:
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
106 http://www.vim.org/docs.php
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
107 http://vim.wikia.com/wiki/Vim_Tips_Wiki
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
108
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
109 If you still have problems or any other questions, use one of the mailing
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
110 lists to discuss them with Vim users and developers:
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
111 http://www.vim.org/maillist.php
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
112
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
113 If nothing else works, report bugs directly:
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
114 Bram Moolenaar <Bram@vim.org>
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
115
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
116
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
117 ## Main author ##
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
118
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
119 Send any other comments, patches, flowers and suggestions to:
228dc3f3f711 patch 7.4.777
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
120 Bram Moolenaar <Bram@vim.org>