aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2017-12-15 23:24:15 +0100
committerTeddy Wing2017-12-15 23:24:15 +0100
commit676ce93f641fbbe8424627b1ea411b5ddbcf4ded (patch)
tree90c4709c1faa92efb39cb250789287fb7d11c065
parentd09c1486cba5459b899a03c447daa33f6d671d67 (diff)
downloadirssi-vimput-676ce93f641fbbe8424627b1ea411b5ddbcf4ded.tar.bz2
Take note of a possible message level to use for errors
-rw-r--r--vimput.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/vimput.pl b/vimput.pl
index f24976f..abf3da4 100644
--- a/vimput.pl
+++ b/vimput.pl
@@ -35,6 +35,7 @@ sub write_input {
sub open_tmux_split {
if (!$ENV{TMUX}) {
print 'no tmux'; # TODO: Replace with Irssi print
+ # MSGLEVEL_CLIENTERROR
return;
}