From 8cd4a8c2bb40eea37514d9a2baf347555c0fe670 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Thu, 28 Aug 2008 04:11:22 +0000 Subject: [PATCH] clarify the help description of the {pat} arg to :autocmd --- locale/en-US/autocommands.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locale/en-US/autocommands.txt b/locale/en-US/autocommands.txt index 290f42f4..21dde264 100644 --- a/locale/en-US/autocommands.txt +++ b/locale/en-US/autocommands.txt @@ -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]