| Commit message (Expand) | Author | Age | Files | Lines |
* | scrollminder now uses uberprompt properly (UP_INNER mode) | Tom Feist | 2010-10-13 | 1 | -1/+1 |
* | fix to uberprompt calling the wrong draw function from signalhandlers | Tom Feist | 2010-10-13 | 1 | -4/+4 |
* | added documentation, debug setting: 'scrollminder_debug', partially updated to | Tom Feist | 2010-10-13 | 1 | -14/+73 |
* | updated history search to use a irssi setting 'histsearch_debug' to enable | Tom Feist | 2010-10-13 | 1 | -2/+13 |
* | history search now uses colour to indicate matches/no-matches | Tom Feist | 2010-10-11 | 1 | -2/+4 |
* | modified rl_history_search to use uberprompt, and added INSTALL section to | Tom Feist | 2010-10-11 | 1 | -15/+27 |
* | modified buildpod to account for repo rename | Tom Feist | 2010-10-11 | 1 | -2/+2 |
* | tidied up loading code, added demo of calling func in outer scope | Tom Feist | 2010-10-10 | 2 | -4/+25 |
* | added a brief proof-of-concept for loading/reloading additional functions on the | Tom Feist | 2010-10-10 | 2 | -0/+84 |
* | re-added additional signals to refresh prompt when needed | Tom Feist | 2010-10-10 | 1 | -1/+7 |
* | removed compat mode for prompt-info, since we no longer adhere to the same | Tom Feist | 2010-10-10 | 1 | -3/+0 |
* | implemented the various prompt addition modes as documented. tests so far loo... | Tom Feist | 2010-10-10 | 1 | -52/+82 |
* | added a bunch of documentation (provisional atm, pending implementation), and | Tom Feist | 2010-10-10 | 1 | -38/+79 |
* | Merge remote branch 'origin/dev' | Tom Feist | 2010-10-09 | 2 | -56/+183 |
|\ |
|
| * | vim_mode: Add :unm[ap] {lhs}. | Simon Ruderich | 2010-10-09 | 1 | -0/+62 |
| * | vim_mode: Prevent invalid operator/command combinations. | Simon Ruderich | 2010-10-09 | 1 | -31/+54 |
| * | vim_mode: Remove unnecessary sub cmd_space(), use cmd_l(). | Simon Ruderich | 2010-10-09 | 1 | -5/+1 |
| * | vim_mode: Update TODO file. | Simon Ruderich | 2010-10-09 | 1 | -3/+0 |
| * | vim_mode: Fix vim_mode.pl crash with invalid regex in :b. | Simon Ruderich | 2010-10-08 | 1 | -6/+18 |
| * | vim_moderc: Add [!] to :mkv[imrc]. | Simon Ruderich | 2010-10-08 | 1 | -3/+5 |
| * | vim_mode: Fix :mkv[imrc]. | Simon Ruderich | 2010-10-08 | 1 | -1/+1 |
| * | vim_mode: Fix :map with ex-commands. | Simon Ruderich | 2010-10-08 | 1 | -1/+1 |
| * | vim_mode: Add :mkv[imrc]. | Simon Ruderich | 2010-10-08 | 1 | -0/+26 |
| * | vim_mode: Update TODO file. | Simon Ruderich | 2010-10-08 | 1 | -4/+0 |
| * | vim_mode: Update documentation. | Simon Ruderich | 2010-10-08 | 1 | -4/+4 |
| * | vim_mode: :map supports <Nop> in {rhs}. | Simon Ruderich | 2010-10-08 | 1 | -2/+15 |
* | | added uberprompt_debug as an irssi setting. defaults to off. | Tom Feist | 2010-10-09 | 1 | -2/+8 |
* | | added doc about uberprompt_format setting | Tom Feist | 2010-10-09 | 1 | -0/+12 |
* | | added Bugs section in comments describing crash bug when debug enabled. Rare | Tom Feist | 2010-10-09 | 1 | -0/+6 |
* | | moved more functions out into visual.pl, cleaned up some of the formatting. | Tom Feist | 2010-10-09 | 2 | -13/+7 |
* | | added some debug logging to catch 'prompt changed' | Tom Feist | 2010-10-09 | 1 | -4/+12 |
* | | documented uberprompt better, and added the 'prompt changed' signal | Tom Feist | 2010-10-09 | 1 | -3/+68 |
* | | actually properly fixed the escaping of stuff now. | Tom Feist | 2010-10-09 | 1 | -5/+12 |
* | | renamed prompt_replace to uberprompt | Tom Feist | 2010-10-09 | 1 | -0/+0 |
* | | factored all the visual stuff out of prompt_replace into its own file. | Tom Feist | 2010-10-09 | 2 | -159/+196 |
|/ |
|
* | Merge remote branch 'origin/dev' | Tom Feist | 2010-10-08 | 1 | -2/+2 |
|\ |
|
| * | vim_mode: Fix :map with {rhs} with only one char. | Simon Ruderich | 2010-10-08 | 1 | -2/+2 |
* | | added TODO file based on rudi_s' list. | Tom Feist | 2010-10-08 | 1 | -0/+49 |
|/ |
|
* | Merge remote branch 'origin/dev' | Tom Feist | 2010-10-08 | 1 | -359/+765 |
|\ |
|
| * | vim_mode: Fix display of 'more' statusbar when scrolling. | Simon Ruderich | 2010-10-08 | 1 | -2/+7 |
| * | vim_mode: Add undo/redo positions to known bugs. | Simon Ruderich | 2010-10-08 | 1 | -0/+1 |
| * | vim_mode: Add : to $commands_ex's {char}. | Simon Ruderich | 2010-10-08 | 1 | -26/+22 |
| * | vim_mode: Minor code cleanup. | Simon Ruderich | 2010-10-08 | 1 | -5/+8 |
| * | vim_mode: Document :s///. | Simon Ruderich | 2010-10-08 | 1 | -0/+4 |
| * | vim_mode: Minor source comment fixes. | Simon Ruderich | 2010-10-08 | 1 | -7/+8 |
| * | vim_mode: :map supports {rhs} with spaces. | Simon Ruderich | 2010-10-08 | 1 | -3/+4 |
| * | vim_mode: :map can map irssi commands. | Simon Ruderich | 2010-10-08 | 1 | -3/+19 |
| * | vim_mode: Ignore control characters in ex-mode for now. | Simon Ruderich | 2010-10-08 | 1 | -0/+4 |
| * | vim_mode: Backspacing over : in ex-mode exists it. | Simon Ruderich | 2010-10-08 | 1 | -2/+7 |
| * | vim_mode: Add <C-E> and <C-Y>. | Simon Ruderich | 2010-10-08 | 1 | -1/+3 |