From 771aff8b9583d6634f14f5631a9dc23d0db95295 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 9 Apr 2014 07:15:36 +0200 Subject: [PATCH] Update TODO --- TODO | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/TODO b/TODO index 5570282a6..e62e418dd 100644 --- a/TODO +++ b/TODO @@ -1,12 +1,10 @@ New config TODO =============== -- How to handle interpolation correctly? Maybe we really should handle interpolation ourselves? - Main problem: When re-writing the value, we don't know about the interpolation anymore, so we write the wrong value. -- Tabbing through setting completion does not work - Changing models is awfully slow - Add correctly working :get and :set commands - Implement different layers of config options correctly, not only default. +- When cmd string ends with space, the next model should be shown Bugs ====