Skip to content

Commit d18cfb7

Browse files
committed
patch 7.4.1684
Problem: README text is slightly outdated. Solution: Mention the READMEdir directory.
1 parent e609ad5 commit d18cfb7

File tree

3 files changed

+74
-58
lines changed

3 files changed

+74
-58
lines changed

README.md

Lines changed: 35 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,23 @@
77

88
## What is Vim? ##
99

10-
Vim is an almost compatible version of the UNIX editor Vi. Many new features
11-
have been added: multi-level undo, syntax highlighting, command line history,
12-
on-line help, spell checking, filename completion, block operations, etc.
13-
There is also a Graphical User Interface (GUI) available. See
14-
`runtime/doc/vi_diff.txt` for differences with Vi.
10+
Vim is a greatly improved version of the good old UNIX editor Vi. Many new
11+
features have been added: multi-level undo, syntax highlighting, command line
12+
history, on-line help, spell checking, filename completion, block operations,
13+
script language, etc. There is also a Graphical User Interface (GUI)
14+
available. Still, Vi compatibility is maintained, those who have Vi "in the
15+
fingers" will feel at home. See `runtime/doc/vi_diff.txt` for differences with
16+
Vi.
1517

1618
This editor is very useful for editing programs and other plain text files.
1719
All commands are given with normal keyboard characters, so those who can type
1820
with ten fingers can work very fast. Additionally, function keys can be
19-
defined by the user, and the mouse can be used.
21+
mapped to commands by the user, and the mouse can be used.
2022

21-
Vim runs under MS-DOS, MS-Windows (NT, 2000, XP, Vista, 7, 8, 10), Macintosh,
22-
VMS and almost all flavours of UNIX. Porting to other systems should not be
23-
very difficult. Older versions of Vim run on MS-Windows 95/98/Me, Amiga DOS,
24-
Atari MiNT, BeOS, RISC OS and OS/2. These are no longer maintained.
23+
Vim runs under MS-Windows (NT, 2000, XP, Vista, 7, 8, 10), Macintosh, VMS and
24+
almost all flavours of UNIX. Porting to other systems should not be very
25+
difficult. Older versions of Vim run on MS-DOS, MS-Windows 95/98/Me, Amiga
26+
DOS, Atari MiNT, BeOS, RISC OS and OS/2. These are no longer maintained.
2527

2628

2729
## Distribution ##
@@ -39,9 +41,31 @@ want or must compile it yourself. Check http://www.vim.org/download.php for
3941
an overview of currently available distributions.
4042

4143

44+
## Compiling ##
45+
46+
If you obtained a binary distribution you don't need to compile Vim. If you
47+
obtained a source distribution, all the stuff for compiling Vim is in the
48+
`src` directory. See `src/INSTALL` for instructions.
49+
50+
51+
## Installation ##
52+
53+
See one of these files for system-specific instructions. Either in the
54+
READMEdir directory (in the repository) or the top directory (if you unpack an
55+
archive):
56+
57+
README_ami.txt Amiga
58+
README_unix.txt Unix
59+
README_dos.txt MS-DOS and MS-Windows
60+
README_mac.txt Macintosh
61+
README_vms.txt VMS
62+
63+
There are other `README_*.txt` files, depending on the distribution you used.
64+
65+
4266
## Documentation ##
4367

44-
The vim tutor is a one hour training course for beginners. Mostly it can be
68+
The Vim tutor is a one hour training course for beginners. Often it can be
4569
started as `vimtutor`. See `:help tutor` for more information.
4670

4771
The best is to use `:help` in Vim. If you don't have an executable yet, read
@@ -77,26 +101,6 @@ For the most recent information about sponsoring look on the Vim web site:
77101
http://www.vim.org/sponsor/
78102

79103

80-
## Compiling ##
81-
82-
If you obtained a binary distribution you don't need to compile Vim. If you
83-
obtained a source distribution, all the stuff for compiling Vim is in the
84-
`src` directory. See `src/INSTALL` for instructions.
85-
86-
87-
## Installation ##
88-
89-
See one of these files for system-specific instructions:
90-
91-
README_ami.txt Amiga
92-
README_unix.txt Unix
93-
README_dos.txt MS-DOS and MS-Windows
94-
README_mac.txt Macintosh
95-
README_vms.txt VMS
96-
97-
There are more `README_*.txt` files, depending on the distribution you used.
98-
99-
100104
## Contributing ##
101105

102106
If you would like to help making Vim better, see the [CONTRIBUTING.md](https://github.com/vim/vim/blob/master/CONTRIBUTING.md) file.

README.txt

Lines changed: 37 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,23 @@ README.txt for version 7.4 of Vim: Vi IMproved.
33

44
WHAT IS VIM?
55

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.
1113

1214
This editor is very useful for editing programs and other plain text files.
1315
All commands are given with normal keyboard characters, so those who can type
1416
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.
1618

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.
2123

2224

2325
DISTRIBUTION
@@ -35,9 +37,31 @@ want or must compile it yourself. Check "http://www.vim.org/download.php" for
3537
an overview of currently available distributions.
3638

3739

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+
3862
DOCUMENTATION
3963

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
4165
started as "vimtutor". See ":help tutor" for more information.
4266

4367
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:
7498
http://www.vim.org/sponsor/
7599

76100

77-
COMPILING
101+
CONTRIBUTING
78102

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.
94104

95105

96106
INFORMATION

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,8 @@ static char *(features[]) =
748748

749749
static int included_patches[] =
750750
{ /* Add new patch number below this line */
751+
/**/
752+
1684,
751753
/**/
752754
1683,
753755
/**/

0 commit comments

Comments
 (0)