From 67536579bd00baeb0c28bfd3a0545138c0e7f9ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 4 Apr 2015 16:11:10 +0200 Subject: [PATCH] doc: fix trigger example in user's guide --- doc/de/weechat_user.de.asciidoc | 2 +- doc/en/weechat_user.en.asciidoc | 2 +- doc/fr/weechat_user.fr.asciidoc | 2 +- doc/it/weechat_user.it.asciidoc | 2 +- doc/ja/weechat_user.ja.asciidoc | 2 +- doc/pl/weechat_user.pl.asciidoc | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/de/weechat_user.de.asciidoc b/doc/de/weechat_user.de.asciidoc index 59cf973d3..d9f51c876 100644 --- a/doc/de/weechat_user.de.asciidoc +++ b/doc/de/weechat_user.de.asciidoc @@ -3475,7 +3475,7 @@ Das Hashtable enthält alle Schlüssel/Werte (Typ: string/string). Zeigt URLs in grün an: ---- -/trigger add url_color modifier weechat_print "${tg_notify}" "==\S+://\S+==${color:green}$0${color:reset}==" +/trigger add url_color modifier weechat_print "${tg_notify}" "==\S+://\S+==${color:green}${re:0}${color:reset}==" ---- [NOTE] diff --git a/doc/en/weechat_user.en.asciidoc b/doc/en/weechat_user.en.asciidoc index 534150496..f3ce058c2 100644 --- a/doc/en/weechat_user.en.asciidoc +++ b/doc/en/weechat_user.en.asciidoc @@ -3390,7 +3390,7 @@ string/string). Display URLs in green: ---- -/trigger add url_color modifier weechat_print "${tg_notify}" "==\S+://\S+==${color:green}$0${color:reset}==" +/trigger add url_color modifier weechat_print "${tg_notify}" "==\S+://\S+==${color:green}${re:0}${color:reset}==" ---- [NOTE] diff --git a/doc/fr/weechat_user.fr.asciidoc b/doc/fr/weechat_user.fr.asciidoc index 481bf1ac8..3d360e0a6 100644 --- a/doc/fr/weechat_user.fr.asciidoc +++ b/doc/fr/weechat_user.fr.asciidoc @@ -3496,7 +3496,7 @@ reçue (type : chaîne/chaîne). Afficher les URLs en vert : ---- -/trigger add url_color modifier weechat_print "${tg_notify}" "==\S+://\S+==${color:green}$0${color:reset}==" +/trigger add url_color modifier weechat_print "${tg_notify}" "==\S+://\S+==${color:green}${re:0}${color:reset}==" ---- [NOTE] diff --git a/doc/it/weechat_user.it.asciidoc b/doc/it/weechat_user.it.asciidoc index caa06466e..1c993761e 100644 --- a/doc/it/weechat_user.it.asciidoc +++ b/doc/it/weechat_user.it.asciidoc @@ -3549,7 +3549,7 @@ string/string). Display URLs in green: ---- -/trigger add url_color modifier weechat_print "${tg_notify}" "==\S+://\S+==${color:green}$0${color:reset}==" +/trigger add url_color modifier weechat_print "${tg_notify}" "==\S+://\S+==${color:green}${re:0}${color:reset}==" ---- [NOTE] diff --git a/doc/ja/weechat_user.ja.asciidoc b/doc/ja/weechat_user.ja.asciidoc index 709027302..2febec374 100644 --- a/doc/ja/weechat_user.ja.asciidoc +++ b/doc/ja/weechat_user.ja.asciidoc @@ -3390,7 +3390,7 @@ string/string) が含まれています。 URL を緑色にする: ---- -/trigger add url_color modifier weechat_print "${tg_notify}" "==\S+://\S+==${color:green}$0${color:reset}==" +/trigger add url_color modifier weechat_print "${tg_notify}" "==\S+://\S+==${color:green}${re:0}${color:reset}==" ---- [NOTE] diff --git a/doc/pl/weechat_user.pl.asciidoc b/doc/pl/weechat_user.pl.asciidoc index 15ea5ce40..4fa913990 100644 --- a/doc/pl/weechat_user.pl.asciidoc +++ b/doc/pl/weechat_user.pl.asciidoc @@ -3422,7 +3422,7 @@ ciąg/ciąg). Wyświetlanie URLi na zielono: ---- -/trigger add url_color modifier weechat_print "${tg_notify}" "==\S+://\S+==${color:green}$0${color:reset}==" +/trigger add url_color modifier weechat_print "${tg_notify}" "==\S+://\S+==${color:green}${re:0}${color:reset}==" ---- [NOTE]