From fe8a626af121dba970a2d1ab5f40a6e5633b536b Mon Sep 17 00:00:00 2001 From: Rafael Marçalo Date: Tue, 5 Dec 2023 15:41:16 +0000 Subject: Fix typo --- doc/neovimb.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/neovimb.1 b/doc/neovimb.1 index fa3f888..093efb8 100644 --- a/doc/neovimb.1 +++ b/doc/neovimb.1 @@ -823,7 +823,7 @@ autocommands are executed in the order in which they were given. .BI ":au[tocmd]! [" group "] {" event "} {" pat "} {" cmd "}" Remove all autocommands associated with \fIevent\fP and which pattern match \fIpat\fP, and add the command \fIcmd\fP. -Note that the pattern is not matches literally to find autocommands +Note that the pattern is not matched literally to find autocommands to remove, like Vim does. neovimb matches the autocommand pattern with \fIpat\fP. If [\fIgroup\fP] is not given, deletes autocommands in current group, -- cgit v1.2.3