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 (
Expand
)
Author
Age
Files
Lines
*
sb_position: fix incorrect percent showing at beginning and end of buffer.
Tom Feist
2010-12-02
1
-16
/
+17
*
sb_position: account for empty_linecount to fix incorrect position on /clear,
Tom Feist
2010-12-02
1
-6
/
+16
*
sb_position: /sb commands now work and cause the update as expected
Tom Feist
2010-12-02
1
-2
/
+9
*
sb_position: moved register and sig code into init(), weird hacky bugfix for ...
Tom Feist
2010-12-02
1
-11
/
+15
*
sb_position: added a (presumably) working version of rudi_s' scrollback posit...
Tom Feist
2010-12-02
1
-0
/
+90
*
Revert "vim_mode: prototype of partial ex bindings"
Tom Feist
2010-12-01
1
-31
/
+4
*
docs: recommitting due to revert confusion
Tom Feist
2010-12-01
2
-4
/
+2
*
vim_mode: prototype of partial ex bindings
map-enhance
Tom Feist
2010-12-01
1
-4
/
+31
*
docs: clarify signal_remove cannot be applied to coderef handlers.
Tom Feist
2010-12-01
2
-2
/
+4
*
docs: updated buildpod script to save to new tmp location
vim_mode_1.0
Tom Feist
2010-11-26
1
-1
/
+1
*
uberprompt: squash an uninitalised warning in $cumode checking
Tom Feist
2010-11-24
1
-2
/
+3
*
uberprompt: prompt now updates correctly with $cumode expando
Tom Feist
2010-11-24
1
-1
/
+25
*
uberprompt: updates prompt for changes to $N (your nick)
Tom Feist
2010-11-24
1
-0
/
+2
*
uberprompt: now updates correctly for some additional expandos, such as $tag
Tom Feist
2010-11-24
1
-4
/
+20
*
vim_mode: mapped Irssi commands only use $server context if it is available.
Tom Feist
2010-11-22
1
-1
/
+9
*
vim_mode: fix :snext/prev generating warnings when not connected
Tom Feist
2010-11-22
1
-0
/
+6
*
scrolled_reminder: remove 'SPC goes to end of buffer' message once it has bee...
Tom Feist
2010-11-17
1
-0
/
+3
*
bugfix: stop rl_history_search dumping core by spelling 'signal_remove' properly
Tom Feist
2010-11-17
1
-1
/
+1
*
Merge remote branch 'origin/dev'
Tom Feist
2010-11-08
1
-1
/
+1
|
\
|
*
vim-mode: Fix s not using count.
Simon Ruderich
2010-11-08
1
-1
/
+1
*
|
fix for prompt_ifno users upgrading to uberprompt without restart (hopefully)
Tom Feist
2010-11-08
1
-0
/
+3
|
/
*
removed test/ dir since it was causing too much trouble
Tom Feist
2010-11-05
7
-1072
/
+2
*
rl_search_history: bump version number
Tom Feist
2010-11-05
1
-1
/
+1
*
url_hilight: added a warning about unfinishedness, and make it at least compile.
Tom Feist
2010-11-05
1
-4
/
+11
*
added some feature tests for format expansion
Tom Feist
2010-11-05
4
-53
/
+213
*
vim_mode: added a setting for 'prompt_leading_space' to determine whether the
Tom Feist
2010-11-04
1
-6
/
+15
*
vim_mode: bugfix for error on :map<spc>, should be treated as just :map<ret>
Tom Feist
2010-11-04
1
-1
/
+1
*
vim_mode: cleaned up docs pointing now to uberprompt
Tom Feist
2010-11-04
1
-5
/
+7
*
start of tab completion for :ex commands
Tom Feist
2010-11-04
1
-1
/
+23
*
add support for 'prompt length request' signal, which responds with a standard
Tom Feist
2010-11-04
1
-4
/
+22
*
make hist_search attempt to load uberprompt if it isn't already. If that fails,
Tom Feist
2010-11-04
1
-3
/
+15
*
added input overlay script, still wip
Tom Feist
2010-11-04
1
-0
/
+53
*
whitespace cleanup
Tom Feist
2010-10-26
1
-8
/
+70
*
replace server id separator with \x1d to avoid unintended matches
Tom Feist
2010-10-26
1
-7
/
+8
*
implement :servernext/prev and :itemnext/prev for switching between servers and
Tom Feist
2010-10-26
1
-0
/
+85
*
Merge remote branch 'origin/dev'
Tom Feist
2010-10-26
1
-28
/
+38
|
\
|
*
vim_mode: Fix undo for cc/yy.
Simon Ruderich
2010-10-15
1
-0
/
+3
|
*
vim_mode: Hopefully fix undo/redo with 'start_cmd'.
Simon Ruderich
2010-10-15
1
-1
/
+3
|
*
vim_mode: Correctly display partial commands with ^X notation.
Simon Ruderich
2010-10-15
1
-1
/
+11
|
*
vim_mode: Partially revert 11e71fbcfec0bcb2754cbd92b18ceffb27ee9300 and fix p...
Simon Ruderich
2010-10-15
1
-27
/
+22
|
*
vim_mode: Display partial commands in carret notation.
Simon Ruderich
2010-10-15
1
-1
/
+1
*
|
vim_more: :reg now coalesces empty registers into a single line for clarity.
Tom Feist
2010-10-26
1
-2
/
+34
*
|
bug fix: % in :register print is now escaped to avoid printing colours
Tom Feist
2010-10-25
1
-1
/
+3
*
|
uberprompt: oops, got the setting backwards. On enables replaces now.
Tom Feist
2010-10-15
1
-1
/
+1
*
|
uberprompt: added uberprompt_use_replaces setting (default off) to allow replace
Tom Feist
2010-10-15
1
-2
/
+10
|
/
*
Merge remote branch 'origin/dev'
Tom Feist
2010-10-15
1
-32
/
+130
|
\
|
*
vim_mode: escaped % in _set_prompt so uberprompt displays them correctly.
Tom Feist
2010-10-15
1
-0
/
+5
|
*
vim_mode: resolved backslash display issue in vim status item
Tom Feist
2010-10-15
1
-1
/
+3
|
*
vim_mode: Fix 'start_cmd' on startup/reload.
Simon Ruderich
2010-10-15
1
-1
/
+1
|
*
vim_mode: Aborting command also updates partial command.
Simon Ruderich
2010-10-15
1
-2
/
+1
[next]