aboutsummaryrefslogtreecommitdiffstats
path: root/vim-mode/vim_mode.pl (unfollow)
Commit message (Expand)AuthorFilesLines
2011-07-02fixed _warn that should have been _debug, peth++Tom Feist1-1/+1
2011-05-04small documentation fixupTom Feist1-0/+5
2011-04-28vim-mode/vim_mode: fixed the stupd bugs I missed by not testing. Might possiblyTom Feist1-2/+2
2011-04-28vim-mode/vim_mode: added new setting: 'esc_buf_timeout',Tom Feist1-2/+9
2011-04-22vim-mode/vim_mode: FINAL doc update for now. Or Else.Tom Feist1-5/+5
2011-04-22vim-mode/vim_mode: docs: missed a bracket.Tom Feist1-1/+1
2011-04-22vim-mode/vim_mode: more doc updates about hooks and sbar items.Tom Feist1-19/+30
2011-04-22vim-mode/vim_mode: more documentation on how to use uberprompt hooks andTom Feist1-1/+68
2011-04-22vim-mode/vim_mode: added a new $vim_wins expando to be used instead of theTom Feist1-16/+28
2011-04-18vim-mode/vim_mode: added '$vim_cmd_mode' expando that contains the same info asTom Feist1-4/+20
2011-04-18vim-mode/vim_mode: all bullet points finally fired. I hope.Tom Feist1-46/+88
2011-04-18vim-mode/vim_mode: more docs update. Grar.Tom Feist1-22/+8
2011-04-18vim-mode/vim_mode: updated docs (only partially, to see how it looks)Tom Feist1-39/+69
2011-04-18vim-mode/vim_mode: more changes to docs and generator. Starting to look almostTom Feist1-77/+110
2011-04-18vim-mode/vim_mode: podified helpTom Feist1-244/+412
2011-04-08vim-mode: minimal ex-mode tab-completion. Completes provided only the currentTom Feist1-1/+9
2011-04-06vim-mode/vim_mode: cleanup of commands, and fix bug preventing ex mode fromTom Feist1-32/+46
2011-04-06vim_mode: C-c cancels ex mode. Start of <Leader> variable support.Tom Feist1-3/+14
2011-04-06vim_mode: ex_hist documentation additions and cleanup.Tom Feist1-7/+16
2011-04-06vim_mode: fix ambiguous shift warning.ex_historyTom Feist1-1/+1
2011-04-06vim_mode: added history support to Ex mode. Can be scrolled backwards andTom Feist1-17/+127
2011-04-06vim_mode: minor cleanup of constantsTom Feist1-8/+8
2011-04-06vim-mode: modify init sequence to bind (default) commands after settings areTom Feist1-7/+13
2011-04-01modify all scripts to use the new script_is_loaded() function, since newerTom Feist1-7/+1
2011-03-04vim-mode/vim_mode: make :mapped commands use appropriate context when callingTom Feist1-7/+27
2011-02-24defined check to prevent a warning in flush_input_buffer() [thanks DE1]Tom Feist1-1/+1
2011-02-19fixed deprecated warning on defined (%hash)Tom Feist1-1/+1
2011-02-12vim-mode: Fix :map displaying <C-H> as mapped to <BS>.Simon Ruderich1-0/+2
2011-01-20vim-mode: Support ^H as BS key.Simon Ruderich1-4/+5
2010-12-01Revert "vim_mode: prototype of partial ex bindings"Tom Feist1-31/+4
2010-12-01vim_mode: prototype of partial ex bindingsmap-enhanceTom Feist1-4/+31
2010-11-29vim_mode: Document cmdchars is not used for mappings.Simon Ruderich1-0/+4
2010-11-22vim_mode: mapped Irssi commands only use $server context if it is available.Tom Feist1-1/+9
2010-11-22vim_mode: fix :snext/prev generating warnings when not connectedTom Feist1-0/+6
2010-11-08vim-mode: Fix s not using count.Simon Ruderich1-1/+1
2010-11-05removed test/ dir since it was causing too much troubleTom Feist1-0/+2
2010-11-04vim_mode: added a setting for 'prompt_leading_space' to determine whether theTom Feist1-6/+15
2010-11-04vim_mode: bugfix for error on :map<spc>, should be treated as just :map<ret>Tom Feist1-1/+1
2010-11-04vim_mode: cleaned up docs pointing now to uberpromptTom Feist1-5/+7
2010-11-04start of tab completion for :ex commandsTom Feist1-1/+23
2010-10-26whitespace cleanupTom Feist1-8/+70
2010-10-26replace server id separator with \x1d to avoid unintended matchesTom Feist1-7/+8
2010-10-26implement :servernext/prev and :itemnext/prev for switching between servers andTom Feist1-0/+85
2010-10-26vim_more: :reg now coalesces empty registers into a single line for clarity.Tom Feist1-2/+34
2010-10-25bug fix: % in :register print is now escaped to avoid printing coloursTom Feist1-1/+3
2010-10-15vim_mode: Fix undo for cc/yy.Simon Ruderich1-0/+3
2010-10-15vim_mode: Hopefully fix undo/redo with 'start_cmd'.Simon Ruderich1-1/+3
2010-10-15vim_mode: Correctly display partial commands with ^X notation.Simon Ruderich1-1/+11
2010-10-15vim_mode: Partially revert 11e71fbcfec0bcb2754cbd92b18ceffb27ee9300 and fix p...Simon Ruderich1-27/+22
2010-10-15vim_mode: Display partial commands in carret notation.Simon Ruderich1-1/+1