aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rl_history_search: try to abstract the temporary split window concept so it canTom Feist2011-04-141-29/+53
* template: update with MIT licence and bit more doc stubbing.Tom Feist2011-04-141-3/+30
* ido-mode/ido_switcher: cosmetic clean up some msglevel_* bits.Tom Feist2011-04-141-3/+6
* rl_history_search: clarify copyright, bump version number and add more things...Tom Feist2011-04-131-11/+17
* rl_history_search: added 'number select mode', accessible with C-f when theTom Feist2011-04-131-11/+71
* rl_history_search: intial search (no search string) now lets you cycle throughTom Feist2011-04-131-0/+1
* rl_history_search: make split ensure that selected item is always visible whenTom Feist2011-04-131-15/+73
* exec.pl: using open3, but horribly broken. Still not sure why.Tom Feist2011-04-131-83/+219
* exec.pl: now mostly working with IPC::Open3. Needs cleanupTom Feist2011-04-131-62/+120
* added exec.pl, a pseudo-replacement for teh native /exec since it's broken and ITom Feist2011-04-131-0/+248
* rl_history_search: make split info text boldTom Feist2011-04-131-1/+8
* redir-input: test of some internal callback stuff. Which doesn't work. Ho Hum.Tom Feist2011-04-091-3/+6
* rl_history_search: added bits of flex-matching from ido_switcher. PermanentlyTom Feist2011-04-091-7/+76
* rl_history_search: added a new "view history" option, available by pressing tabTom Feist2011-04-091-18/+95
* Merge branch 'map_leader'Tom Feist2011-04-082-32/+59
|\
| * vim-mode/vim_mode: cleanup of commands, and fix bug preventing ex mode fromTom Feist2011-04-061-32/+46
| * updates to gitignoreTom Feist2011-04-061-0/+1
| * vim_mode: C-c cancels ex mode. Start of <Leader> variable support.Tom Feist2011-04-061-3/+14
* | vim-mode: minimal ex-mode tab-completion. Completes provided only the currentTom Feist2011-04-081-1/+9
* | add sig_unbind as a demonstration of the signal_remove coderef bug, and a patchTom Feist2011-04-082-0/+80
* | notifyquit: add 'ftp' to the blacklist since it's a common prefix which isTom Feist2011-04-081-1/+1
|/
* vim_mode: ex_hist documentation additions and cleanup.Tom Feist2011-04-061-7/+16
* vim_mode: fix ambiguous shift warning.ex_historyTom Feist2011-04-061-1/+1
* vim_mode: added history support to Ex mode. Can be scrolled backwards andTom Feist2011-04-061-17/+127
* vim_mode: minor cleanup of constantsTom Feist2011-04-061-8/+8
* input_overlay: cleanup, and work towards better region support.Tom Feist2011-04-061-51/+137
* vim-mode: modify init sequence to bind (default) commands after settings areTom Feist2011-04-061-7/+13
* updated readme with brief synopsis of notifyquit.Tom Feist2011-04-011-0/+7
* notifyquit: kill the debug print that sneaked past.Tom Feist2011-04-011-1/+0
* Bah. more fixing of script_is_loaded.Tom Feist2011-04-015-5/+5
* notifyquit: flippy-floppy some logic for clarity.Tom Feist2011-04-011-4/+3
* uberprompt: general cleanupTom Feist2011-04-011-10/+6
* uberprompt: fix brace handling bugTom Feist2011-04-011-3/+5
* notifyquit: fix stupid syntax error in regex.Tom Feist2011-04-011-31/+31
* modify all scripts to use the new script_is_loaded() function, since newerTom Feist2011-04-015-39/+9
* signal_redir: general cleanup, and added attribution block %IRSSITom Feist2011-04-011-10/+28
* uberprompt: added brace-truncation bug to BUGS section in comments.Tom Feist2011-04-011-0/+2
* added notifyquit.pl, stolen (um, borrowed) from vague@#irssi and made moar be...Tom Feist2011-04-011-0/+169
* feature-tests: created signal_redir as a stripped down version of cmpusers.pl.Tom Feist2011-03-311-0/+98
* uberprompt: add script developer notes and stealable code loading snippet toTom Feist2011-03-311-0/+56
* patch to fix irssi bug #795, although useless because it's already fixed inTom Feist2011-03-311-0/+32
* ido-mode/ido_switcher: last one, I promise!Tom Feist2011-03-191-1/+1
* ido-mode/ido_switcher: oops again, try using the actual hash key. Maybe evenTom Feist2011-03-191-3/+3
* ido-mode/ido_switcher: oops, /win goto, not just /win <num>Tom Feist2011-03-191-1/+1
* Merge branch 'master' of github.com:shabble/irssi-scriptsTom Feist2011-03-192-59/+139
|\
| * vim-mode/tests.pl: Add first real tests: h l 0 ^ $ <Space> <BS> f t.Simon Ruderich2011-03-052-59/+139
* | ido-mode/ido_switcher: switch by refnum by default, since /win goto doesn'tTom Feist2011-03-191-2/+10
|/
* testing: adapted rudi's vim_mode insert test to new format. seems to work fine.Tom Feist2011-03-041-0/+43
* testing: mostly working TAP output, test.pl uses TAP::Harness to run tests. nowTom Feist2011-03-045-43/+116
* working with TAP::HarnessTom Feist2011-03-045-82/+35