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
...
*
|
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
*
|
|
added a bunch more documentation to prompt_info script.
Tom Feist
2010-09-28
1
-3
/
+23
|
/
/
*
|
Merge remote branch 'origin/dev'
Tom Feist
2010-09-28
1
-1
/
+5
|
\
\
|
*
|
vim_mode: Add debug output for :b window.
Simon Ruderich
2010-09-28
1
-1
/
+5
*
|
|
cleaned up the todo list and some of the header comments, including mentioning
Tom Feist
2010-09-28
1
-8
/
+37
|
/
/
*
|
vim_mode: Implement :b# and :b window-name.
Simon Ruderich
2010-09-28
1
-0
/
+39
*
|
vim_mode: Remove G, instead use Ex-mode :b (:buffer) to switch windows.
Simon Ruderich
2010-09-27
1
-20
/
+14
*
|
fixed enter key not working in cmd mode, also added pass-thru for meta-keys in
Tom Feist
2010-09-27
1
-12
/
+16
*
|
changed commit_line to only do internal housekeeping - enter now submits the
Tom Feist
2010-09-27
1
-27
/
+4
*
|
boldified message in _warn()
Tom Feist
2010-09-27
1
-1
/
+1
*
|
vim_mode: Print a warning for UTF-8 mode if Perl < 5.8.1.
Simon Ruderich
2010-09-27
1
-0
/
+5
*
|
vim_mode: Use new _warn() to display warnings.
Simon Ruderich
2010-09-27
1
-3
/
+9
|
/
*
changed word and non_word variables to use pre-compiled regex patterns rather
Tom Feist
2010-09-27
1
-4
/
+11
*
vim_mode: Add support for utf-8 manipulation, on by default.
Simon Ruderich
2010-09-27
1
-3
/
+17
*
vim_mode: Fix e at end of the line and b at beginning of line with leading sp...
Simon Ruderich
2010-09-27
1
-2
/
+4
*
bugfix, accidental duplication of 'send command' in emits in commit_line
Tom Feist
2010-09-27
1
-1
/
+1
*
changed commit_line back to using signal emit to make it tidier.
Tom Feist
2010-09-27
1
-23
/
+5
*
made commit_line use the most appropriate context (window item, window or
Tom Feist
2010-09-27
1
-2
/
+25
*
merged dev, fixed conflict over missing 'if DEBUG'
Tom Feist
2010-09-27
1
-18
/
+20
|
\
|
*
vim_mode: Add missing DEBUGs in prints.
Simon Ruderich
2010-09-27
1
-3
/
+3
|
*
vim_mode: Don't fail if prompt_info.pl isn't available.
Simon Ruderich
2010-09-27
1
-8
/
+8
|
*
vim_mode: Always reset command mode status when entering command mode.
Simon Ruderich
2010-09-27
1
-7
/
+8
*
|
fixed _commit_line to ignore empty lines (to aavoid insufficient args to /say...
Tom Feist
2010-09-27
1
-1
/
+3
|
/
*
added vim_mode_debug setting as a boolean to control whether (large amounts of)
Tom Feist
2010-09-27
1
-3
/
+8
*
Merge remote branch 'origin/dev'
Tom Feist
2010-09-27
1
-7
/
+15
|
\
|
*
vim_mode: Rename vim_mode_jj to vim_mode_cmd_seq.
Simon Ruderich
2010-09-27
1
-7
/
+15
*
|
resolved merge conflict with crash fix and jj implementation
Tom Feist
2010-09-27
1
-32
/
+144
|
\
|
|
*
vim_mode: Add jj to enter command mode.
Simon Ruderich
2010-09-27
1
-1
/
+64
|
*
vim_mode: Rename esc_buf to input_buf.
Simon Ruderich
2010-09-27
1
-17
/
+17
|
*
vim_mode: Add X.
Simon Ruderich
2010-09-27
1
-4
/
+14
|
*
vim_mode: Fix b and e not working between two words.
Simon Ruderich
2010-09-27
1
-0
/
+4
|
*
vim_mode: Remove fixed todo.
Simon Ruderich
2010-09-27
1
-1
/
+0
|
*
vim_mode: esc also resets all command mode related settings.
Simon Ruderich
2010-09-27
1
-0
/
+7
|
*
vim_mode: Implement registers.
Simon Ruderich
2010-09-27
1
-11
/
+36
|
*
vim_mode: Fix . to only ignore movements, and not more.
Simon Ruderich
2010-09-27
1
-1
/
+4
*
|
fixed crashing bug on script unload
Tom Feist
2010-09-27
1
-16
/
+18
*
|
adding still slightly broken undo code. The issue probably lies in how it's
Tom Feist
2010-09-27
1
-2
/
+40
|
/
[prev]
[next]