mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
runtime(doc): update documentation
closes: #14616 Signed-off-by: RestorerZ <restorer@mail2k.ru> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
fbeea681ce
commit
f7a38650ea
@@ -1,4 +1,4 @@
|
|||||||
*gui_x11.txt* For Vim version 9.1. Last change: 2024 Jan 30
|
*gui_x11.txt* For Vim version 9.1. Last change: 2024 Apr 22
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
@@ -636,8 +636,8 @@ that version.
|
|||||||
For Motif, you need at least Motif version 1.2 and/or X11R5. Motif 2.0 and
|
For Motif, you need at least Motif version 1.2 and/or X11R5. Motif 2.0 and
|
||||||
X11R6 are OK. Motif 1.1 and X11R4 might work, no guarantee (there may be a
|
X11R6 are OK. Motif 1.1 and X11R4 might work, no guarantee (there may be a
|
||||||
few problems, but you might make it compile and run with a bit of work, please
|
few problems, but you might make it compile and run with a bit of work, please
|
||||||
send me the patches if you do). The newest releases of LessTif have been
|
send patches if you do). The newest releases of LessTif have been reported to
|
||||||
reported to work fine too.
|
work fine too.
|
||||||
|
|
||||||
*gui-x11-athena* *gui-x11-neXtaw*
|
*gui-x11-athena* *gui-x11-neXtaw*
|
||||||
Support for the Athena GUI and neXtaw was removed in patch 8.2.4677.
|
Support for the Athena GUI and neXtaw was removed in patch 8.2.4677.
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
*sponsor.txt* For Vim version 9.1. Last change: 2023 Mar 24
|
*sponsor.txt* For Vim version 9.1. Last change: 2024 Apr 22
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
@@ -60,9 +60,7 @@ Credit card Through PayPal, see the PayPal site for information:
|
|||||||
|
|
||||||
Other methods See |iccf-donations|.
|
Other methods See |iccf-donations|.
|
||||||
Include "Vim sponsor" or "Vim registration" in the comment of
|
Include "Vim sponsor" or "Vim registration" in the comment of
|
||||||
your money transfer. Send me an e-mail that mentions the
|
your money transfer.
|
||||||
amount you transferred if you want to vote for features and
|
|
||||||
show others you are a registered Vim user or sponsor.
|
|
||||||
|
|
||||||
|
|
||||||
QUESTIONS AND ANSWERS *sponsor-faq* *register-faq*
|
QUESTIONS AND ANSWERS *sponsor-faq* *register-faq*
|
||||||
@@ -135,10 +133,10 @@ for features.
|
|||||||
|
|
||||||
I donated $$$, now please add feature XYZ!
|
I donated $$$, now please add feature XYZ!
|
||||||
|
|
||||||
There is no direct relation between your donation and the work developers
|
There is no direct relation between your donation and the work developers do.
|
||||||
does. Otherwise you would be paying for work and we would have to pay tax
|
Otherwise you would be paying for work and we would have to pay tax over the
|
||||||
over the donation. If you want to hire one of the developers for specific
|
donation. If you want to hire one of the developers for specific work,
|
||||||
work, contact them directly, don't use the donation system.
|
contact them directly, don't use the donation system.
|
||||||
|
|
||||||
|
|
||||||
Are the donations tax deductible?
|
Are the donations tax deductible?
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
*syntax.txt* For Vim version 9.1. Last change: 2024 Apr 21
|
*syntax.txt* For Vim version 9.1. Last change: 2024 Apr 22
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
@@ -2685,8 +2685,8 @@ perl_string_as_statement, it will be highlighted as in the second line.
|
|||||||
The syncing has 3 options. The first two switch off some triggering of
|
The syncing has 3 options. The first two switch off some triggering of
|
||||||
synchronization and should only be needed in case it fails to work properly.
|
synchronization and should only be needed in case it fails to work properly.
|
||||||
If while scrolling all of a sudden the whole screen changes color completely
|
If while scrolling all of a sudden the whole screen changes color completely
|
||||||
then you should try and switch off one of those. Let me know if you can
|
then you should try and switch off one of those. Let the developer know if
|
||||||
figure out the line that causes the mistake.
|
you can figure out the line that causes the mistake.
|
||||||
|
|
||||||
One triggers on "^\s*sub\s*" and the other on "^[$@%]" more or less. >
|
One triggers on "^\s*sub\s*" and the other on "^[$@%]" more or less. >
|
||||||
|
|
||||||
@@ -6133,4 +6133,5 @@ literal text specify the size of that text (in bytes):
|
|||||||
many places.
|
many places.
|
||||||
"<\@1<=span" Matches the same, but only tries one byte before "span".
|
"<\@1<=span" Matches the same, but only tries one byte before "span".
|
||||||
|
|
||||||
|
|
||||||
vim:tw=78:sw=4:ts=8:noet:ft=help:norl:
|
vim:tw=78:sw=4:ts=8:noet:ft=help:norl:
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
*uganda.txt* For Vim version 9.1. Last change: 2022 Mar 02
|
*uganda.txt* For Vim version 9.1. Last change: 2024 Apr 22
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
@@ -203,7 +203,7 @@ visited about once a year to check the progress (at our own cost). I have
|
|||||||
visited the centre myself many times, starting in 1993. The visit reports are
|
visited the centre myself many times, starting in 1993. The visit reports are
|
||||||
on the ICCF web site.
|
on the ICCF web site.
|
||||||
|
|
||||||
If you have any further questions, send me e-mail: <Bram@vim.org>.
|
If you have any further questions, send e-mail: <Bram@vim.org>.
|
||||||
|
|
||||||
The address of the centre is:
|
The address of the centre is:
|
||||||
Kibaale Children's Centre
|
Kibaale Children's Centre
|
||||||
@@ -223,9 +223,8 @@ Canada: Contact Kuwasha in Surrey, Canada. They take care of the
|
|||||||
Canadian sponsors for the children in Kibaale. Kuwasha
|
Canadian sponsors for the children in Kibaale. Kuwasha
|
||||||
forwards 100% of the money to the project in Uganda. You can
|
forwards 100% of the money to the project in Uganda. You can
|
||||||
send them a one time donation directly.
|
send them a one time donation directly.
|
||||||
Please send me a note so that I know what has been donated
|
Look on their site for information about sponsorship:
|
||||||
because of Vim. Look on their site for information about
|
https://www.kuwasha.net/
|
||||||
sponsorship: https://www.kuwasha.net/
|
|
||||||
If you make a donation to Kuwasha you will receive a tax
|
If you make a donation to Kuwasha you will receive a tax
|
||||||
receipt which can be submitted with your tax return.
|
receipt which can be submitted with your tax return.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user