summaryrefslogtreecommitdiff
path: root/doc/neovimb.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/neovimb.1')
-rw-r--r--doc/neovimb.12
1 files changed, 1 insertions, 1 deletions
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,