Skip to content

Commit b75825f

Browse files
authored
Update README.txt and README.md (#14313)
Signed-off-by: RestorerZ <[email protected]> Signed-off-by: Christian Brabandt <[email protected]>
1 parent 620e852 commit b75825f

2 files changed

Lines changed: 25 additions & 25 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,12 @@ distribute it.
109109
## Sponsoring
110110

111111
Fixing bugs and adding new features takes a lot of time and effort. To show
112-
your appreciation for the work and motivate Bram and others to continue
113-
working on Vim please send a donation.
112+
your appreciation for the work and motivate developers to continue working on
113+
Vim please send a donation.
114114

115-
Since Bram is back to a paid job the money will now be used to help children
116-
in Uganda. See [`runtime/doc/uganda.txt`](./runtime/doc/uganda.txt). But
117-
at the same time donations increase Bram's motivation to keep working on Vim!
115+
The money you donated will be mainly used to help children in Uganda. See
116+
[`runtime/doc/uganda.txt`](./runtime/doc/uganda.txt). But at the same time
117+
donations increase the development team motivation to keep working on Vim!
118118

119119
For the most recent information about sponsoring look on the Vim web site:
120120
https://www.vim.org/sponsor/

README.txt

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ WHAT IS VIM?
66
Vim is a greatly improved version of the good old UNIX editor Vi. Many new
77
features have been added: multi-level undo, syntax highlighting, command line
88
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.
9+
script language, etc. There is also a Graphical User Interface (GUI) available.
10+
Still, Vi compatibility is maintained, those who have Vi "in the fingers" will
11+
feel at home. See "runtime/doc/vi_diff.txt" for differences with Vi.
1312

1413
This editor is very useful for editing programs and other plain text files.
1514
All commands are given with normal keyboard characters, so those who can type
@@ -60,9 +59,10 @@ README_ami.txt Amiga
6059
README_unix.txt Unix
6160
README_dos.txt MS-DOS and MS-Windows
6261
README_mac.txt Macintosh
62+
README_haiku.txt Haiku
6363
README_vms.txt VMS
6464

65-
There are more README_*.txt files, depending on the distribution you used.
65+
There are other README_*.txt files, depending on the distribution you used.
6666

6767

6868
DOCUMENTATION
@@ -71,9 +71,9 @@ The Vim tutor is a one hour training course for beginners. Often it can be
7171
started as "vimtutor". See ":help tutor" for more information.
7272

7373
The best is to use ":help" in Vim. If you don't have an executable yet, read
74-
"runtime/doc/help.txt". It contains pointers to the other documentation
75-
files. The User Manual reads like a book and is recommended to learn to use
76-
Vim. See ":help user-manual".
74+
"runtime/doc/help.txt". It contains pointers to the other documentation files.
75+
The User Manual reads like a book and is recommended to learn to use Vim. See
76+
":help user-manual".
7777

7878

7979
COPYING
@@ -92,15 +92,14 @@ distribute it.
9292
SPONSORING
9393

9494
Fixing bugs and adding new features takes a lot of time and effort. To show
95-
your appreciation for the work and motivate Bram and others to continue
96-
working on Vim please send a donation.
95+
your appreciation for the work and motivate developers to continue working on
96+
Vim please send a donation.
9797

98-
Since Bram is back to a paid job the money will now be used to help children
99-
in Uganda. See runtime/doc/uganda.txt. But at the same time donations
100-
increase Bram's motivation to keep working on Vim!
98+
The money you donated will be mainly used to help children in Uganda. See
99+
"runtime/doc/uganda.txt". But at the same time donations increase the
100+
development team motivation to keep working on Vim!
101101

102102
For the most recent information about sponsoring look on the Vim web site:
103-
104103
https://www.vim.org/sponsor/
105104

106105

@@ -111,15 +110,17 @@ If you would like to help make Vim better, see the CONTRIBUTING.md file.
111110

112111
INFORMATION
113112

113+
If you are on macOS, you can use MacVim: https://macvim.org
114+
114115
The latest news about Vim can be found on the Vim home page:
115116
https://www.vim.org/
116117

117118
If you have problems, have a look at the Vim documentation or tips:
118119
https://www.vim.org/docs.php
119120
https://vim.fandom.com/wiki/Vim_Tips_Wiki
120121

121-
If you still have problems or any other questions, use one of the mailing
122-
lists to discuss them with Vim users and developers:
122+
If you still have problems or any other questions, use one of the mailing lists
123+
to discuss them with Vim users and developers:
123124
https://www.vim.org/maillist.php
124125

125126
If nothing else works, report bugs directly to the vim-dev mailing list:
@@ -128,8 +129,7 @@ If nothing else works, report bugs directly to the vim-dev mailing list:
128129

129130
MAIN AUTHOR
130131

131-
Most of Vim was created by Bram Moolenaar <[email protected]> |Bram-Moolenaar|
132+
Most of Vim was created by Bram Moolenaar <[email protected]>, ":help Bram-Moolenaar"
132133

133-
Send any other comments, patches, flowers and suggestions to the vim-dev mailing list:
134-
135-
134+
Send any other comments, patches, flowers and suggestions to the vim-dev
135+
mailing list: <[email protected]>

0 commit comments

Comments
 (0)