termcol: rename scumm preset to dosbox
[sheet.git] / vi.plp
diff --git a/vi.plp b/vi.plp
index 39d498b567a4e12ca9fdea14a1fd3526fc3b073f..bd30d8cf19c3d0c1f228aea855f36bc4231aab3c 100644 (file)
--- a/vi.plp
+++ b/vi.plp
@@ -2,7 +2,7 @@
 
 Html({
        title => 'vi cheat sheet',
-       version => '1.4',
+       version => '1.5',
        description => [
                "Interactive cheat sheet for vi text editors, notably Vim,",
                "describing each key in various modes.",
@@ -20,8 +20,8 @@ Html({
 <h2>normal mode (default)</h2>
 
 <:
-use Shiar_Sheet::Keyboard 2.07;
-my $info = do 'vi.eng.inc.pl' or die $@;
+use Shiar_Sheet::Keyboard 2.08;
+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});