1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 17:44:11 +01:00

clarify the help description of the {pat} arg to :autocmd

This commit is contained in:
Doug Kearns
2008-08-28 04:11:22 +00:00
parent fa05c6a1ec
commit 8cd4a8c2bb

View File

@@ -27,8 +27,8 @@ Available {events}:
*Startup* Triggered after Firefox starts
--------------------------------------------------------------
{pat} is a regular expression, use .* if you want to match all URLs.
{pat} is a regular expression, use .* if you want to match all URLs. Note: This
differs from Vim which uses a glob rather than a regexp for {pat}.
________________________________________________________________________________
section:Examples[autocmd_examples]