index
:
irssi-vimput
master
Edit Irssi messages in Vim
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-02-04
Increase version v1.00 -> v1.01
HEAD
v1.01
master
Teddy Wing
2018-02-04
Merge branch 'move-to-cursor-position-in-vim'
Teddy Wing
2018-01-22
open_tmux_split: Mirror cursor position in Vim
Teddy Wing
2017-12-17
Delete old `CTRL_X` constant
Teddy Wing
2017-12-17
Update `%IRSSI` description
v1.00
Teddy Wing
2017-12-17
Add README
Teddy Wing
2017-12-17
Add license (GNU GPLv3+)
Teddy Wing
2017-12-17
Add a script header comment
Teddy Wing
2017-12-17
Fix `/help` completion
Teddy Wing
2017-12-17
Add a doc comment to the `vimput` subroutine
Teddy Wing
2017-12-17
Remove `vimput` Irssi command
Teddy Wing
2017-12-17
Add help
Teddy Wing
2017-12-17
Turn the 'on key press' signal into a command
Teddy Wing
2017-12-17
Get rid of unused imports
Teddy Wing
2017-12-17
Add documentation comments
Teddy Wing
2017-12-17
Get rid of `$child` variable
Teddy Wing
2017-12-17
Rename `update_input_line_when_finished`
Teddy Wing
2017-12-17
pipe_input: Make subroutines for message prefix conditions
Teddy Wing
2017-12-17
update_input_line_when_finished: Send error messages to pipe
Teddy Wing
2017-12-17
open_tmux_split: Get rid of old commented code
Teddy Wing
2017-12-17
Delete the error pipe
Teddy Wing
2017-12-17
Send errors from child process to parent and print to Irssi
Teddy Wing
2017-12-16
Only permit a single child fork
Teddy Wing
2017-12-16
Move child fork test to a subroutine
Teddy Wing
2017-12-16
update_input_line_when_finished: Reindent
Teddy Wing
2017-12-16
Remove second pipe
Teddy Wing
2017-12-16
Get rid of old commented code
Teddy Wing
2017-12-16
Set prompt to saved Vim contents
Teddy Wing
2017-12-16
open_tmux_split: Remove filename first argument
Teddy Wing
2017-12-16
Open Vim instance without blocking
Teddy Wing
2017-12-16
Use separate `Irssi::input_add` handlers for command & input
Teddy Wing
2017-12-16
Distinguish between commands and input in pipe reader
Teddy Wing
2017-12-16
Put the FIFO back in
Teddy Wing
2017-12-16
Get rid of the sleep while reading the socket
Teddy Wing
2017-12-16
Use two pipe to communicate between forks
Teddy Wing
2017-12-16
Try to use Unix domain sockets for inter-process communication
Teddy Wing
2017-12-16
Get simple forking working without Vim & FIFO nonsense
Teddy Wing
2017-12-16
FIFO sort of works
Teddy Wing
2017-12-16
Try to listen on a FIFO for the updated message
Teddy Wing
2017-12-15
Take note of a possible message level to use for errors
Teddy Wing
2017-12-15
Add a TODO to see if we can replace our signal with a command
Teddy Wing
2017-12-15
Open a Tmux split with the prompt contents
Teddy Wing
2017-12-15
Write input contents on C-x
Teddy Wing
2017-12-15
Write input contents on key press
Teddy Wing
2017-12-15
Make `$VERSION` and `%IRSSI` `our` variables
Teddy Wing
2017-12-15
Print current input contents
Teddy Wing