X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/44030736a34541a005ddc58629072dc4deaf3861..25a210c5de3a4e164a39839dedeb997d56f31faf:/digraphs.plp diff --git a/digraphs.plp b/digraphs.plp index 72af1be..54097cb 100644 --- a/digraphs.plp +++ b/digraphs.plp @@ -35,7 +35,7 @@ my $di = do 'digraphs.inc.pl' if (exists $get{v}) { # show characters for inverted mnemonics (vim alternatives) $di->{ substr($_, 1, 1) . substr($_, 0, 1) } ||= - [$di->{$_}->[0], '', 'l0 ex'] + [ $di->{$_}->[0], '', 'l0 ex', '', $di->{$_}->[4] ] for grep { ref $di->{$_} } keys %{$di}; }