Skip to content

Commit 8538867

Browse files
committed
patch 8.2.2440: documentation based on patches is outdated
Problem: Documentation based on patches is outdated. Solution: Add changes to documentation in a patch.
1 parent 3d2bb8b commit 8538867

7 files changed

Lines changed: 19 additions & 155 deletions

File tree

runtime/doc/autocmd.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*autocmd.txt* For Vim version 8.2. Last change: 2020 Dec 19
1+
*autocmd.txt* For Vim version 8.2. Last change: 2021 Jan 28
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -54,7 +54,8 @@ effects. Be careful not to destroy your text.
5454
:au[tocmd] [group] {event} {pat} [++once] [++nested] {cmd}
5555
Add {cmd} to the list of commands that Vim will
5656
execute automatically on {event} for a file matching
57-
{pat} |autocmd-patterns|.
57+
{pat} |autocmd-patterns|.
58+
Here {event} cannot be "*". *E1155*
5859
Note: A quote character is seen as argument to the
5960
:autocmd and won't start a comment.
6061
Vim always adds the {cmd} after existing autocommands,

runtime/doc/cmdline.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*cmdline.txt* For Vim version 8.2. Last change: 2020 Dec 26
1+
*cmdline.txt* For Vim version 8.2. Last change: 2021 Jan 26
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar

runtime/doc/hangulin.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Vim had built-in support for hangul, the Korean language, for users without
88
XIM (X Input Method). Since it didn't work well and was not maintained it was
99
removed in Vim 8.1.2327.
1010

11-
If you want this hangul input mehod you can go back to Vim 8.1.2326 or
11+
If you want this hangul input method you can go back to Vim 8.1.2326 or
1212
earlier. If you think this code is still useful and want to maintain it, make
1313
a patch to add it back. However, making it work with UTF-8 encoding would be
1414
best.

0 commit comments

Comments
 (0)