From 978abae9f794cfc82c6ee9d5ba6c4481c2da3408 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Fri, 1 Mar 2013 10:44:05 +1100 Subject: [PATCH] Document the bang arg to :loadplugins. --- common/locale/en-US/repeat.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/common/locale/en-US/repeat.xml b/common/locale/en-US/repeat.xml index e4e7d4da..f977e0cb 100644 --- a/common/locale/en-US/repeat.xml +++ b/common/locale/en-US/repeat.xml @@ -352,7 +352,7 @@ :lpl :loadplugins - :loadplugins pattern + :loadplugins[!] pattern

Immediately load all plugins which have yet to be loaded. Because @@ -367,6 +367,9 @@ If patterns are provided, the given regular expressions are used as filters rather than those in loadplugins.

+

+ If ! is given the plugins are forcibly loaded. +