blob: 0d0905aece5b55f6729dd265c2603f27c14c8704 [file] [log] [blame]
Bram Moolenaar3b1db362013-08-10 15:00:24 +02001README.txt for version 7.4 of Vim: Vi IMproved.
Bram Moolenaar0c628d12004-06-13 12:29:53 +00002
3
Bram Moolenaarc92399f2015-10-25 13:55:00 +01004WHAT IS VIM?
Bram Moolenaar0c628d12004-06-13 12:29:53 +00005
Bram Moolenaard18cfb72016-03-29 22:29:18 +02006Vim is a greatly improved version of the good old UNIX editor Vi. Many new
7features have been added: multi-level undo, syntax highlighting, command line
8history, on-line help, spell checking, filename completion, block operations,
9script language, etc. There is also a Graphical User Interface (GUI)
10available. Still, Vi compatibility is maintained, those who have Vi "in the
11fingers" will feel at home. See "runtime/doc/vi_diff.txt" for differences with
12Vi.
Bram Moolenaar0c628d12004-06-13 12:29:53 +000013
Bram Moolenaar755bd262010-08-14 17:46:20 +020014This editor is very useful for editing programs and other plain text files.
Bram Moolenaar0c628d12004-06-13 12:29:53 +000015All commands are given with normal keyboard characters, so those who can type
16with ten fingers can work very fast. Additionally, function keys can be
Bram Moolenaard18cfb72016-03-29 22:29:18 +020017mapped to commands by the user, and the mouse can be used.
Bram Moolenaar0c628d12004-06-13 12:29:53 +000018
Bram Moolenaard18cfb72016-03-29 22:29:18 +020019Vim runs under MS-Windows (NT, 2000, XP, Vista, 7, 8, 10), Macintosh, VMS and
20almost all flavours of UNIX. Porting to other systems should not be very
21difficult. Older versions of Vim run on MS-DOS, MS-Windows 95/98/Me, Amiga
22DOS, Atari MiNT, BeOS, RISC OS and OS/2. These are no longer maintained.
Bram Moolenaar0c628d12004-06-13 12:29:53 +000023
24
25DISTRIBUTION
26
Bram Moolenaarc92399f2015-10-25 13:55:00 +010027You can often use your favorite package manager to install Vim. On Mac and
28Linux a small version of Vim is pre-installed, you still need to install Vim
29if you want more features.
30
Bram Moolenaar0c628d12004-06-13 12:29:53 +000031There are separate distributions for Unix, PC, Amiga and some other systems.
32This README.txt file comes with the runtime archive. It includes the
33documentation, syntax files and other files that are used at runtime. To run
34Vim you must get either one of the binary archives or a source archive.
35Which one you need depends on the system you want to run it on and whether you
36want or must compile it yourself. Check "http://www.vim.org/download.php" for
37an overview of currently available distributions.
38
39
Bram Moolenaard18cfb72016-03-29 22:29:18 +020040COMPILING
41
42If you obtained a binary distribution you don't need to compile Vim. If you
43obtained a source distribution, all the stuff for compiling Vim is in the
44"src" directory. See src/INSTALL for instructions.
45
46
47INSTALLATION
48
49See one of these files for system-specific instructions. Either in the
50READMEdir directory (in the repository) or the top directory (if you unpack an
51archive):
52
53README_ami.txt Amiga
54README_unix.txt Unix
55README_dos.txt MS-DOS and MS-Windows
56README_mac.txt Macintosh
57README_vms.txt VMS
58
59There are more README_*.txt files, depending on the distribution you used.
60
61
Bram Moolenaar0c628d12004-06-13 12:29:53 +000062DOCUMENTATION
63
Bram Moolenaard18cfb72016-03-29 22:29:18 +020064The Vim tutor is a one hour training course for beginners. Often it can be
Bram Moolenaar755bd262010-08-14 17:46:20 +020065started as "vimtutor". See ":help tutor" for more information.
66
Bram Moolenaar0c628d12004-06-13 12:29:53 +000067The best is to use ":help" in Vim. If you don't have an executable yet, read
68"runtime/doc/help.txt". It contains pointers to the other documentation
69files. The User Manual reads like a book and is recommended to learn to use
70Vim. See ":help user-manual".
71
Bram Moolenaar0c628d12004-06-13 12:29:53 +000072
73COPYING
74
75Vim is Charityware. You can use and copy it as much as you like, but you are
Bram Moolenaar755bd262010-08-14 17:46:20 +020076encouraged to make a donation to help orphans in Uganda. Please read the file
Bram Moolenaar0c628d12004-06-13 12:29:53 +000077"runtime/doc/uganda.txt" for details (do ":help uganda" inside Vim).
78
79Summary of the license: There are no restrictions on using or distributing an
80unmodified copy of Vim. Parts of Vim may also be distributed, but the license
81text must always be included. For modified versions a few restrictions apply.
82The license is GPL compatible, you may compile Vim with GPL libraries and
83distribute it.
84
85
86SPONSORING
87
Bram Moolenaar4c3f5362006-04-11 21:38:50 +000088Fixing bugs and adding new features takes a lot of time and effort. To show
89your appreciation for the work and motivate Bram and others to continue
90working on Vim please send a donation.
Bram Moolenaar0c628d12004-06-13 12:29:53 +000091
Bram Moolenaar4c3f5362006-04-11 21:38:50 +000092Since Bram is back to a paid job the money will now be used to help children
93in Uganda. See runtime/doc/uganda.txt. But at the same time donations
94increase Bram's motivation to keep working on Vim!
Bram Moolenaar0c628d12004-06-13 12:29:53 +000095
96For the most recent information about sponsoring look on the Vim web site:
Bram Moolenaar4c3f5362006-04-11 21:38:50 +000097
Bram Moolenaar0c628d12004-06-13 12:29:53 +000098 http://www.vim.org/sponsor/
99
100
Bram Moolenaard18cfb72016-03-29 22:29:18 +0200101CONTRIBUTING
Bram Moolenaar0c628d12004-06-13 12:29:53 +0000102
Bram Moolenaard18cfb72016-03-29 22:29:18 +0200103If you would like to help making Vim better, see the CONTRIBUTING.md file.
Bram Moolenaar755bd262010-08-14 17:46:20 +0200104
Bram Moolenaar0c628d12004-06-13 12:29:53 +0000105
106INFORMATION
107
108The latest news about Vim can be found on the Vim home page:
109 http://www.vim.org/
110
Bram Moolenaar86ae7202015-07-10 19:31:35 +0200111If you have problems, have a look at the Vim documentation or tips:
112 http://www.vim.org/docs.php
113 http://vim.wikia.com/wiki/Vim_Tips_Wiki
Bram Moolenaar0c628d12004-06-13 12:29:53 +0000114
Bram Moolenaaref6585a2012-11-23 21:45:25 +0100115If you still have problems or any other questions, use one of the mailing
116lists to discuss them with Vim users and developers:
Bram Moolenaar8d4eecc2012-11-20 17:19:01 +0100117 http://www.vim.org/maillist.php
118
119If nothing else works, report bugs directly:
Bram Moolenaar0c628d12004-06-13 12:29:53 +0000120 Bram Moolenaar <Bram@vim.org>
121
Bram Moolenaar0c628d12004-06-13 12:29:53 +0000122
123MAIN AUTHOR
124
Bram Moolenaar33aea182010-08-07 13:19:27 +0200125Send any other comments, patches, flowers and suggestions to:
Bram Moolenaar0c628d12004-06-13 12:29:53 +0000126
127 Bram Moolenaar E-mail: Bram@vim.org