diff options
author | Rafael Marçalo <raroma09@gmail.com> | 2023-12-05 15:41:16 +0000 |
---|---|---|
committer | Rafael Marçalo <raroma09@gmail.com> | 2023-12-05 15:41:16 +0000 |
commit | fe8a626af121dba970a2d1ab5f40a6e5633b536b (patch) | |
tree | f9f7c69763e0b7983431fb551fd54fbcf674ac5e /doc | |
parent | a1f59a2d76a57c5276ccbc5461b7096611ef5d24 (diff) |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/neovimb.1 | 2 |
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, |