@@ -3,21 +3,23 @@ README.txt for version 7.4 of Vim: Vi IMproved.
3
3
4
4
WHAT IS VIM?
5
5
6
- 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,
8
- on-line help, spell checking, filename completion, block operations, etc.
9
- There is also a Graphical User Interface (GUI) available. See
10
- "runtime/doc/vi_diff.txt" for differences with Vi.
6
+ Vim is a greatly improved version of the good old UNIX editor Vi. Many new
7
+ features have been added: multi-level undo, syntax highlighting, command line
8
+ history, on-line help, spell checking, filename completion, block operations,
9
+ script language, etc. There is also a Graphical User Interface (GUI)
10
+ available. Still, Vi compatibility is maintained, those who have Vi "in the
11
+ fingers" will feel at home. See "runtime/doc/vi_diff.txt" for differences with
12
+ Vi.
11
13
12
14
This editor is very useful for editing programs and other plain text files.
13
15
All commands are given with normal keyboard characters, so those who can type
14
16
with ten fingers can work very fast. Additionally, function keys can be
15
- defined by the user, and the mouse can be used.
17
+ mapped to commands by the user, and the mouse can be used.
16
18
17
- Vim runs under MS-DOS, MS- Windows (NT, 2000, XP, Vista, 7, 8, 10), Macintosh,
18
- VMS and almost all flavours of UNIX. Porting to other systems should not be
19
- very difficult. Older versions of Vim run on MS-Windows 95/98/Me, Amiga DOS,
20
- Atari MiNT, BeOS, RISC OS and OS/2. These are no longer maintained.
19
+ Vim runs under MS-Windows (NT, 2000, XP, Vista, 7, 8, 10), Macintosh, VMS and
20
+ almost all flavours of UNIX. Porting to other systems should not be very
21
+ difficult. Older versions of Vim run on MS-DOS, MS- Windows 95/98/Me, Amiga
22
+ DOS, Atari MiNT, BeOS, RISC OS and OS/2. These are no longer maintained.
21
23
22
24
23
25
DISTRIBUTION
@@ -35,9 +37,31 @@ want or must compile it yourself. Check "http://www.vim.org/download.php" for
35
37
an overview of currently available distributions.
36
38
37
39
40
+ COMPILING
41
+
42
+ If you obtained a binary distribution you don't need to compile Vim. If you
43
+ obtained a source distribution, all the stuff for compiling Vim is in the
44
+ "src" directory. See src/INSTALL for instructions.
45
+
46
+
47
+ INSTALLATION
48
+
49
+ See one of these files for system-specific instructions. Either in the
50
+ READMEdir directory (in the repository) or the top directory (if you unpack an
51
+ archive):
52
+
53
+ README_ami.txt Amiga
54
+ README_unix.txt Unix
55
+ README_dos.txt MS-DOS and MS-Windows
56
+ README_mac.txt Macintosh
57
+ README_vms.txt VMS
58
+
59
+ There are more README_*.txt files, depending on the distribution you used.
60
+
61
+
38
62
DOCUMENTATION
39
63
40
- The vim tutor is a one hour training course for beginners. Mostly it can be
64
+ The Vim tutor is a one hour training course for beginners. Often it can be
41
65
started as "vimtutor". See ":help tutor" for more information.
42
66
43
67
The best is to use ":help" in Vim. If you don't have an executable yet, read
@@ -74,23 +98,9 @@ For the most recent information about sponsoring look on the Vim web site:
74
98
http://www.vim.org/sponsor/
75
99
76
100
77
- COMPILING
101
+ CONTRIBUTING
78
102
79
- If you obtained a binary distribution you don't need to compile Vim. If you
80
- obtained a source distribution, all the stuff for compiling Vim is in the
81
- "src" directory. See src/INSTALL for instructions.
82
-
83
-
84
- INSTALLATION
85
-
86
- See one of these files for system-specific instructions:
87
- README_ami.txt Amiga
88
- README_unix.txt Unix
89
- README_dos.txt MS-DOS and MS-Windows
90
- README_mac.txt Macintosh
91
- README_vms.txt VMS
92
-
93
- There are more README_*.txt files, depending on the distribution you used.
103
+ If you would like to help making Vim better, see the CONTRIBUTING.md file.
94
104
95
105
96
106
INFORMATION
0 commit comments