aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * vim-mode: Fix s not using count.Simon Ruderich2010-11-081-1/+1
* | fix for prompt_ifno users upgrading to uberprompt without restart (hopefully)Tom Feist2010-11-081-0/+3
|/
* removed test/ dir since it was causing too much troubleTom Feist2010-11-057-1072/+2
* rl_search_history: bump version numberTom Feist2010-11-051-1/+1
* url_hilight: added a warning about unfinishedness, and make it at least compile.Tom Feist2010-11-051-4/+11
* added some feature tests for format expansionTom Feist2010-11-054-53/+213
* vim_mode: added a setting for 'prompt_leading_space' to determine whether theTom Feist2010-11-041-6/+15
* vim_mode: bugfix for error on :map<spc>, should be treated as just :map<ret>Tom Feist2010-11-041-1/+1
* vim_mode: cleaned up docs pointing now to uberpromptTom Feist2010-11-041-5/+7
* start of tab completion for :ex commandsTom Feist2010-11-041-1/+23
* add support for 'prompt length request' signal, which responds with a standardTom Feist2010-11-041-4/+22
* make hist_search attempt to load uberprompt if it isn't already. If that fails,Tom Feist2010-11-041-3/+15
* added input overlay script, still wipTom Feist2010-11-041-0/+53
* whitespace cleanupTom Feist2010-10-261-8/+70
* replace server id separator with \x1d to avoid unintended matchesTom Feist2010-10-261-7/+8
* implement :servernext/prev and :itemnext/prev for switching between servers andTom Feist2010-10-261-0/+85
* Merge remote branch 'origin/dev'Tom Feist2010-10-261-28/+38
|\
| * vim_mode: Fix undo for cc/yy.Simon Ruderich2010-10-151-0/+3
| * vim_mode: Hopefully fix undo/redo with 'start_cmd'.Simon Ruderich2010-10-151-1/+3
| * vim_mode: Correctly display partial commands with ^X notation.Simon Ruderich2010-10-151-1/+11
| * vim_mode: Partially revert 11e71fbcfec0bcb2754cbd92b18ceffb27ee9300 and fix p...Simon Ruderich2010-10-151-27/+22
| * vim_mode: Display partial commands in carret notation.Simon Ruderich2010-10-151-1/+1
* | vim_more: :reg now coalesces empty registers into a single line for clarity.Tom Feist2010-10-261-2/+34
* | bug fix: % in :register print is now escaped to avoid printing coloursTom Feist2010-10-251-1/+3
* | uberprompt: oops, got the setting backwards. On enables replaces now.Tom Feist2010-10-151-1/+1
* | uberprompt: added uberprompt_use_replaces setting (default off) to allow replaceTom Feist2010-10-151-2/+10
|/
* Merge remote branch 'origin/dev'Tom Feist2010-10-151-32/+130
|\
| * vim_mode: escaped % in _set_prompt so uberprompt displays them correctly.Tom Feist2010-10-151-0/+5
| * vim_mode: resolved backslash display issue in vim status itemTom Feist2010-10-151-1/+3
| * vim_mode: Fix 'start_cmd' on startup/reload.Simon Ruderich2010-10-151-1/+1
| * vim_mode: Aborting command also updates partial command.Simon Ruderich2010-10-151-2/+1
| * vim_mode: Honor 'start_cmd' on startup.Simon Ruderich2010-10-151-0/+4
| * vim_mode: Fix display of partial commands.Simon Ruderich2010-10-151-16/+26
| * vim_mode: Clear count when an unknown mapping is encountered.Simon Ruderich2010-10-151-0/+1
| * vim_mode: Don't emit 'setup changed' signal.Simon Ruderich2010-10-151-1/+1
| * vim_mode: Fix :set for boolean values.Simon Ruderich2010-10-141-3/+6
| * vim_mode: Fix :setting empty values.Simon Ruderich2010-10-141-1/+2
| * vim_mode: Make :set more vim-like, :set option=value.Simon Ruderich2010-10-141-1/+6
| * vim_mode: Add 'start_cmd' option.Simon Ruderich2010-10-141-0/+6
| * vim_mode: Case insensitive on/off checking in :set.Simon Ruderich2010-10-141-1/+1
| * vim_mode: Prevent invalid irssi options.Simon Ruderich2010-10-141-0/+3
| * vim_mode: Automatically register and sync options.Simon Ruderich2010-10-141-10/+64
| * vim_mode: Add THANKS section.Simon Ruderich2010-10-141-0/+5
| * vim_mode: Also remove 'setup changed' signal in UNLOAD.Simon Ruderich2010-10-141-1/+1
* | uberprompt: fix to allow { and } characters in input.Tom Feist2010-10-151-1/+17
* | visual: moved term size out of visual into overlayTom Feist2010-10-141-23/+0
* | overlays: initial implementation.Tom Feist2010-10-141-52/+161
|/
* Merge remote branch 'origin/dev'Tom Feist2010-10-144-26/+822
|\
| * prompt: uberprompt no longer applies abstract replaces on prompt format.Tom Feist2010-10-141-1/+2
| * misc: added gitignore to dev branchTom Feist2010-10-141-0/+2