From 3a298454ced9ea282a027c3ee4eb389e96716ac5 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sun, 17 Mar 2019 08:05:58 +0000 Subject: [PATCH] Add to TODO. --- TODO | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index dad421da..bcb4305f 100644 --- a/TODO +++ b/TODO @@ -242,4 +242,8 @@ TODO soonish maybe: silly really though), reflow performance (can reflow blocks on demand). It would possibly be good if history-limit could be global and collected LRU. - +- Array options should be a tree rather than being sparse. +- Formats to get the default formats for various things, notably + choose-tree. GitHub issue 1634. +- Command aliases should be able to override builtin commands in order to add + default flags (some mechanism needed to avoid recursion). GitHub issue 1630.