aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2017-12-17 02:22:19 +0100
committerTeddy Wing2017-12-17 02:22:19 +0100
commit5a62f7556529a3a9bb981afb32cdaf072b08cebb (patch)
treef493fdd6c909b4088c5e03f5f6d34506dc7a0a32
parent84ab68f96634cc29eb63a266a30b3147fec835e5 (diff)
downloadirssi-vimput-5a62f7556529a3a9bb981afb32cdaf072b08cebb.tar.bz2
Add a doc comment to the `vimput` subroutine
-rw-r--r--vimput.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/vimput.pl b/vimput.pl
index 17852e4..019ef49 100644
--- a/vimput.pl
+++ b/vimput.pl
@@ -212,6 +212,7 @@ HELP
});
+# Main entrypoint.
sub vimput {
write_input(Irssi::parse_special('$L', undef, 0));
open_tmux_and_update_input_line_when_finished();