aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* vim_mode: Fix undo for cc/yy.Simon Ruderich2010-10-151-0/+3
| | | | Reported by estragib.
* 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
| | | | Reported by estragib.
* vim_mode: Partially revert 11e71fbcfec0bcb2754cbd92b18ceffb27ee9300 and fix ↵Simon Ruderich2010-10-151-27/+22
| | | | partial command.
* vim_mode: Display partial commands in carret notation.Simon Ruderich2010-10-151-1/+1
|
* 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
| | | | | | | | Reported by estragib.
| * vim_mode: Honor 'start_cmd' on startup.Simon Ruderich2010-10-151-0/+4
| | | | | | | | Reported by estragib.
| * vim_mode: Fix display of partial commands.Simon Ruderich2010-10-151-16/+26
| | | | | | | | Reported by estragib.
| * 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
| | | | | | | | | | Instead call our setup_changed() directly, not sure why the signal doesn't work.
| * 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
| | | | | | | | | | % still pending - ideally te job of the sender to deal with it, or colour features can't be used.
* | visual: moved term size out of visual into overlayTom Feist2010-10-141-23/+0
| |
* | overlays: initial implementation.Tom Feist2010-10-141-52/+161
|/ | | | Vaguely working, but many todos and bugs remain
* 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
| |
| * 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
| | |
| * | Merge branch 'dev' of github.com:shabble/irssi-scripts into devTom Feist2010-10-081-98/+157
| |\ \
| * \ \ Merge remote branch 'origin/dev' into devTom Feist2010-10-081-0/+1
| |\ \ \
| * \ \ \ Merge remote branch 'origin/dev' into devTom Feist2010-10-081-30/+155
| |\ \ \ \
| * \ \ \ \ Merge remote branch 'origin/dev' into devTom Feist2010-10-089-481/+1848
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: prompt_info/prompt_replace.pl test/irssi/config
| * | | | | | added prompt_replace to dev branchTom Feist2010-10-073-0/+727
| | | | | | |
* | | | | | | prompt: uberprompt no longer applies abstract replaces on prompt format.Tom Feist2010-10-141-1/+2
| | | | | | |
* | | | | | | updated ignoreTom Feist2010-10-141-0/+1
| | | | | | |
* | | | | | | misc: tidying up my working dirTom Feist2010-10-1413-0/+26894
| | | | | | |
* | | | | | | uberprompt: removed dead code from startup func.Tom Feist2010-10-141-13/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | 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
| | | | | | |