chars: font coverage from hashed data entry
[sheet.git] / vi.plp
diff --git a/vi.plp b/vi.plp
index 9a115803b2d4c8dab08aa670f54ee59f853b2a88..c5e202528e73899fe46b00f73ced2ccc2f1b88f7 100644 (file)
--- 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});