Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | vim_mode: Print a warning for UTF-8 mode if Perl < 5.8.1. | Simon Ruderich | 2010-09-27 | 1 | -0/+5 | |
| | ||||||
* | vim_mode: Use new _warn() to display warnings. | Simon Ruderich | 2010-09-27 | 1 | -3/+9 | |
| | ||||||
* | changed word and non_word variables to use pre-compiled regex patterns rather | Tom Feist | 2010-09-27 | 1 | -4/+11 | |
| | | | | than strings. | |||||
* | vim_mode: Add support for utf-8 manipulation, on by default. | Simon Ruderich | 2010-09-27 | 1 | -3/+17 | |
| | ||||||
* | vim_mode: Fix e at end of the line and b at beginning of line with leading ↵ | Simon Ruderich | 2010-09-27 | 1 | -2/+4 | |
| | | | | space. | |||||
* | bugfix, accidental duplication of 'send command' in emits in commit_line | Tom Feist | 2010-09-27 | 1 | -1/+1 | |
| | ||||||
* | changed commit_line back to using signal emit to make it tidier. | Tom Feist | 2010-09-27 | 1 | -23/+5 | |
| | ||||||
* | made commit_line use the most appropriate context (window item, window or | Tom Feist | 2010-09-27 | 1 | -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 Feist | 2010-09-27 | 1 | -18/+20 | |
|\ | ||||||
| * | vim_mode: Add missing DEBUGs in prints. | Simon Ruderich | 2010-09-27 | 1 | -3/+3 | |
| | | ||||||
| * | vim_mode: Don't fail if prompt_info.pl isn't available. | Simon Ruderich | 2010-09-27 | 1 | -8/+8 | |
| | | | | | | | | Only ex mode is disabled in this case. | |||||
| * | vim_mode: Always reset command mode status when entering command mode. | Simon Ruderich | 2010-09-27 | 1 | -7/+8 | |
| | | ||||||
* | | fixed _commit_line to ignore empty lines (to aavoid insufficient args to ↵ | Tom Feist | 2010-09-27 | 1 | -1/+3 | |
|/ | | | | /say error) | |||||
* | added vim_mode_debug setting as a boolean to control whether (large amounts of) | Tom Feist | 2010-09-27 | 1 | -3/+8 | |
| | | | | debugging info is printed. | |||||
* | Merge remote branch 'origin/dev' | Tom Feist | 2010-09-27 | 1 | -7/+15 | |
|\ | ||||||
| * | vim_mode: Rename vim_mode_jj to vim_mode_cmd_seq. | Simon Ruderich | 2010-09-27 | 1 | -7/+15 | |
| | | | | | | | | This allows any two keys to enable command mode, like jj, aa, etc. | |||||
* | | resolved merge conflict with crash fix and jj implementation | Tom Feist | 2010-09-27 | 1 | -32/+144 | |
|\| | ||||||
| * | vim_mode: Add jj to enter command mode. | Simon Ruderich | 2010-09-27 | 1 | -1/+64 | |
| | | | | | | | | It's configured by the vim_mode_jj setting. | |||||
| * | vim_mode: Rename esc_buf to input_buf. | Simon Ruderich | 2010-09-27 | 1 | -17/+17 | |
| | | ||||||
| * | vim_mode: Add X. | Simon Ruderich | 2010-09-27 | 1 | -4/+14 | |
| | | ||||||
| * | vim_mode: Fix b and e not working between two words. | Simon Ruderich | 2010-09-27 | 1 | -0/+4 | |
| | | ||||||
| * | vim_mode: Remove fixed todo. | Simon Ruderich | 2010-09-27 | 1 | -1/+0 | |
| | | ||||||
| * | vim_mode: esc also resets all command mode related settings. | Simon Ruderich | 2010-09-27 | 1 | -0/+7 | |
| | | ||||||
| * | vim_mode: Implement registers. | Simon Ruderich | 2010-09-27 | 1 | -11/+36 | |
| | | ||||||
| * | vim_mode: Fix . to only ignore movements, and not more. | Simon Ruderich | 2010-09-27 | 1 | -1/+4 | |
| | | ||||||
* | | fixed crashing bug on script unload | Tom Feist | 2010-09-27 | 1 | -16/+18 | |
| | | ||||||
* | | adding still slightly broken undo code. The issue probably lies in how it's | Tom Feist | 2010-09-27 | 1 | -2/+40 | |
|/ | | | | being added, rather than the actual cmd_undo code. | |||||
* | vim_mode: Display count, operator, movement in statusbar. | Simon Ruderich | 2010-09-27 | 1 | -0/+15 | |
| | ||||||
* | vim_mode: G with no count goes to the last window. | Simon Ruderich | 2010-09-27 | 1 | -1/+12 | |
| | ||||||
* | vim_mode: Add G to switch to count-th window. | Simon Ruderich | 2010-09-27 | 1 | -0/+12 | |
| | ||||||
* | vim_mode: Correctly implement w b e like in vi. | Simon Ruderich | 2010-09-26 | 1 | -5/+59 | |
| | ||||||
* | vim_mode: Fix _end_of_WORD() when called at the end of the line. | Simon Ruderich | 2010-09-26 | 1 | -0/+2 | |
| | ||||||
* | vim_mode: Correctly handle multiple whitespace between words. | Simon Ruderich | 2010-09-26 | 1 | -11/+10 | |
| | | | | Thanks to SvenG for reporting this bug. | |||||
* | vim_mode: Fix my nick. | Simon Ruderich | 2010-09-26 | 1 | -2/+3 | |
| | ||||||
* | vim_mode: Add r. | Simon Ruderich | 2010-09-26 | 1 | -0/+13 | |
| | ||||||
* | Merge remote branch 'origin/dev' | Tom Feist | 2010-09-26 | 1 | -7/+5 | |
|\ | ||||||
| * | vim_mode: Update documentation. | Simon Ruderich | 2010-09-26 | 1 | -4/+4 | |
| | | ||||||
| * | vim_mode: And document it (I keep forgetting). | Simon Ruderich | 2010-09-26 | 1 | -3/+1 | |
| | | ||||||
* | | refactored enter handling code into _commit_line(), and intercepted enter ↵ | Tom Feist | 2010-09-26 | 1 | -21/+34 | |
| | | | | | | | | from ins mode too | |||||
* | | modified script info block to contain real names. | Tom Feist | 2010-09-26 | 1 | -2/+3 | |
|/ | ||||||
* | vim_mode: Add ^ and fix I to use it. | Simon Ruderich | 2010-09-26 | 1 | -1/+17 | |
| | ||||||
* | vim_mode: Document S. | Simon Ruderich | 2010-09-26 | 1 | -1/+1 | |
| | ||||||
* | vim_mode: Add S. | Simon Ruderich | 2010-09-26 | 1 | -1/+7 | |
| | ||||||
* | vim_mode: Add C D. | Simon Ruderich | 2010-09-26 | 1 | -2/+10 | |
| | ||||||
* | vim_mode: . doesn't repeat movements now. | Simon Ruderich | 2010-09-26 | 1 | -5/+7 | |
| | ||||||
* | vim_mode: Minor code restructure. No functional changes. | Simon Ruderich | 2010-09-26 | 1 | -10/+12 | |
| | ||||||
* | first steps towards undo | Tom Feist | 2010-09-26 | 1 | -0/+17 | |
| | ||||||
* | vim_mode: Add cc/dd/yy. | Simon Ruderich | 2010-09-26 | 1 | -2/+14 | |
| | ||||||
* | vim_mode: Implement skipping of movement/operator. | Simon Ruderich | 2010-09-26 | 1 | -6/+8 | |
| | | | | Used by . after startup. | |||||
* | vim_mode: Prepare for skipping of movements. | Simon Ruderich | 2010-09-26 | 1 | -26/+29 | |
| | | | | No real changes, only if (1) {} and indentation. |