| Commit message (Expand) | Author | Files | Lines |
2011-05-12 | updaed vim input.txt with some more notes.vim-newinput | Tom Feist | 1 | -0/+22 |
2011-05-05 | vim-mode/vim_mode: more broken. Need to start over, I think. | Tom Feist | 1 | -192/+277 |
2011-05-05 | vim-mode/vim_mode: quite heavily broken. Needs a whole new rethink about the way | Tom Feist | 1 | -434/+490 |
2011-05-05 | vim-mode/vim_mode: fix some warnings/errors on script unload, allow cmd_seq to | Tom Feist | 1 | -27/+89 |
2011-05-05 | vim-mode/vim_mode: tidy up, remove some dead code. | Tom Feist | 1 | -53/+62 |
2011-05-05 | vim-mode/vim_mode: beginnings of new input system starting to take shape - | Tom Feist | 1 | -204/+398 |
2011-05-05 | vim-mode/vim_mode: added :set [no]option for booleans. Needs testing (which | Tom Feist | 1 | -0/+15 |
2011-05-05 | vim-mode/vim_mode: changed input_buf to escape_buf to more accurately represent | Tom Feist | 1 | -91/+128 |
2011-05-05 | addded all the 'official' vim timeout* settigns for controliling escape handl... | Tom Feist | 1 | -10/+12 |
2011-05-05 | change _debug to eliminate DEBUG function call | Tom Feist | 1 | -6/+24 |
2011-05-05 | vim-mode/vim_mode: moved input handling code out of signal handler into a | Tom Feist | 1 | -21/+56 |
2011-05-05 | vim_mode: small comment change test | Tom Feist | 1 | -1/+1 |
2011-05-05 | vim-mode/vim_mode: minor comment fixups | Tom Feist | 1 | -3/+6 |
2011-05-05 | vim-mode/vim_mode: OCD code reformatting (thanks, perltidy!) | Tom Feist | 1 | -154/+190 |
2011-05-05 | vim-mode/vim_mode: moved things into more common groupings and added comment | Tom Feist | 1 | -163/+253 |
2011-05-05 | renamed various statusbar-item and expando callbacks, and their generator fun... | Tom Feist | 1 | -19/+25 |
2011-05-04 | vim-mode: new branch for fixing input code. Move it all to single location (end | Tom Feist | 1 | -516/+524 |
2011-05-04 | small documentation fixup | Tom Feist | 1 | -0/+5 |
2011-04-28 | vim-mode/vim_mode: fixed the stupd bugs I missed by not testing. Might possibly | Tom Feist | 1 | -2/+2 |
2011-04-28 | vim-mode/vim_mode: added new setting: 'esc_buf_timeout', | Tom Feist | 1 | -2/+9 |
2011-04-22 | vim-mode/vim_mode: FINAL doc update for now. Or Else. | Tom Feist | 2 | -10/+10 |
2011-04-22 | vim-mode/vim_mode: docs: missed a bracket. | Tom Feist | 2 | -2/+2 |
2011-04-22 | vim-mode/vim_mode: more doc updates about hooks and sbar items. | Tom Feist | 2 | -37/+59 |
2011-04-22 | vim-mode/vim_mode: more documentation on how to use uberprompt hooks and | Tom Feist | 2 | -2/+136 |
2011-04-22 | vim-mode/vim_mode: added a new $vim_wins expando to be used instead of the | Tom Feist | 1 | -16/+28 |
2011-04-18 | vim-mode/vim_mode: added '$vim_cmd_mode' expando that contains the same info as | Tom Feist | 1 | -4/+20 |
2011-04-18 | vim-mode/vim_mode: all bullet points finally fired. I hope. | Tom Feist | 2 | -92/+176 |
2011-04-18 | vim-mode/vim_mode: more docs update. Grar. | Tom Feist | 2 | -44/+16 |
2011-04-18 | vim-mode/vim_mode: updated docs (only partially, to see how it looks) | Tom Feist | 2 | -75/+139 |
2011-04-18 | updated a whole bunch of README files. | Tom Feist | 1 | -0/+444 |
2011-04-18 | removed original markdown readmes | Tom Feist | 1 | -327/+0 |
2011-04-18 | vim-mode/vim_mode: more changes to docs and generator. Starting to look almost | Tom Feist | 2 | -157/+233 |
2011-04-18 | added vim-mode genereated readme | Tom Feist | 1 | -0/+284 |
2011-04-18 | vim-mode/vim_mode: podified help | Tom Feist | 1 | -244/+412 |
2011-04-08 | vim-mode: minimal ex-mode tab-completion. Completes provided only the current | Tom Feist | 1 | -1/+9 |
2011-04-06 | vim-mode/vim_mode: cleanup of commands, and fix bug preventing ex mode from | Tom Feist | 1 | -32/+46 |
2011-04-06 | vim_mode: C-c cancels ex mode. Start of <Leader> variable support. | Tom Feist | 1 | -3/+14 |
2011-04-06 | vim_mode: ex_hist documentation additions and cleanup. | Tom Feist | 1 | -7/+16 |
2011-04-06 | vim_mode: fix ambiguous shift warning.ex_history | Tom Feist | 1 | -1/+1 |
2011-04-06 | vim_mode: added history support to Ex mode. Can be scrolled backwards and | Tom Feist | 1 | -17/+127 |
2011-04-06 | vim_mode: minor cleanup of constants | Tom Feist | 1 | -8/+8 |
2011-04-06 | vim-mode: modify init sequence to bind (default) commands after settings are | Tom Feist | 1 | -7/+13 |
2011-04-01 | modify all scripts to use the new script_is_loaded() function, since newer | Tom Feist | 1 | -7/+1 |
2011-03-05 | vim-mode/tests.pl: Add first real tests: h l 0 ^ $ <Space> <BS> f t. | Simon Ruderich | 1 | -16/+139 |
2011-03-04 | vim-mode/vim_mode: make :mapped commands use appropriate context when calling | Tom Feist | 1 | -7/+27 |
2011-03-01 | vim-mode: Add tests.pl. | Simon Ruderich | 1 | -0/+48 |
2011-03-01 | vim-mode: Add irssi configuration directory used for testing. | Simon Ruderich | 3 | -0/+40 |
2011-02-24 | defined check to prevent a warning in flush_input_buffer() [thanks DE1] | Tom Feist | 1 | -1/+1 |
2011-02-19 | added some detail on FSM for input control, and how to detect <esc> sequences. | Tom Feist | 1 | -18/+55 |
2011-02-19 | input.txt: Add some general ideas. | Simon Ruderich | 1 | -1/+18 |