index
:
irssi-scripts
dev
ex_history
join_password_channels
join_password_protected_channels
map-enhance
master
patches
richoH-dev
richoH-master
tab-complete
tab_completion
vim-newinput
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
vim-mode
/
vim_mode.pl
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-09-30
vim_mode: Add missing use for irssi 0.8.14.
Simon Ruderich
1
-0
/
+1
2010-09-30
major changes to undo, no longer saving entries from inside _input, but using
Tom Feist
1
-18
/
+21
2010-09-30
vim_mode: Implement black hole register.
Simon Ruderich
1
-0
/
+6
2010-09-30
vim_mode: Fix insert repeat forgetting flushed @input_buf chars.
Simon Ruderich
1
-0
/
+3
2010-09-30
vim_mode: Also unregister the vim_windows statusbar.
Simon Ruderich
1
-0
/
+1
2010-09-30
missed some $ratios in teh debug prints when fixing last time
Tom Feist
1
-2
/
+2
2010-09-30
renamed $ratio for some more 'my masks ... scope' weirdness in 5.8.9
Tom Feist
1
-4
/
+4
2010-09-30
thanks to rudi_s for pointing out what a ternary operator looks like.
Tom Feist
1
-1
/
+1
2010-09-30
rename $window to avoid conflict in cmd_ex_command
Tom Feist
1
-2
/
+2
2010-09-30
fixed comment urls to point at irssi-scripts/ as they should
Tom Feist
1
-2
/
+2
2010-09-30
removed // defined-or to allow 5.8 users to play.
Tom Feist
1
-1
/
+1
2010-09-29
vim_mode: Fix C not to move one character to the left.
Simon Ruderich
1
-4
/
+6
2010-09-29
vim_mode: Fix c to not delete the last space before a word.
Simon Ruderich
1
-0
/
+8
2010-09-29
vim_mode: Fix dB.
Simon Ruderich
1
-4
/
+4
2010-09-29
vim_mode: Fix missing argument to cmd_operator_d().
Simon Ruderich
1
-1
/
+1
2010-09-29
vim_mode: Fix W with operators.
Simon Ruderich
1
-3
/
+4
2010-09-29
vim_mode: Fix deletion/yanking/changing with most movements.
Simon Ruderich
1
-4
/
+31
2010-09-29
vim_mode: Fix d at the end of the line.
Simon Ruderich
1
-0
/
+3
2010-09-29
vim_mode: Support repeat for c, like c3wxxx<esc> .
Simon Ruderich
1
-6
/
+11
2010-09-29
vim_mode: Don't move after last character in command mode.
Simon Ruderich
1
-4
/
+11
2010-09-29
vim_mode: Add support to append to registers (A-Z).
Simon Ruderich
1
-5
/
+17
2010-09-29
vim_mode: Fix :registers/:display with arguments.
Simon Ruderich
1
-1
/
+3
2010-09-29
vim_mode: Add :reg[isters] and :di[splay] ex commands.
Simon Ruderich
1
-0
/
+15
2010-09-29
vim_mode: Only allow access to registers a-z and " * +.
Simon Ruderich
1
-2
/
+12
2010-09-29
vim_mode: Make sure ex commands match from the beginning.
Simon Ruderich
1
-2
/
+2
2010-09-29
vim_mode: Comment update.
Simon Ruderich
1
-1
/
+1
2010-09-29
vim_mode: Add missing if DEBUG.
Simon Ruderich
1
-1
/
+1
2010-09-29
vim_mode: Add support for insert mode repetition and counts.
Simon Ruderich
1
-54
/
+126
2010-09-29
vim_mode: Fix cursor position to work like Vim.
Simon Ruderich
1
-0
/
+11
2010-09-29
additional debug prints in _input(_pos) to determine why undo positions are
Tom Feist
1
-5
/
+20
2010-09-28
added MIT licence boilerplate
Tom Feist
1
-11
/
+35
2010-09-28
vim_mode: Move cmd and ex-mode handling to separate functions.
Simon Ruderich
1
-151
/
+155
2010-09-28
changed licence to MIT
Tom Feist
1
-2
/
+2
2010-09-28
vim_mode: Add UTF-8 support for ~.
Simon Ruderich
1
-1
/
+1
2010-09-28
slightly better undo mode. Still gets position wrong sometimes
Tom Feist
1
-15
/
+47
2010-09-28
vim_mode: Add special registers "* and "+ for irssi's cut buffer.
Simon Ruderich
1
-0
/
+8
2010-09-28
vim_mode: :b has vim_windows statusbar displaying matching channels.
Simon Ruderich
1
-2
/
+31
2010-09-28
vim_mode: Move :b name code to own function.
Simon Ruderich
1
-45
/
+51
2010-09-28
vim_mode: Add support for :b s/c
Simon Ruderich
1
-0
/
+14
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
[prev]
[next]