aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* vim_mode: Comment update.Simon Ruderich2010-09-291-1/+1
|
* vim_mode: Add missing if DEBUG.Simon Ruderich2010-09-291-1/+1
|
* vim_mode: Add support for insert mode repetition and counts.Simon Ruderich2010-09-291-54/+126
|
* vim_mode: Fix cursor position to work like Vim.Simon Ruderich2010-09-291-0/+11
|
* additional debug prints in _input(_pos) to determine why undo positions areTom Feist2010-09-291-5/+20
| | | | being set incorrectly
* Merge remote branch 'origin/dev'Tom Feist2010-09-281-151/+155
|\
| * vim_mode: Move cmd and ex-mode handling to separate functions.Simon Ruderich2010-09-281-151/+155
| |
* | added MIT licence boilerplateTom Feist2010-09-281-11/+35
|/
* changed licence to MITTom Feist2010-09-281-2/+2
|
* vim_mode: Add UTF-8 support for ~.Simon Ruderich2010-09-281-1/+1
|
* Merge remote branch 'remotes/origin/dev'Tom Feist2010-09-281-32/+88
|\
| * vim_mode: Add special registers "* and "+ for irssi's cut buffer.Simon Ruderich2010-09-281-0/+8
| |
| * vim_mode: :b has vim_windows statusbar displaying matching channels.Simon Ruderich2010-09-281-2/+31
| |
| * vim_mode: Move :b name code to own function.Simon Ruderich2010-09-281-45/+51
| |
| * vim_mode: Add support for :b s/cSimon Ruderich2010-09-281-0/+14
| | | | | | | | Where s is the server (lowercase) and c is the channel (lowercase).
| * vim_mode: :b Ignore case.Simon Ruderich2010-09-281-3/+2
| |
* | slightly better undo mode. Still gets position wrong sometimesTom Feist2010-09-281-15/+47
| |
* | added a bunch more documentation to prompt_info script.Tom Feist2010-09-281-3/+23
|/
* Merge remote branch 'origin/dev'Tom Feist2010-09-281-1/+5
|\
| * vim_mode: Add debug output for :b window.Simon Ruderich2010-09-281-1/+5
| |
* | cleaned up the todo list and some of the header comments, including mentioningTom Feist2010-09-281-8/+37
|/ | | | the dep for :ex on prompt_info.
* vim_mode: Implement :b# and :b window-name.Simon Ruderich2010-09-281-0/+39
|
* vim_mode: Remove G, instead use Ex-mode :b (:buffer) to switch windows.Simon Ruderich2010-09-271-20/+14
|
* fixed enter key not working in cmd mode, also added pass-thru for meta-keys inTom Feist2010-09-271-12/+16
| | | | cmd mode
* changed commit_line to only do internal housekeeping - enter now submits theTom Feist2010-09-271-27/+4
| | | | line to irssi for default handling (signal is not stopped)
* boldified message in _warn()Tom Feist2010-09-271-1/+1
|
* vim_mode: Print a warning for UTF-8 mode if Perl < 5.8.1.Simon Ruderich2010-09-271-0/+5
|
* vim_mode: Use new _warn() to display warnings.Simon Ruderich2010-09-271-3/+9
|
* changed word and non_word variables to use pre-compiled regex patterns ratherTom Feist2010-09-271-4/+11
| | | | than strings.
* vim_mode: Add support for utf-8 manipulation, on by default.Simon Ruderich2010-09-271-3/+17
|
* vim_mode: Fix e at end of the line and b at beginning of line with leading ↵Simon Ruderich2010-09-271-2/+4
| | | | space.
* bugfix, accidental duplication of 'send command' in emits in commit_lineTom Feist2010-09-271-1/+1
|
* changed commit_line back to using signal emit to make it tidier.Tom Feist2010-09-271-23/+5
|
* made commit_line use the most appropriate context (window item, window orTom Feist2010-09-271-2/+25
| | | | | server) to execute commands, falling back to Irssi::command only if none of them are available.
* merged dev, fixed conflict over missing 'if DEBUG'Tom Feist2010-09-271-18/+20
|\
| * vim_mode: Add missing DEBUGs in prints.Simon Ruderich2010-09-271-3/+3
| |
| * vim_mode: Don't fail if prompt_info.pl isn't available.Simon Ruderich2010-09-271-8/+8
| | | | | | | | Only ex mode is disabled in this case.
| * vim_mode: Always reset command mode status when entering command mode.Simon Ruderich2010-09-271-7/+8
| |
* | fixed _commit_line to ignore empty lines (to aavoid insufficient args to ↵Tom Feist2010-09-271-1/+3
|/ | | | /say error)
* added vim_mode_debug setting as a boolean to control whether (large amounts of)Tom Feist2010-09-271-3/+8
| | | | debugging info is printed.
* Merge remote branch 'origin/dev'Tom Feist2010-09-271-7/+15
|\
| * vim_mode: Rename vim_mode_jj to vim_mode_cmd_seq.Simon Ruderich2010-09-271-7/+15
| | | | | | | | This allows any two keys to enable command mode, like jj, aa, etc.
* | resolved merge conflict with crash fix and jj implementationTom Feist2010-09-271-32/+144
|\|
| * vim_mode: Add jj to enter command mode.Simon Ruderich2010-09-271-1/+64
| | | | | | | | It's configured by the vim_mode_jj setting.
| * vim_mode: Rename esc_buf to input_buf.Simon Ruderich2010-09-271-17/+17
| |
| * vim_mode: Add X.Simon Ruderich2010-09-271-4/+14
| |
| * vim_mode: Fix b and e not working between two words.Simon Ruderich2010-09-271-0/+4
| |
| * vim_mode: Remove fixed todo.Simon Ruderich2010-09-271-1/+0
| |
| * vim_mode: esc also resets all command mode related settings.Simon Ruderich2010-09-271-0/+7
| |
| * vim_mode: Implement registers.Simon Ruderich2010-09-271-11/+36
| |