diff options
-rw-r--r-- | _includes/sb_sidebar_settings.html | 2 | ||||
-rw-r--r-- | documentation/settings/index.markdown | 9 |
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 ` |