| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | rl_history_search: make split info text bold | Tom Feist | 2011-04-13 | 1 | -1/+8 |
| * | | redir-input: test of some internal callback stuff. Which doesn't work. Ho Hum. | Tom Feist | 2011-04-09 | 1 | -3/+6 |
| * | | rl_history_search: added bits of flex-matching from ido_switcher. Permanently | Tom Feist | 2011-04-09 | 1 | -7/+76 |
| * | | rl_history_search: added a new "view history" option, available by pressing tab | Tom Feist | 2011-04-09 | 1 | -18/+95 |
| * | | Merge branch 'map_leader' | Tom Feist | 2011-04-08 | 2 | -32/+59 |
| |\ \ |
|
| | * | | vim-mode/vim_mode: cleanup of commands, and fix bug preventing ex mode from | Tom Feist | 2011-04-06 | 1 | -32/+46 |
| | * | | updates to gitignore | Tom Feist | 2011-04-06 | 1 | -0/+1 |
| | * | | vim_mode: C-c cancels ex mode. Start of <Leader> variable support. | Tom Feist | 2011-04-06 | 1 | -3/+14 |
| * | | | vim-mode: minimal ex-mode tab-completion. Completes provided only the current | Tom Feist | 2011-04-08 | 1 | -1/+9 |
| * | | | add sig_unbind as a demonstration of the signal_remove coderef bug, and a patch | Tom Feist | 2011-04-08 | 2 | -0/+80 |
| * | | | notifyquit: add 'ftp' to the blacklist since it's a common prefix which is | Tom Feist | 2011-04-08 | 1 | -1/+1 |
| |/ / |
|
| * | | vim_mode: ex_hist documentation additions and cleanup. | Tom Feist | 2011-04-06 | 1 | -7/+16 |
| * | | vim_mode: fix ambiguous shift warning.ex_history | Tom Feist | 2011-04-06 | 1 | -1/+1 |
| * | | vim_mode: added history support to Ex mode. Can be scrolled backwards and | Tom Feist | 2011-04-06 | 1 | -17/+127 |
| * | | vim_mode: minor cleanup of constants | Tom Feist | 2011-04-06 | 1 | -8/+8 |
| * | | input_overlay: cleanup, and work towards better region support. | Tom Feist | 2011-04-06 | 1 | -51/+137 |
| * | | vim-mode: modify init sequence to bind (default) commands after settings are | Tom Feist | 2011-04-06 | 1 | -7/+13 |
| * | | updated readme with brief synopsis of notifyquit. | Tom Feist | 2011-04-01 | 1 | -0/+7 |
| * | | notifyquit: kill the debug print that sneaked past. | Tom Feist | 2011-04-01 | 1 | -1/+0 |
| * | | Bah. more fixing of script_is_loaded. | Tom Feist | 2011-04-01 | 5 | -5/+5 |
| * | | notifyquit: flippy-floppy some logic for clarity. | Tom Feist | 2011-04-01 | 1 | -4/+3 |
| * | | uberprompt: general cleanup | Tom Feist | 2011-04-01 | 1 | -10/+6 |
| * | | uberprompt: fix brace handling bug | Tom Feist | 2011-04-01 | 1 | -3/+5 |
| * | | notifyquit: fix stupid syntax error in regex. | Tom Feist | 2011-04-01 | 1 | -31/+31 |
| * | | modify all scripts to use the new script_is_loaded() function, since newer | Tom Feist | 2011-04-01 | 5 | -39/+9 |
| * | | signal_redir: general cleanup, and added attribution block %IRSSI | Tom Feist | 2011-04-01 | 1 | -10/+28 |
| * | | uberprompt: added brace-truncation bug to BUGS section in comments. | Tom Feist | 2011-04-01 | 1 | -0/+2 |
| * | | added notifyquit.pl, stolen (um, borrowed) from vague@#irssi and made moar be... | Tom Feist | 2011-04-01 | 1 | -0/+169 |
| * | | feature-tests: created signal_redir as a stripped down version of cmpusers.pl. | Tom Feist | 2011-03-31 | 1 | -0/+98 |
| * | | uberprompt: add script developer notes and stealable code loading snippet to | Tom Feist | 2011-03-31 | 1 | -0/+56 |
| * | | patch to fix irssi bug #795, although useless because it's already fixed in | Tom Feist | 2011-03-31 | 1 | -0/+32 |
| * | | ido-mode/ido_switcher: last one, I promise! | Tom Feist | 2011-03-19 | 1 | -1/+1 |
| * | | ido-mode/ido_switcher: oops again, try using the actual hash key. Maybe even | Tom Feist | 2011-03-19 | 1 | -3/+3 |
| * | | ido-mode/ido_switcher: oops, /win goto, not just /win <num> | Tom Feist | 2011-03-19 | 1 | -1/+1 |
| * | | Merge branch 'master' of github.com:shabble/irssi-scripts | Tom Feist | 2011-03-19 | 2 | -59/+139 |
| |\ \ |
|
| | * | | vim-mode/tests.pl: Add first real tests: h l 0 ^ $ <Space> <BS> f t. | Simon Ruderich | 2011-03-05 | 2 | -59/+139 |
| * | | | ido-mode/ido_switcher: switch by refnum by default, since /win goto doesn't | Tom Feist | 2011-03-19 | 1 | -2/+10 |
| |/ / |
|
| * | | testing: adapted rudi's vim_mode insert test to new format. seems to work fine. | Tom Feist | 2011-03-04 | 1 | -0/+43 |
| * | | testing: mostly working TAP output, test.pl uses TAP::Harness to run tests. now | Tom Feist | 2011-03-04 | 5 | -43/+116 |
| * | | working with TAP::Harness | Tom Feist | 2011-03-04 | 5 | -82/+35 |
| * | | testing: cleaned up a lot of the testing logic. Subtests are now reported at ... | Tom Feist | 2011-03-04 | 5 | -57/+170 |
| * | | Test::Irssi::Test - whitespace cleanup | Tom Feist | 2011-03-04 | 1 | -13/+22 |
| * | | readme: updated to give a brief description of the various bits of the repo. | Tom Feist | 2011-03-04 | 1 | -0/+81 |
| * | | vim-mode/vim_mode: make :mapped commands use appropriate context when calling | Tom Feist | 2011-03-04 | 1 | -7/+27 |
| * | | Merge branch 'master' of github.com:shabble/irssi-scripts | Tom Feist | 2011-03-01 | 4 | -0/+88 |
| |\ \ |
|
| | * | | vim-mode: Add tests.pl. | Simon Ruderich | 2011-03-01 | 1 | -0/+48 |
| | * | | vim-mode: Add irssi configuration directory used for testing. | Simon Ruderich | 2011-03-01 | 3 | -0/+40 |
| * | | | uberprompt: updated docs to clarify $uber variable, and polish help stirngs. | Tom Feist | 2011-03-01 | 2 | -5/+124 |
| |/ / |
|
| * | | added other tests | Tom Feist | 2011-02-28 | 4 | -3/+83 |
| * | | refactor everything to make tests more test-like. | Tom Feist | 2011-02-28 | 4 | -42/+47 |