X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/8bf4b29ac2bea396e7aafe10713ec3b148a153a8..f12be29851e838f63640c9cac5f3f6216fc35fd7:/vi.plp diff --git a/vi.plp b/vi.plp index 9a11580..c5e2025 100644 --- a/vi.plp +++ b/vi.plp @@ -2,7 +2,7 @@ Html({ title => 'vi cheat sheet', - version => '1.3', + version => '1.5', description => [ "Interactive cheat sheet for vi text editors, notably Vim,", "describing each key in various modes.", @@ -21,7 +21,7 @@ Html({ <: use Shiar_Sheet::Keyboard 2.07; -my $info = do 'vi.eng.inc.pl' or die $@; +my $info = Data('vi.eng'); my $keys = Shiar_Sheet::Keyboard->new($info); $keys->map($get{map}) or undef $get{map}; $keys->print_rows($get{rows});