aboutsummaryrefslogtreecommitdiffstats
path: root/vim-mode/vim_mode.pl (follow)
Commit message (Expand)AuthorAgeFilesLines
* bump vim_mode version number to 1.1.0 ready for tagging.vim_mode_1.1Tom Feist2012-02-031-2/+2
* vim_mode: change vim_mode_esc_buf_timeout setting to be of type TIME. DefaultTom Feist2012-02-021-1/+8
* fixed _warn that should have been _debug, peth++Tom Feist2011-07-021-1/+1
* small documentation fixupTom Feist2011-05-041-0/+5
* vim-mode/vim_mode: fixed the stupd bugs I missed by not testing. Might possiblyTom Feist2011-04-281-2/+2
* vim-mode/vim_mode: added new setting: 'esc_buf_timeout',Tom Feist2011-04-281-2/+9
* Merge branch 'dev' of github.com:shabble/irssi-scripts into devTom Feist2011-04-221-6/+9
|\
| * vim-mode: Fix :map displaying <C-H> as mapped to <BS>.Simon Ruderich2011-02-121-0/+2
| * vim-mode: Support ^H as BS key.Simon Ruderich2011-01-201-4/+5
* | vim-mode/vim_mode: FINAL doc update for now. Or Else.Tom Feist2011-04-221-5/+5
* | vim-mode/vim_mode: docs: missed a bracket.Tom Feist2011-04-221-1/+1
* | vim-mode/vim_mode: more doc updates about hooks and sbar items.Tom Feist2011-04-221-19/+30
* | vim-mode/vim_mode: more documentation on how to use uberprompt hooks andTom Feist2011-04-221-1/+68
* | vim-mode/vim_mode: added a new $vim_wins expando to be used instead of theTom Feist2011-04-221-16/+28
* | vim-mode/vim_mode: added '$vim_cmd_mode' expando that contains the same info asTom Feist2011-04-181-4/+20
* | vim-mode/vim_mode: all bullet points finally fired. I hope.Tom Feist2011-04-181-46/+88
* | vim-mode/vim_mode: more docs update. Grar.Tom Feist2011-04-181-22/+8
* | vim-mode/vim_mode: updated docs (only partially, to see how it looks)Tom Feist2011-04-181-39/+69
* | vim-mode/vim_mode: more changes to docs and generator. Starting to look almostTom Feist2011-04-181-77/+110
* | vim-mode/vim_mode: podified helpTom Feist2011-04-181-244/+412
* | Merge branch 'map_leader'Tom Feist2011-04-081-32/+58
|\ \
| * | vim-mode/vim_mode: cleanup of commands, and fix bug preventing ex mode fromTom Feist2011-04-061-32/+46
| * | vim_mode: C-c cancels ex mode. Start of <Leader> variable support.Tom Feist2011-04-061-3/+14
* | | vim-mode: minimal ex-mode tab-completion. Completes provided only the currentTom Feist2011-04-081-1/+9
|/ /
* | vim_mode: ex_hist documentation additions and cleanup.Tom Feist2011-04-061-7/+16
* | vim_mode: fix ambiguous shift warning.ex_historyTom Feist2011-04-061-1/+1
* | vim_mode: added history support to Ex mode. Can be scrolled backwards andTom Feist2011-04-061-17/+127
* | vim_mode: minor cleanup of constantsTom Feist2011-04-061-8/+8
* | vim-mode: modify init sequence to bind (default) commands after settings areTom Feist2011-04-061-7/+13
* | modify all scripts to use the new script_is_loaded() function, since newerTom Feist2011-04-011-7/+1
* | vim-mode/vim_mode: make :mapped commands use appropriate context when callingTom Feist2011-03-041-7/+27
* | defined check to prevent a warning in flush_input_buffer() [thanks DE1]Tom Feist2011-02-241-1/+1
* | fixed deprecated warning on defined (%hash)Tom Feist2011-02-191-1/+1
|/
* vim_mode: Document cmdchars is not used for mappings.Simon Ruderich2010-11-291-0/+4
* vim_mode: mapped Irssi commands only use $server context if it is available.Tom Feist2010-11-221-1/+9
* vim_mode: fix :snext/prev generating warnings when not connectedTom Feist2010-11-221-0/+6
* vim-mode: Fix s not using count.Simon Ruderich2010-11-081-1/+1
* removed test/ dir since it was causing too much troubleTom Feist2010-11-051-0/+2
* vim_mode: added a setting for 'prompt_leading_space' to determine whether theTom Feist2010-11-041-6/+15
* vim_mode: bugfix for error on :map<spc>, should be treated as just :map<ret>Tom Feist2010-11-041-1/+1
* vim_mode: cleaned up docs pointing now to uberpromptTom Feist2010-11-041-5/+7
* start of tab completion for :ex commandsTom Feist2010-11-041-1/+23
* whitespace cleanupTom Feist2010-10-261-8/+70
* replace server id separator with \x1d to avoid unintended matchesTom Feist2010-10-261-7/+8
* implement :servernext/prev and :itemnext/prev for switching between servers andTom Feist2010-10-261-0/+85
* Merge remote branch 'origin/dev'Tom Feist2010-10-261-28/+38
|\
| * vim_mode: Fix undo for cc/yy.Simon Ruderich2010-10-151-0/+3
| * vim_mode: Hopefully fix undo/redo with 'start_cmd'.Simon Ruderich2010-10-151-1/+3
| * vim_mode: Correctly display partial commands with ^X notation.Simon Ruderich2010-10-151-1/+11
| * vim_mode: Partially revert 11e71fbcfec0bcb2754cbd92b18ceffb27ee9300 and fix p...Simon Ruderich2010-10-151-27/+22