vocabs.prettyprint: lookup syntax vocab only once in pprint-using.

db4
John Benediktsson 2015-07-20 13:21:40 -07:00
parent bcc78ab220
commit 8a4a86db64
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ IN: vocabs.prettyprint
[ vocab-name ] sort-with ;
: pprint-using ( seq -- )
[ "syntax" lookup-vocab = ] reject
"syntax" lookup-vocab '[ _ = ] reject
sort-vocabs [
\ USING: pprint-word
[ pprint-vocab ] each