X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/f4c6591162edf2080814e4f1381331075dd25f3f..a75fd4a977d0c23f72a3cd4e8ca38eeb31d4cb17:/vimperator.plp diff --git a/vimperator.plp b/vimperator.plp index cd165a8..624f412 100644 --- a/vimperator.plp +++ b/vimperator.plp @@ -2,7 +2,7 @@ Html({ title => 'vimperator cheat sheet', - version => '1.2', + version => '1.3', description => [ "Interactive cheat sheet for the Vimperator (or Pentadactyl)", "Firefox extension, describing the function of each key.", @@ -22,7 +22,7 @@ Html({ <: use Shiar_Sheet::Keyboard 2.07; -my $info = do 'vimperator.eng.inc.pl' or die $@; +my $info = Data('vimperator.eng'); my $keys = Shiar_Sheet::Keyboard->new($info); $keys->map($get{map}) or undef $get{map}; $keys->print_rows($get{rows});