aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2017-12-17 00:24:47 +0100
committerTeddy Wing2017-12-17 00:24:47 +0100
commit6e8be1797928ba9fb49536d13f8c407ea50a7333 (patch)
treeda043f219cd977755553ed9b8fcf574a6cabf7ac
parentdd9e692fcedf220bca2b6981184c6ba2738cb6c3 (diff)
downloadirssi-vimput-6e8be1797928ba9fb49536d13f8c407ea50a7333.tar.bz2
open_tmux_split: Get rid of old commented code
-rw-r--r--vimput.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/vimput.pl b/vimput.pl
index ce37273..042f830 100644
--- a/vimput.pl
+++ b/vimput.pl
@@ -43,10 +43,8 @@ sub write_input {
# Open a Tmux split containing a Vim instance editing the vimput_file.
sub open_tmux_split {
my ($fifo, $error_handle) = @_;
- # my ($fifo) = @_;
if (!$ENV{TMUX}) {
- # Irssi::print('Not running in tmux.', MSGLEVEL_CLIENTERROR);
print $error_handle ERROR_PREFIX . 'Not running in tmux.';
return 0;