]> git.99rst.org Git - irssi-scripts.irssi.org.git/commit
Make case-sensitivity of match configurable
authormartin f. krafft <redacted>
Wed, 1 Feb 2017 21:56:07 +0000 (22:56 +0100)
committermartin f. krafft <redacted>
Fri, 3 Feb 2017 10:08:11 +0000 (11:08 +0100)
commit4d80ff9fa33f2afd845e8c5a4b70ceec61d2f6d7
tree4b95850895b19d5409902583506450fee99f7881
parentd570824cd72ed5d4a2a8a2c19af847d72308427e
Make case-sensitivity of match configurable

Introduces two new settings:

- 'go_match_case_sensitive' which, if OFF, causes channel/window names to be
  matched case-insensitively.

    /go foo  → #Foobar

- 'go_complete_case_sensitive' which, if ON, causes channel/window names to be
  matched case-sensitively during tab-completion:

    /go foo<tab>  → will not yield #Foobar

Signed-off-by: martin f. krafft <redacted>
scripts/go.pl
git clone https://git.99rst.org/PROJECT