X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/d22e7febda8720bc38069f7061adb43b98143c48..dbcdb5b8c11c68f0ee281488009a00a822ca5680:/vi.plp diff --git a/vi.plp b/vi.plp index 39d498b..c5e2025 100644 --- 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.", @@ -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});