summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordequis <dx@dxzone.com.ar>2016-07-25 02:29:28 -0300
committerdequis <dx@dxzone.com.ar>2016-07-25 03:49:08 -0300
commitdaff456ae5909513928174b56c77be65c2380bba (patch)
tree8a61406394b51d4a71e07af249f2d8d246da13ea
parent06a7ed664f6f2a70a66e88417888b0233cdc52a3 (diff)
downloadirssi.github.io-daff456ae5909513928174b56c77be65c2380bba.zip
settings: add hilight_nick_matches_everywhere
-rw-r--r--_includes/sb_sidebar_settings.html2
-rw-r--r--documentation/settings/index.markdown9
2 files changed, 10 insertions, 1 deletions
diff --git a/_includes/sb_sidebar_settings.html b/_includes/sb_sidebar_settings.html
index b75e03b..d667fd3 100644
--- a/_includes/sb_sidebar_settings.html
+++ b/_includes/sb_sidebar_settings.html
@@ -82,6 +82,7 @@
<option value="hilight_color">hilight_color</option>
<option value="hilight_level">hilight_level</option>
<option value="hilight_nick_matches">hilight_nick_matches</option>
+ <option value="hilight_nick_matches_everywhere">hilight_nick_matches_everywhere</option>
<option value="hostname">hostname</option>
<option value="ignore_signals">ignore_signals</option>
<option value="indent">indent</option>
@@ -283,6 +284,7 @@
<option value="hilight_color">hilight_color</option>
<option value="hilight_level">hilight_level</option>
<option value="hilight_nick_matches">hilight_nick_matches</option>
+ <option value="hilight_nick_matches_everywhere">hilight_nick_matches_everywhere</option>
<option value="indent">indent</option>
<option value="indent_always">indent_always</option>
<option value="mirc_blink_fix">mirc_blink_fix</option>
diff --git a/documentation/settings/index.markdown b/documentation/settings/index.markdown
index 568843b..54e871a 100644
--- a/documentation/settings/index.markdown
+++ b/documentation/settings/index.markdown
@@ -547,7 +547,14 @@ See the [appendix F](#a_f) for credits and license information of this document.
{:#hilight_nick_matches}
` hilight_nick_matches = ON `
-> Tell irssi whether it should automatically highlight text that matches your nickname.
+> Tell irssi whether it should automatically highlight text that starts with your nickname.
+
+{:#hilight_nick_matches_everywhere}
+` hilight_nick_matches_everywhere = OFF `
+
+> Turn on to extend hilight_nick_matches to match your nickname everywhere in messages, not just at the beginning.
+>
+> Added in irssi 0.8.18
{:#indent}
` indent = 10 `