# NOTE: Derived from lib/Term/ReadLine/Zoid/ViCommand.pm. # Changes made here will be lost when autosplit is run again. # See AutoSplit.pm. package Term::ReadLine::Zoid::ViCommand; #line 783 "lib/Term/ReadLine/Zoid/ViCommand.pm (autosplit into blib/lib/auto/Term/ReadLine/Zoid/ViCommand/vi_G.al)" sub vi_G { return $_[0]->bell if $_[2] > @{$_[0]{history}}; $_[0]->set_history( @{$_[0]{history}} - $_[2] ); # we keep the history in the reversed direction } # end of Term::ReadLine::Zoid::ViCommand::vi_G 1;