aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
| * vim_mode: Add :mkv[imrc].Simon Ruderich2010-10-081-0/+26
| |
| * vim_mode: Update TODO file.Simon Ruderich2010-10-081-4/+0
| |
| * vim_mode: Update documentation.Simon Ruderich2010-10-081-4/+4
| |
| * vim_mode: :map supports <Nop> in {rhs}.Simon Ruderich2010-10-081-2/+15
| |
* | added uberprompt_debug as an irssi setting. defaults to off.Tom Feist2010-10-091-2/+8
| |
* | added doc about uberprompt_format settingTom Feist2010-10-091-0/+12
| |
* | added Bugs section in comments describing crash bug when debug enabled. RareTom Feist2010-10-091-0/+6
| | | | | | | | enough to not really be a problem, I hope.
* | moved more functions out into visual.pl, cleaned up some of the formatting.Tom Feist2010-10-092-13/+7
| |
* | added some debug logging to catch 'prompt changed'Tom Feist2010-10-091-4/+12
| |
* | documented uberprompt better, and added the 'prompt changed' signalTom Feist2010-10-091-3/+68
| |
* | actually properly fixed the escaping of stuff now.Tom Feist2010-10-091-5/+12
| |
* | renamed prompt_replace to uberpromptTom Feist2010-10-091-0/+0
| |
* | factored all the visual stuff out of prompt_replace into its own file.Tom Feist2010-10-092-159/+196
|/
* Merge remote branch 'origin/dev'Tom Feist2010-10-081-2/+2
|\
| * vim_mode: Fix :map with {rhs} with only one char.Simon Ruderich2010-10-081-2/+2
| |
* | added TODO file based on rudi_s' list.Tom Feist2010-10-081-0/+49
|/
* Merge remote branch 'origin/dev'Tom Feist2010-10-081-359/+765
|\
| * vim_mode: Fix display of 'more' statusbar when scrolling.Simon Ruderich2010-10-081-2/+7
| | | | | | | | Reported by estragib.
| * vim_mode: Add undo/redo positions to known bugs.Simon Ruderich2010-10-081-0/+1
| |
| * vim_mode: Add : to $commands_ex's {char}.Simon Ruderich2010-10-081-26/+22
| |
| * vim_mode: Minor code cleanup.Simon Ruderich2010-10-081-5/+8
| |
| * vim_mode: Document :s///.Simon Ruderich2010-10-081-0/+4
| |
| * vim_mode: Minor source comment fixes.Simon Ruderich2010-10-081-7/+8
| |
| * vim_mode: :map supports {rhs} with spaces.Simon Ruderich2010-10-081-3/+4
| |
| * vim_mode: :map can map irssi commands.Simon Ruderich2010-10-081-3/+19
| |
| * vim_mode: Ignore control characters in ex-mode for now.Simon Ruderich2010-10-081-0/+4
| | | | | | | | Reported by estragib.
| * vim_mode: Backspacing over : in ex-mode exists it.Simon Ruderich2010-10-081-2/+7
| | | | | | | | Suggested by estragib.
| * vim_mode: Add <C-E> and <C-Y>.Simon Ruderich2010-10-081-1/+3
| |
| * vim_mode: Fix <C-D>/<C-U> only scrolling one line.Simon Ruderich2010-10-081-2/+4
| | | | | | | | Reported by estragib.
| * vim_mode: Scroll commands are not repeatable.Simon Ruderich2010-10-081-8/+4
| |
| * vim_mode: Fix mapping ex-commands which take an argument.Simon Ruderich2010-10-081-2/+2
| | | | | | | | Reported by estragib.
| * vim_mode: Fix x and X broken in last commit.Simon Ruderich2010-10-081-2/+2
| |
| * vim_mode: Fix typo.Simon Ruderich2010-10-081-7/+7
| |
| * vim_mode: Fix operators when moving left of current position.Simon Ruderich2010-10-081-38/+26
| |
| * vim_mode: Add debug print when calling an ex-command.Simon Ruderich2010-10-081-0/+1
| |
| * vim_mode: $map->{char} is always in <> notation.Simon Ruderich2010-10-081-11/+12
| | | | | | | | Not control characters.
| * vim_mode: Add ~/.irssi/vim_moderc as vimrc-like configuration file.Simon Ruderich2010-10-081-0/+38
| |
| * vim_mode: Fix :map on a placeholder mapping.Simon Ruderich2010-10-081-0/+1
| | | | | | | | Like mapping something to g when no g is used yet (but there are gg G).