aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-02-04Increase version v1.00 -> v1.01HEADv1.01masterTeddy Wing
2018-02-04Merge branch 'move-to-cursor-position-in-vim'Teddy Wing
2018-01-22open_tmux_split: Mirror cursor position in VimTeddy Wing
2017-12-17Delete old `CTRL_X` constantTeddy Wing
2017-12-17Update `%IRSSI` descriptionv1.00Teddy Wing
2017-12-17Add READMETeddy Wing
2017-12-17Add license (GNU GPLv3+)Teddy Wing
2017-12-17Add a script header commentTeddy Wing
2017-12-17Fix `/help` completionTeddy Wing
2017-12-17Add a doc comment to the `vimput` subroutineTeddy Wing
2017-12-17Remove `vimput` Irssi commandTeddy Wing
2017-12-17Add helpTeddy Wing
2017-12-17Turn the 'on key press' signal into a commandTeddy Wing
2017-12-17Get rid of unused importsTeddy Wing
2017-12-17Add documentation commentsTeddy Wing
2017-12-17Get rid of `$child` variableTeddy Wing
2017-12-17Rename `update_input_line_when_finished`Teddy Wing
2017-12-17pipe_input: Make subroutines for message prefix conditionsTeddy Wing
2017-12-17update_input_line_when_finished: Send error messages to pipeTeddy Wing
2017-12-17open_tmux_split: Get rid of old commented codeTeddy Wing
2017-12-17Delete the error pipeTeddy Wing
2017-12-17Send errors from child process to parent and print to IrssiTeddy Wing
2017-12-16Only permit a single child forkTeddy Wing
2017-12-16Move child fork test to a subroutineTeddy Wing
2017-12-16update_input_line_when_finished: ReindentTeddy Wing
2017-12-16Remove second pipeTeddy Wing
2017-12-16Get rid of old commented codeTeddy Wing
2017-12-16Set prompt to saved Vim contentsTeddy Wing
2017-12-16open_tmux_split: Remove filename first argumentTeddy Wing
2017-12-16Open Vim instance without blockingTeddy Wing
2017-12-16Use separate `Irssi::input_add` handlers for command & inputTeddy Wing
2017-12-16Distinguish between commands and input in pipe readerTeddy Wing
2017-12-16Put the FIFO back inTeddy Wing
2017-12-16Get rid of the sleep while reading the socketTeddy Wing
2017-12-16Use two pipe to communicate between forksTeddy Wing
2017-12-16Try to use Unix domain sockets for inter-process communicationTeddy Wing
2017-12-16Get simple forking working without Vim & FIFO nonsenseTeddy Wing
2017-12-16FIFO sort of worksTeddy Wing
2017-12-16Try to listen on a FIFO for the updated messageTeddy Wing
2017-12-15Take note of a possible message level to use for errorsTeddy Wing
2017-12-15Add a TODO to see if we can replace our signal with a commandTeddy Wing
2017-12-15Open a Tmux split with the prompt contentsTeddy Wing
2017-12-15Write input contents on C-xTeddy Wing
2017-12-15Write input contents on key pressTeddy Wing
2017-12-15Make `$VERSION` and `%IRSSI` `our` variablesTeddy Wing
2017-12-15Print current input contentsTeddy Wing