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
Commit message (
Collapse
)
Author
Age
Files
Lines
*
vim_mode: Fix history with /set vim_mode_utf8 on.
Simon Ruderich
2010-10-02
1
-2
/
+12
|
*
vim_mode: Add text-object aW.
Simon Ruderich
2010-10-02
1
-4
/
+89
|
*
vim_mode: Add :bd.
Simon Ruderich
2010-10-01
1
-0
/
+4
|
*
vim_mode: Fix gE in first word on line.
Simon Ruderich
2010-10-01
1
-1
/
+1
|
*
vim_mode: Fix W between words.
Simon Ruderich
2010-10-01
1
-0
/
+7
|
*
vim_mode: First work on text-objects.
Simon Ruderich
2010-10-01
1
-1
/
+23
|
|
|
|
They do nothing at the moment, but get (correctly) called.
*
vim_mode: Allow movement functions to change $cur_pos.
Simon Ruderich
2010-10-01
1
-8
/
+54
|
*
vim_mode: Fix _beginning_of_WORD() at end of the line.
Simon Ruderich
2010-10-01
1
-1
/
+1
|
*
vim_mode: Add known bugs.
Simon Ruderich
2010-10-01
1
-0
/
+5
|
*
vim_mode: Add ge and gE.
Simon Ruderich
2010-10-01
1
-1
/
+29
|
*
vim_mode: Move movement W to new function.
Simon Ruderich
2010-10-01
1
-7
/
+15
|
*
vim_mode: Move movement w to new function.
Simon Ruderich
2010-10-01
1
-13
/
+20
|
*
vim_mode: " is not repeatable.
Simon Ruderich
2010-10-01
1
-1
/
+0
|
*
vim_mode: Store repeatable "movements" in hash.
Simon Ruderich
2010-10-01
1
-7
/
+20
|
*
vim_mode: Update documentation.
Simon Ruderich
2010-10-01
1
-55
/
+81
|
*
vim_mode: Add Ctrl-W j/k to switch to split windows.
Simon Ruderich
2010-10-01
1
-2
/
+18
|
*
vim_mode: Minor comment update.
Simon Ruderich
2010-10-01
1
-1
/
+1
|
*
Merge remote branch 'origin/dev'
Tom Feist
2010-10-01
1
-4
/
+49
|
\
|
*
vim_mode: Add Ctrl-D, Ctrl-U, Ctrl-F, Ctrl-B for scrolling.
Simon Ruderich
2010-10-01
1
-2
/
+41
|
|
|
*
vim_mode: Add :undol[ist], remove Ctrl-D.
Simon Ruderich
2010-10-01
1
-2
/
+2
|
|
|
*
vim_mode: Add Ctrl-6 in command mode, same like :b#.
Simon Ruderich
2010-09-30
1
-0
/
+6
|
|
*
|
added a brief snippet showing how to intercept 'print text' signals, and updated
Tom Feist
2010-10-01
2
-0
/
+39
|
|
|
|
|
|
|
|
the signal docs to describe hte behaviour of 'gui print text'
*
|
Merge remote branch 'origin/dev'
Tom Feist
2010-09-30
1
-5
/
+22
|
\
|
|
*
vim_mode: Add :bn :bp.
Simon Ruderich
2010-09-30
1
-2
/
+8
|
|
|
*
vim_mode: Add :ls and :buffers.
Simon Ruderich
2010-09-30
1
-0
/
+3
|
|
|
*
vim_mode: Fix esc in ex mode leaving the prompt unchanged.
Simon Ruderich
2010-09-30
1
-1
/
+3
|
|
|
*
vim_mode: Document ; and .
Simon Ruderich
2010-09-30
1
-0
/
+1
|
|
|
*
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
|
/
|
|
|
don't really want.
*
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
|
|
*
|
updated test irssi config with /vim and /unvim commands for easy reloading.
Tom Feist
2010-09-30
1
-0
/
+4
|
|
*
|
major changes to undo, no longer saving entries from inside _input, but using
Tom Feist
2010-09-30
1
-18
/
+21
|
/
|
|
|
command handler instead.
*
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
|
[next]