blob: bc592147bb60016e2a8c95fddc08ff64adfa68de [file] [log] [blame] [view]
Bram Moolenaar252b7ee2018-06-18 22:00:22 +02001![Vim Logo](https://github.com/vim/vim/blob/master/runtime/vimlogo.gif)
2
Bram Moolenaarc92399f2015-10-25 13:55:00 +01003[![Build Status](https://travis-ci.org/vim/vim.svg?branch=master)](https://travis-ci.org/vim/vim)
Bram Moolenaar8a0141d2017-03-25 18:10:31 +01004[![Coverage Status](https://codecov.io/gh/vim/vim/coverage.svg?branch=master)](https://codecov.io/gh/vim/vim?branch=master)
Bram Moolenaarc92399f2015-10-25 13:55:00 +01005[![Coverage Status](https://coveralls.io/repos/vim/vim/badge.svg?branch=master&service=github)](https://coveralls.io/github/vim/vim?branch=master)
Bram Moolenaarf1a4c982015-10-25 22:42:00 +01006[![Appveyor Build status](https://ci.appveyor.com/api/projects/status/o2qht2kjm02sgghk?svg=true)](https://ci.appveyor.com/project/chrisbra/vim)
Bram Moolenaar8a82c7f2016-03-19 15:15:01 +01007[![Coverity Scan](https://scan.coverity.com/projects/241/badge.svg)](https://scan.coverity.com/projects/vim)
Bram Moolenaarea84df82017-11-02 22:38:51 +01008[![Debian CI](https://badges.debian.net/badges/debian/testing/vim/version.svg)](https://buildd.debian.org/vim)
Bram Moolenaar694cac72015-07-10 19:22:03 +02009
10
Bram Moolenaarc92399f2015-10-25 13:55:00 +010011## What is Vim? ##
Bram Moolenaar694cac72015-07-10 19:22:03 +020012
Bram Moolenaard18cfb72016-03-29 22:29:18 +020013Vim is a greatly improved version of the good old UNIX editor Vi. Many new
14features have been added: multi-level undo, syntax highlighting, command line
15history, on-line help, spell checking, filename completion, block operations,
16script language, etc. There is also a Graphical User Interface (GUI)
17available. Still, Vi compatibility is maintained, those who have Vi "in the
18fingers" will feel at home. See `runtime/doc/vi_diff.txt` for differences with
19Vi.
Bram Moolenaar694cac72015-07-10 19:22:03 +020020
21This editor is very useful for editing programs and other plain text files.
22All commands are given with normal keyboard characters, so those who can type
23with ten fingers can work very fast. Additionally, function keys can be
Bram Moolenaard18cfb72016-03-29 22:29:18 +020024mapped to commands by the user, and the mouse can be used.
Bram Moolenaar694cac72015-07-10 19:22:03 +020025
Bram Moolenaard18cfb72016-03-29 22:29:18 +020026Vim runs under MS-Windows (NT, 2000, XP, Vista, 7, 8, 10), Macintosh, VMS and
27almost all flavours of UNIX. Porting to other systems should not be very
28difficult. Older versions of Vim run on MS-DOS, MS-Windows 95/98/Me, Amiga
29DOS, Atari MiNT, BeOS, RISC OS and OS/2. These are no longer maintained.
Bram Moolenaar694cac72015-07-10 19:22:03 +020030
31
32## Distribution ##
33
Bram Moolenaarc92399f2015-10-25 13:55:00 +010034You can often use your favorite package manager to install Vim. On Mac and
35Linux a small version of Vim is pre-installed, you still need to install Vim
36if you want more features.
37
Bram Moolenaar694cac72015-07-10 19:22:03 +020038There are separate distributions for Unix, PC, Amiga and some other systems.
39This `README.md` file comes with the runtime archive. It includes the
40documentation, syntax files and other files that are used at runtime. To run
41Vim you must get either one of the binary archives or a source archive.
42Which one you need depends on the system you want to run it on and whether you
43want or must compile it yourself. Check http://www.vim.org/download.php for
44an overview of currently available distributions.
45
Bram Moolenaar5d98c9d2016-04-15 20:54:52 +020046Some popular places to get the latest Vim:
47* Check out the git repository from [github](https://github.com/vim/vim).
48* Get the source code as an [archive](https://github.com/vim/vim/releases).
49* Get a Windows executable from the
50[vim-win32-installer](https://github.com/vim/vim-win32-installer/releases) repository.
51
52
Bram Moolenaar694cac72015-07-10 19:22:03 +020053
Bram Moolenaard18cfb72016-03-29 22:29:18 +020054## Compiling ##
55
56If you obtained a binary distribution you don't need to compile Vim. If you
57obtained a source distribution, all the stuff for compiling Vim is in the
58`src` directory. See `src/INSTALL` for instructions.
59
60
61## Installation ##
62
63See one of these files for system-specific instructions. Either in the
64READMEdir directory (in the repository) or the top directory (if you unpack an
65archive):
66
67 README_ami.txt Amiga
68 README_unix.txt Unix
69 README_dos.txt MS-DOS and MS-Windows
70 README_mac.txt Macintosh
71 README_vms.txt VMS
72
73There are other `README_*.txt` files, depending on the distribution you used.
74
75
Bram Moolenaar694cac72015-07-10 19:22:03 +020076## Documentation ##
77
Bram Moolenaard18cfb72016-03-29 22:29:18 +020078The Vim tutor is a one hour training course for beginners. Often it can be
Bram Moolenaar694cac72015-07-10 19:22:03 +020079started as `vimtutor`. See `:help tutor` for more information.
80
81The best is to use `:help` in Vim. If you don't have an executable yet, read
82`runtime/doc/help.txt`. It contains pointers to the other documentation
83files. The User Manual reads like a book and is recommended to learn to use
84Vim. See `:help user-manual`.
85
86
87## Copying ##
88
89Vim is Charityware. You can use and copy it as much as you like, but you are
90encouraged to make a donation to help orphans in Uganda. Please read the file
91`runtime/doc/uganda.txt` for details (do `:help uganda` inside Vim).
92
93Summary of the license: There are no restrictions on using or distributing an
94unmodified copy of Vim. Parts of Vim may also be distributed, but the license
95text must always be included. For modified versions a few restrictions apply.
96The license is GPL compatible, you may compile Vim with GPL libraries and
97distribute it.
98
99
100## Sponsoring ##
101
102Fixing bugs and adding new features takes a lot of time and effort. To show
103your appreciation for the work and motivate Bram and others to continue
104working on Vim please send a donation.
105
106Since Bram is back to a paid job the money will now be used to help children
107in Uganda. See `runtime/doc/uganda.txt`. But at the same time donations
108increase Bram's motivation to keep working on Vim!
109
110For the most recent information about sponsoring look on the Vim web site:
111 http://www.vim.org/sponsor/
112
113
Bram Moolenaar3fe076f2015-09-25 15:00:56 +0200114## Contributing ##
115
Bram Moolenaarf1a4c982015-10-25 22:42:00 +0100116If you would like to help making Vim better, see the [CONTRIBUTING.md](https://github.com/vim/vim/blob/master/CONTRIBUTING.md) file.
Bram Moolenaar3fe076f2015-09-25 15:00:56 +0200117
118
Bram Moolenaar694cac72015-07-10 19:22:03 +0200119## Information ##
120
121The latest news about Vim can be found on the Vim home page:
122 http://www.vim.org/
123
124If you have problems, have a look at the Vim documentation or tips:
125 http://www.vim.org/docs.php
126 http://vim.wikia.com/wiki/Vim_Tips_Wiki
127
128If you still have problems or any other questions, use one of the mailing
129lists to discuss them with Vim users and developers:
130 http://www.vim.org/maillist.php
131
132If nothing else works, report bugs directly:
133 Bram Moolenaar <Bram@vim.org>
134
135
136## Main author ##
137
138Send any other comments, patches, flowers and suggestions to:
139 Bram Moolenaar <Bram@vim.org>
Bram Moolenaar5c367072018-06-18 22:31:11 +0200140
141
142This is `README.md` for version 8.1 of Vim: Vi IMproved.