diff options
| author | Tom Feist <shabble@metavore.org> | 2011-04-22 09:12:57 +0000 | 
|---|---|---|
| committer | Tom Feist <shabble@metavore.org> | 2011-04-22 09:12:57 +0000 | 
| commit | 9e7dcb44adfaaf675da62d8b9116ebd9ae96cf4f (patch) | |
| tree | ca60a23df16d88904d60a4c1668c92afba2db58f | |
| parent | history-search/README: linkifying failed, fallin back to GH style linkage. (diff) | |
| download | irssi-scripts-9e7dcb44adfaaf675da62d8b9116ebd9ae96cf4f.tar.gz irssi-scripts-9e7dcb44adfaaf675da62d8b9116ebd9ae96cf4f.zip | |
finally fixed link to point at coekies repo.
Diffstat (limited to '')
| -rw-r--r-- | history-search/README.pod | 5 | ||||
| -rw-r--r-- | history-search/rl_history_search.pl | 5 | 
2 files changed, 6 insertions, 4 deletions
| diff --git a/history-search/README.pod b/history-search/README.pod index f33474d..830eb5f 100644 --- a/history-search/README.pod +++ b/history-search/README.pod @@ -65,7 +65,7 @@ Exits search mode without selecting.  Opens a new split window, showing all matching completions.  C<E<lt>EscE<gt>>  will close the window again, as will any other action that exits history search  mode.  Possible candidates can be cycled through as normal using C<C-r> and -<C-s>. +C<<C-s>.  =item * Any other ctrl- or meta- key @@ -78,7 +78,8 @@ functionally equivalent to C<Enter>).  =head1 AUTHORS  Original script -[[history_search.pl|http://github.com/coekie/irssi-scripts/blob/master/history_search.pl]] Copyright E<copy> 2007 Wouter Coekaerts C<E<lt>coekie@irssi.orgE<gt>> +L<http://github.com/coekie/irssi-scripts/blob/master/history_search.pl> + Copyright E<copy> 2007 Wouter Coekaerts C<E<lt>coekie@irssi.orgE<gt>>  Most of the other fancy stuff Copyright E<copy> 2011 Tom Feist diff --git a/history-search/rl_history_search.pl b/history-search/rl_history_search.pl index 4fdfec8..1ac0d6e 100644 --- a/history-search/rl_history_search.pl +++ b/history-search/rl_history_search.pl @@ -65,7 +65,7 @@ Exits search mode without selecting.  Opens a new split window, showing all matching completions.  C<E<lt>EscE<gt>>  will close the window again, as will any other action that exits history search  mode.  Possible candidates can be cycled through as normal using C<C-r> and -<C-s>. +C<<C-s>.  =item * Any other ctrl- or meta- key @@ -78,7 +78,8 @@ functionally equivalent to C<Enter>).  =head1 AUTHORS  Original script -[[history_search.pl|http://github.com/coekie/irssi-scripts/blob/master/history_search.pl]] Copyright E<copy> 2007 Wouter Coekaerts C<E<lt>coekie@irssi.orgE<gt>> +L<http://github.com/coekie/irssi-scripts/blob/master/history_search.pl> + Copyright E<copy> 2007 Wouter Coekaerts C<E<lt>coekie@irssi.orgE<gt>>  Most of the other fancy stuff Copyright E<copy> 2011 Tom Feist | 
