diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-04-23 08:20:36 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-23 08:20:36 +0800 |
commit | 7508f1e607712cacc282faa6f742f9475741d90d (patch) | |
tree | 31ac914c8ae1d8ea094842b87fa776806b9fc9e9 | |
parent | d0ab67410c04b1f79b774ed73a912ceae87952f8 (diff) | |
download | rneovim-7508f1e607712cacc282faa6f742f9475741d90d.tar.gz rneovim-7508f1e607712cacc282faa6f742f9475741d90d.tar.bz2 rneovim-7508f1e607712cacc282faa6f742f9475741d90d.zip |
vim-patch:f7a38650eaf6 (#28465)
runtime(doc): update documentation
closes: vim/vim#14616
https://github.com/vim/vim/commit/f7a38650eaf6dd4612fc31f85b6f0d4c6e06567f
Co-authored-by: RestorerZ <restorer@mail2k.ru>
-rw-r--r-- | runtime/doc/syntax.txt | 5 | ||||
-rw-r--r-- | runtime/doc/uganda.txt | 7 |
2 files changed, 6 insertions, 6 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index 15251192bb..73d1629d6e 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -2212,8 +2212,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 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 -then you should try and switch off one of those. Let me know if you can -figure out the line that causes the mistake. +then you should try and switch off one of those. Let the developer know if +you can figure out the line that causes the mistake. One triggers on "^\s*sub\s*" and the other on "^[$@%]" more or less. > @@ -5322,4 +5322,5 @@ literal text specify the size of that text (in bytes): many places. "<\@1<=span" Matches the same, but only tries one byte before "span". + vim:tw=78:sw=4:ts=8:noet:ft=help:norl: diff --git a/runtime/doc/uganda.txt b/runtime/doc/uganda.txt index 42e275c230..0b281dc3a0 100644 --- a/runtime/doc/uganda.txt +++ b/runtime/doc/uganda.txt @@ -199,7 +199,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 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: Kibaale Children's Centre @@ -219,9 +219,8 @@ Canada: Contact Kuwasha in Surrey, Canada. They take care of the Canadian sponsors for the children in Kibaale. Kuwasha forwards 100% of the money to the project in Uganda. You can send them a one time donation directly. - Please send me a note so that I know what has been donated - because of Vim. Look on their site for information about - sponsorship: https://www.kuwasha.net/ + Look on their site for information about sponsorship: + https://www.kuwasha.net/ If you make a donation to Kuwasha you will receive a tax receipt which can be submitted with your tax return. |