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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
vim_mode: Add s.
Simon Ruderich
2010-09-30
1
-1
/
+7
|
*
vim_mode: Remove implemented todo.
Simon Ruderich
2010-09-30
1
-1
/
+0
*
|
beginnings of configurable undo buffer size limit.
Tom Feist
2010-09-30
1
-0
/
+2
|
/
*
more fixing to undo, weird bug that C-d would make it work when it shouldn't.
Tom Feist
2010-09-30
1
-6
/
+6
*
Merge remote branch 'origin/dev'
Tom Feist
2010-09-30
1
-0
/
+42
|
\
|
*
vim_mode: Add ; and ,.
Simon Ruderich
2010-09-30
1
-0
/
+41
|
*
vim_mode: Add missing use for irssi 0.8.14.
Simon Ruderich
2010-09-30
1
-0
/
+1
*
|
mostly working undo/redo support. Still adding history entries though, which we
Tom Feist
2010-09-30
1
-15
/
+33
|
/
*
Merge remote branch 'origin/dev'
Tom Feist
2010-09-30
1
-0
/
+10
|
\
|
*
vim_mode: Implement black hole register.
Simon Ruderich
2010-09-30
1
-0
/
+6
|
*
vim_mode: Fix insert repeat forgetting flushed @input_buf chars.
Simon Ruderich
2010-09-30
1
-0
/
+3
|
*
vim_mode: Also unregister the vim_windows statusbar.
Simon Ruderich
2010-09-30
1
-0
/
+1
*
|
major changes to undo, no longer saving entries from inside _input, but using
Tom Feist
2010-09-30
1
-18
/
+21
|
/
*
missed some $ratios in teh debug prints when fixing last time
Tom Feist
2010-09-30
1
-2
/
+2
*
renamed $ratio for some more 'my masks ... scope' weirdness in 5.8.9
Tom Feist
2010-09-30
1
-4
/
+4
*
thanks to rudi_s for pointing out what a ternary operator looks like.
Tom Feist
2010-09-30
1
-1
/
+1
*
rename $window to avoid conflict in cmd_ex_command
Tom Feist
2010-09-30
1
-2
/
+2
*
fixed comment urls to point at irssi-scripts/ as they should
Tom Feist
2010-09-30
1
-2
/
+2
*
removed // defined-or to allow 5.8 users to play.
Tom Feist
2010-09-30
1
-1
/
+1
*
vim_mode: Fix C not to move one character to the left.
Simon Ruderich
2010-09-29
1
-4
/
+6
*
vim_mode: Fix c to not delete the last space before a word.
Simon Ruderich
2010-09-29
1
-0
/
+8
*
vim_mode: Fix dB.
Simon Ruderich
2010-09-29
1
-4
/
+4
*
vim_mode: Fix missing argument to cmd_operator_d().
Simon Ruderich
2010-09-29
1
-1
/
+1
*
vim_mode: Fix W with operators.
Simon Ruderich
2010-09-29
1
-3
/
+4
*
vim_mode: Fix deletion/yanking/changing with most movements.
Simon Ruderich
2010-09-29
1
-4
/
+31
*
vim_mode: Fix d at the end of the line.
Simon Ruderich
2010-09-29
1
-0
/
+3
*
vim_mode: Support repeat for c, like c3wxxx<esc> .
Simon Ruderich
2010-09-29
1
-6
/
+11
*
vim_mode: Don't move after last character in command mode.
Simon Ruderich
2010-09-29
1
-4
/
+11
*
vim_mode: Add support to append to registers (A-Z).
Simon Ruderich
2010-09-29
1
-5
/
+17
*
vim_mode: Fix :registers/:display with arguments.
Simon Ruderich
2010-09-29
1
-1
/
+3
*
vim_mode: Add :reg[isters] and :di[splay] ex commands.
Simon Ruderich
2010-09-29
1
-0
/
+15
*
vim_mode: Only allow access to registers a-z and " * +.
Simon Ruderich
2010-09-29
1
-2
/
+12
*
vim_mode: Make sure ex commands match from the beginning.
Simon Ruderich
2010-09-29
1
-2
/
+2
*
vim_mode: Comment update.
Simon Ruderich
2010-09-29
1
-1
/
+1
*
vim_mode: Add missing if DEBUG.
Simon Ruderich
2010-09-29
1
-1
/
+1
*
vim_mode: Add support for insert mode repetition and counts.
Simon Ruderich
2010-09-29
1
-54
/
+126
*
vim_mode: Fix cursor position to work like Vim.
Simon Ruderich
2010-09-29
1
-0
/
+11
*
additional debug prints in _input(_pos) to determine why undo positions are
Tom Feist
2010-09-29
1
-5
/
+20
*
Merge remote branch 'origin/dev'
Tom Feist
2010-09-28
1
-151
/
+155
|
\
|
*
vim_mode: Move cmd and ex-mode handling to separate functions.
Simon Ruderich
2010-09-28
1
-151
/
+155
*
|
added MIT licence boilerplate
Tom Feist
2010-09-28
1
-11
/
+35
|
/
*
changed licence to MIT
Tom Feist
2010-09-28
1
-2
/
+2
*
vim_mode: Add UTF-8 support for ~.
Simon Ruderich
2010-09-28
1
-1
/
+1
*
Merge remote branch 'remotes/origin/dev'
Tom Feist
2010-09-28
1
-32
/
+88
|
\
|
*
vim_mode: Add special registers "* and "+ for irssi's cut buffer.
Simon Ruderich
2010-09-28
1
-0
/
+8
|
*
vim_mode: :b has vim_windows statusbar displaying matching channels.
Simon Ruderich
2010-09-28
1
-2
/
+31
|
*
vim_mode: Move :b name code to own function.
Simon Ruderich
2010-09-28
1
-45
/
+51
|
*
vim_mode: Add support for :b s/c
Simon Ruderich
2010-09-28
1
-0
/
+14
|
*
vim_mode: :b Ignore case.
Simon Ruderich
2010-09-28
1
-3
/
+2
*
|
slightly better undo mode. Still gets position wrong sometimes
Tom Feist
2010-09-28
1
-15
/
+47
|
/
[prev]
[next]