diff options
| author | Teddy Wing | 2017-12-15 23:24:15 +0100 |
|---|---|---|
| committer | Teddy Wing | 2017-12-15 23:24:15 +0100 |
| commit | 676ce93f641fbbe8424627b1ea411b5ddbcf4ded (patch) | |
| tree | 90c4709c1faa92efb39cb250789287fb7d11c065 | |
| parent | d09c1486cba5459b899a03c447daa33f6d671d67 (diff) | |
| download | irssi-vimput-676ce93f641fbbe8424627b1ea411b5ddbcf4ded.tar.bz2 | |
Take note of a possible message level to use for errors
| -rw-r--r-- | vimput.pl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; } |
