summaryrefslogtreecommitdiffstats
path: root/lib/Reply/Plugin/Nopaste.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Reply/Plugin/Nopaste.pm')
-rw-r--r--lib/Reply/Plugin/Nopaste.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Reply/Plugin/Nopaste.pm b/lib/Reply/Plugin/Nopaste.pm
index dec0940..566c668 100644
--- a/lib/Reply/Plugin/Nopaste.pm
+++ b/lib/Reply/Plugin/Nopaste.pm
@@ -70,12 +70,15 @@ sub print_result {
sub loop {
my $self = shift;
+ my ($continue) = @_;
my $prompt = delete $self->{prompt};
my $line = delete $self->{line};
my $result = delete $self->{result};
$self->{history} .= "$prompt$line$result";
+
+ $continue;
}
sub command_nopaste {