prettyprinter typo
parent
d0cab962c0
commit
b0a86f6e79
|
@ -1,12 +1,9 @@
|
|||
+ native:
|
||||
|
||||
- top level catch should be a continuation
|
||||
- parsing: #\
|
||||
- {...} vectors
|
||||
- parsing should be parsing
|
||||
- telnetd: listening on a socket
|
||||
- apropos
|
||||
- need hashtable inspection too
|
||||
- describe-word
|
||||
- clone-sbuf
|
||||
- contains ==> contains?
|
||||
|
@ -16,7 +13,6 @@
|
|||
|
||||
+ interactive:
|
||||
|
||||
- words. should output in a nicer form
|
||||
- inspector links when describe called without object path
|
||||
- 'cascading' styles
|
||||
|
||||
|
|
|
@ -190,7 +190,7 @@ DEFER: prettyprint*
|
|||
: . ( obj -- )
|
||||
<namespace> [
|
||||
"prettyprint-single-line" on
|
||||
prettyprint-indent 4 * "prettyprint-limit" set
|
||||
tab-size 4 * "prettyprint-limit" set
|
||||
prettyprint
|
||||
] bind ;
|
||||
|
||||
|
|
Loading…
Reference in New Issue