index
:
irssi-vimput
master
Edit Irssi messages in Vim
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
vimput.pl
Age
Commit message (
Expand
)
Author
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