summaryrefslogtreecommitdiffstats
path: root/scripts/go.pl
AgeCommit message (Collapse)Author
2017-02-08Make anchored string matching configurablemartin f. krafft
Introduces two new settings `go_match_anchored` and `go_complete_anchored` that control whether the search string (the argument to `/go`) matches only at the start of window/item names (the default), or anywhere in the names. Signed-off-by: martin f. krafft <madduck@madduck.net>
2017-02-03Make case-sensitivity of match configurablemartin f. krafft
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 <madduck@madduck.net>
2014-10-19Update go.plferret
bump go.pl version
2014-09-28Update go.plferret
Change tab completion to match /go but not other command beginning with /go (e.g. /google)
2014-05-31Import scripts from scripts.irssi.orgAlexander Færøy