From 857d474b0eed23f6be5c3fe96c60b3e28dbc86c6 Mon Sep 17 00:00:00 2001 From: jluehrs2 Date: Sat, 24 May 2008 18:11:44 -0500 Subject: don't clear the current command during reset, since we always set it explicitly at the beginning of execute(), and we call reset after each command --- lib/Language/TECO.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Language/TECO.pm b/lib/Language/TECO.pm index 10ebc92..aba111f 100644 --- a/lib/Language/TECO.pm +++ b/lib/Language/TECO.pm @@ -24,7 +24,6 @@ sub has_range { defined shift->{n2} } sub reset { my $self = shift; - $self->{command} = ''; $self->{current_num} = 'n1'; $self->{n1} = undef; $self->{n2} = undef; -- cgit v1.2.3-54-g00ecf