diff options
| author | Teddy Wing | 2017-12-17 00:24:47 +0100 |
|---|---|---|
| committer | Teddy Wing | 2017-12-17 00:24:47 +0100 |
| commit | 6e8be1797928ba9fb49536d13f8c407ea50a7333 (patch) | |
| tree | da043f219cd977755553ed9b8fcf574a6cabf7ac | |
| parent | dd9e692fcedf220bca2b6981184c6ba2738cb6c3 (diff) | |
| download | irssi-vimput-6e8be1797928ba9fb49536d13f8c407ea50a7333.tar.bz2 | |
open_tmux_split: Get rid of old commented code
| -rw-r--r-- | vimput.pl | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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; |
