diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-01-29 13:48:32 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-01-29 13:48:32 -0800 |
commit | 53570c36447ae65ce36bd843ea751ed395b164f4 (patch) | |
tree | f15055e6ca971e612ebcb2e2b62ed8beabcfeca1 | |
parent | b9e75b5a498e11656fc320ea33c7e845d352b58e (diff) | |
download | mu-53570c36447ae65ce36bd843ea751ed395b164f4.tar.gz |
678
-rw-r--r-- | color-repl.mu | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/color-repl.mu b/color-repl.mu index fa2b3df1..1429659a 100644 --- a/color-repl.mu +++ b/color-repl.mu @@ -183,7 +183,6 @@ ; todo: error on space outside parens, like python ; todo: [] ; todo: history on up/down - ; todo: don't return if there's no non-whitespace in result (continue-from next-key:continuation) } (s:string-address <- get result:buffer-address/deref data:offset) |