X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/34c8b87c25c51521261ef20f49c34b924501890f..14e719f07fcb43c9a0ada3f9f9f018ff5a20a1cf:/vim.plp?ds=sidebyside diff --git a/vim.plp b/vim.plp index 92a1f5f..a14793f 100644 --- a/vim.plp +++ b/vim.plp @@ -16,8 +16,8 @@ $header{content_type} = "text/html; charset=$sign{charset}"; -vi cheat sheet +vi cheat sheet <: @@ -28,8 +28,8 @@ $header{content_type} = "text/html; charset=$sign{charset}"; ) for keys %styles; our $showkeys = exists $get{keys} && $get{keys} ne '0'; - print "\n" unless $showkeys; - print "\n" + print "\n".'' unless $showkeys; + print "\n".'' if $showkeys and $get{keys} eq 'ghost'; :> @@ -53,7 +53,7 @@ $header{content_type} = "text/html; charset=$sign{charset}"; use Shiar_Sheet::Keyboard; my $keys = Shiar_Sheet::Keyboard->new({do 'vim.inc.pl'}); $keys->map($get{map}) or undef $get{map}; -$keys->print_rows($get{static}); +$keys->print_rows($get{rows}); :>