aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* merged configTom Feist2010-10-1411-179/+1669
|\
| * vim_mode: Mention that :set only sets vim_mode settings.Simon Ruderich2010-10-141-1/+1
| |
| * vim_mode: Add :se[t].Simon Ruderich2010-10-141-23/+82
| |
| * vim_mode: Move all settings to $settings hash.Simon Ruderich2010-10-141-21/+31
| |
| * uberprompt: hopefully fixed RHS positioning on script autorunTom Feist2010-10-141-3/+28
| |
| * added list of all signals, including internal ones.Tom Feist2010-10-141-0/+358
| |
| * fixed problem with uberprompt sometimes starting on RHS of input line.Tom Feist2010-10-141-7/+1
| |
| * switched vim_mode to using uberpromptTom Feist2010-10-131-4/+7
| |
| * Merge remote branch 'origin/dev'Tom Feist2010-10-131-69/+178
| |\
| | * vim_mode: Fix warning when mapping :map.Simon Ruderich2010-10-101-1/+3
| | |
| | * vim_mode: Fix pasting registers containing only "0".Simon Ruderich2010-10-101-2/+2
| | | | | | | | | | | | Reported by estragib.
| | * vim_mode: Correctly display pending text-objects.Simon Ruderich2010-10-101-2/+2
| | |
| | * vim_mode: Fix B with operators.Simon Ruderich2010-10-101-2/+1
| | |
| | * vim_mode: Add <BS> to movement docs.Simon Ruderich2010-10-101-1/+1
| | |
| | * vim_mode: Add <BS> in command mode.Simon Ruderich2010-10-101-6/+11
| | | | | | | | | | | | <BS> is also mappable now.
| | * vim_mode: :map {lhs} displays matching mappings.Simon Ruderich2010-10-101-2/+7
| | |
| | * vim_mode: Add known bug.Simon Ruderich2010-10-101-0/+3
| | |
| | * vim_mode: Document :mapping ex-commands doesn't need <Cr>.Simon Ruderich2010-10-101-1/+2
| | |
| | * vim_mode: Fix :bd from displaying buffers matching d.Simon Ruderich2010-10-101-2/+3
| | |
| | * vim_mode: Support counts with ex-commands.Simon Ruderich2010-10-101-33/+84
| | | | | | | | | | | | This supports e.g. :5b, :5bd, :bd 5.
| | * vim_mode: Display command in statusbar after flushing pending map.Simon Ruderich2010-10-091-0/+1
| | | | | | | | | | | | Reported by estragib.
| | * vim_mode: Whitespace only change.Simon Ruderich2010-10-091-24/+48
| | |
| | * vim_mode: Support arguments to mapped ex-arguments.Simon Ruderich2010-10-091-6/+9
| | |
| | * vim_mode: Allow mappings with numbers.Simon Ruderich2010-10-091-2/+2
| | | | | | | | | | | | But not as the first key.
| | * vim_mode: Mapped irssi and <Nop> commands reset count.Simon Ruderich2010-10-091-0/+4
| | |
| | * vim_mode: Support counts with mapped ex-commands.Simon Ruderich2010-10-091-2/+12
| | |
| * | removed a defined-or which needs perl 5.10Tom Feist2010-10-131-1/+1
| | |
| * | fixed undef bug in uberpromptTom Feist2010-10-131-1/+1
| | |
| * | scrollminder now uses uberprompt properly (UP_INNER mode)Tom Feist2010-10-131-1/+1
| | |
| * | fix to uberprompt calling the wrong draw function from signalhandlersTom Feist2010-10-131-4/+4
| | |
| * | added documentation, debug setting: 'scrollminder_debug', partially updated toTom Feist2010-10-131-14/+73
| | | | | | | | | | | | use uberprompt
| * | updated history search to use a irssi setting 'histsearch_debug' to enableTom Feist2010-10-131-2/+13
| | | | | | | | | | | | debugging output.
| * | history search now uses colour to indicate matches/no-matchesTom Feist2010-10-111-2/+4
| | |
| * | modified rl_history_search to use uberprompt, and added INSTALL section toTom Feist2010-10-111-15/+27
| | | | | | | | | | | | header comments
| * | modified buildpod to account for repo renameTom Feist2010-10-111-2/+2
| | |
| * | tidied up loading code, added demo of calling func in outer scopeTom Feist2010-10-102-4/+25
| | |
| * | added a brief proof-of-concept for loading/reloading additional functions on theTom Feist2010-10-102-0/+84
| | | | | | | | | | | | fly from within irssi scripts.
| * | re-added additional signals to refresh prompt when neededTom Feist2010-10-101-1/+7
| | |
| * | removed compat mode for prompt-info, since we no longer adhere to the sameTom Feist2010-10-101-3/+0
| | | | | | | | | | | | signal params
| * | implemented the various prompt addition modes as documented. tests so far ↵Tom Feist2010-10-101-52/+82
| | | | | | | | | | | | look good.
| * | added a bunch of documentation (provisional atm, pending implementation), andTom Feist2010-10-101-38/+79
| |/ | | | | | | started cleanup of code
| * Merge remote branch 'origin/dev'Tom Feist2010-10-092-56/+183
| |\
| | * vim_mode: Add :unm[ap] {lhs}.Simon Ruderich2010-10-091-0/+62
| | |
| | * vim_mode: Prevent invalid operator/command combinations.Simon Ruderich2010-10-091-31/+54
| | |
| | * vim_mode: Remove unnecessary sub cmd_space(), use cmd_l().Simon Ruderich2010-10-091-5/+1
| | |
| | * vim_mode: Update TODO file.Simon Ruderich2010-10-091-3/+0
| | |
| | * vim_mode: Fix vim_mode.pl crash with invalid regex in :b.Simon Ruderich2010-10-081-6/+18
| | |
| | * vim_moderc: Add [!] to :mkv[imrc].Simon Ruderich2010-10-081-3/+5
| | |
| | * vim_mode: Fix :mkv[imrc].Simon Ruderich2010-10-081-1/+1
| | |
| | * vim_mode: Fix :map with ex-commands.Simon Ruderich2010-10-081-1/+1
| | | | | | | | | | | | Broken in d736f605126e368124b3ff8ed4db5b28f83b650f.