| Commit message (Expand) | Author | Files | Lines |
2010-09-28 | vim_mode: :b Ignore case. | Simon Ruderich | 1 | -3/+2 |
2010-09-28 | cleaned up the todo list and some of the header comments, including mentioning | Tom Feist | 1 | -8/+37 |
2010-09-28 | vim_mode: Add debug output for :b window. | Simon Ruderich | 1 | -1/+5 |
2010-09-28 | vim_mode: Implement :b# and :b window-name. | Simon Ruderich | 1 | -0/+39 |
2010-09-27 | vim_mode: Remove G, instead use Ex-mode :b (:buffer) to switch windows. | Simon Ruderich | 1 | -20/+14 |
2010-09-27 | fixed enter key not working in cmd mode, also added pass-thru for meta-keys in | Tom Feist | 1 | -12/+16 |
2010-09-27 | changed commit_line to only do internal housekeeping - enter now submits the | Tom Feist | 1 | -27/+4 |
2010-09-27 | boldified message in _warn() | Tom Feist | 1 | -1/+1 |
2010-09-27 | vim_mode: Print a warning for UTF-8 mode if Perl < 5.8.1. | Simon Ruderich | 1 | -0/+5 |
2010-09-27 | vim_mode: Use new _warn() to display warnings. | Simon Ruderich | 1 | -3/+9 |
2010-09-27 | changed word and non_word variables to use pre-compiled regex patterns rather | Tom Feist | 1 | -4/+11 |
2010-09-27 | vim_mode: Add support for utf-8 manipulation, on by default. | Simon Ruderich | 1 | -3/+17 |
2010-09-27 | vim_mode: Fix e at end of the line and b at beginning of line with leading sp... | Simon Ruderich | 1 | -2/+4 |
2010-09-27 | bugfix, accidental duplication of 'send command' in emits in commit_line | Tom Feist | 1 | -1/+1 |
2010-09-27 | changed commit_line back to using signal emit to make it tidier. | Tom Feist | 1 | -23/+5 |
2010-09-27 | made commit_line use the most appropriate context (window item, window or | Tom Feist | 1 | -2/+25 |
2010-09-27 | fixed _commit_line to ignore empty lines (to aavoid insufficient args to /say... | Tom Feist | 1 | -1/+3 |
2010-09-27 | vim_mode: Add missing DEBUGs in prints. | Simon Ruderich | 1 | -3/+3 |
2010-09-27 | vim_mode: Don't fail if prompt_info.pl isn't available. | Simon Ruderich | 1 | -8/+8 |
2010-09-27 | vim_mode: Always reset command mode status when entering command mode. | Simon Ruderich | 1 | -7/+8 |
2010-09-27 | added vim_mode_debug setting as a boolean to control whether (large amounts of) | Tom Feist | 1 | -3/+8 |
2010-09-27 | vim_mode: Rename vim_mode_jj to vim_mode_cmd_seq. | Simon Ruderich | 1 | -7/+15 |
2010-09-27 | fixed crashing bug on script unload | Tom Feist | 1 | -16/+18 |
2010-09-27 | vim_mode: Add jj to enter command mode. | Simon Ruderich | 1 | -1/+64 |
2010-09-27 | vim_mode: Rename esc_buf to input_buf. | Simon Ruderich | 1 | -17/+17 |
2010-09-27 | vim_mode: Add X. | Simon Ruderich | 1 | -4/+14 |
2010-09-27 | vim_mode: Fix b and e not working between two words. | Simon Ruderich | 1 | -0/+4 |
2010-09-27 | vim_mode: Remove fixed todo. | Simon Ruderich | 1 | -1/+0 |
2010-09-27 | vim_mode: esc also resets all command mode related settings. | Simon Ruderich | 1 | -0/+7 |
2010-09-27 | vim_mode: Implement registers. | Simon Ruderich | 1 | -11/+36 |
2010-09-27 | vim_mode: Fix . to only ignore movements, and not more. | Simon Ruderich | 1 | -1/+4 |
2010-09-27 | adding still slightly broken undo code. The issue probably lies in how it's | Tom Feist | 1 | -2/+40 |
2010-09-27 | vim_mode: Display count, operator, movement in statusbar. | Simon Ruderich | 1 | -0/+15 |
2010-09-27 | vim_mode: G with no count goes to the last window. | Simon Ruderich | 1 | -1/+12 |
2010-09-27 | vim_mode: Add G to switch to count-th window. | Simon Ruderich | 1 | -0/+12 |
2010-09-26 | vim_mode: Correctly implement w b e like in vi. | Simon Ruderich | 1 | -5/+59 |
2010-09-26 | vim_mode: Fix _end_of_WORD() when called at the end of the line. | Simon Ruderich | 1 | -0/+2 |
2010-09-26 | vim_mode: Correctly handle multiple whitespace between words. | Simon Ruderich | 1 | -11/+10 |
2010-09-26 | vim_mode: Fix my nick. | Simon Ruderich | 1 | -2/+3 |
2010-09-26 | vim_mode: Add r. | Simon Ruderich | 1 | -0/+13 |
2010-09-26 | refactored enter handling code into _commit_line(), and intercepted enter fro... | Tom Feist | 1 | -21/+34 |
2010-09-26 | modified script info block to contain real names. | Tom Feist | 1 | -2/+3 |
2010-09-26 | vim_mode: Update documentation. | Simon Ruderich | 1 | -4/+4 |
2010-09-26 | vim_mode: And document it (I keep forgetting). | Simon Ruderich | 1 | -3/+1 |
2010-09-26 | vim_mode: Add ^ and fix I to use it. | Simon Ruderich | 1 | -1/+17 |
2010-09-26 | vim_mode: Document S. | Simon Ruderich | 1 | -1/+1 |
2010-09-26 | vim_mode: Add S. | Simon Ruderich | 1 | -1/+7 |
2010-09-26 | vim_mode: Add C D. | Simon Ruderich | 1 | -2/+10 |
2010-09-26 | vim_mode: . doesn't repeat movements now. | Simon Ruderich | 1 | -5/+7 |
2010-09-26 | vim_mode: Minor code restructure. No functional changes. | Simon Ruderich | 1 | -10/+12 |