1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-08 07:03:32 +02:00

Add some rough docs for :group and the various -group flags.

--HG--
branch : groups
This commit is contained in:
Kris Maglione
2011-02-11 03:44:23 -05:00
parent 03a775c37c
commit d06250eeef
7 changed files with 158 additions and 11 deletions

View File

@@ -41,6 +41,12 @@
interpreted as an Ex command.
</p>
<p>
If the <em>-group</em>=<a>group</a> flag is given, add this autocmd
to the named <t>group</t>. Any filters for <a>group</a> apply in
addition to <oa>pat</oa>.
</p>
<note>
This behavior differs from Vim's implementation in that
<oa>pat</oa> is a regular expression rather than a glob.