diff options
author | B Thibault <isundil@knacki.info> | 2016-04-29 01:01:34 +0200 |
---|---|---|
committer | B Thibault <isundil@knacki.info> | 2016-04-29 01:01:34 +0200 |
commit | d8a6e666994ec4265459ed1e6665c01eb651eb82 (patch) | |
tree | 68de5e19776b4f01d5fdc4f5957f34248a77bb8c /docs | |
parent | 9fa3869a97be7b79c0aa5f7a7e80d655b0a7f8d8 (diff) | |
download | irssi-d8a6e666994ec4265459ed1e6665c01eb651eb82.zip |
Ref #421 (Add an option to make /hilight case sensitive)
Allow use of /hilight -case exAMPle (compatible with other options)
Added matchcase to hilight config file (exemple: { text = exAMPle; matchcase = yes; } )
Diffstat (limited to 'docs')
-rw-r--r-- | docs/help/in/hilight.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/help/in/hilight.in b/docs/help/in/hilight.in index fabbc2ea..677e64c3 100644 --- a/docs/help/in/hilight.in +++ b/docs/help/in/hilight.in @@ -10,6 +10,7 @@ -line: Highlights the whole line. -mask: Highlights all messages from users matching the mask. -full: The text must match the full word. + -case: The text must match case. -regexp: The text is a regular expression. -color: The color the display the highlight in. -actcolor: The color to mark the highlight activity in the statusbar. |