From 560d21fe7cdb3e1e885374f12c4182df5fa7b242 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Tue, 18 Mar 2014 05:08:53 +0000 Subject: [PATCH] update TODO --- TODO | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/TODO b/TODO index 615e1a1e..84975942 100644 --- a/TODO +++ b/TODO @@ -39,9 +39,6 @@ - Detect when the following text is matching the inserted completion - - Support different options - (setb completers word,option=cpp_completions,option=spell_completions) - - Support multiple completion points (1.1@0:comp1:comp2:comp3:1.5@0:comp1:comp2:comp3) @@ -89,9 +86,7 @@ * Make kakoune self-documenting - - Add doc strings to commands, display them in info boxes when entering command - - - Add doc strings to options as well + - Add doc strings to options - Generate documentation from Kakoune source @@ -101,8 +96,6 @@ +./kak -help commands > ../doc/commands.asciidoc+ with README.asciidoc including commands ? -* Handle command lines larger than window - * Support disabling hooks executions in :exec and :eval * Rewrite keymap support using options ? (map window insert a b -> set -add window insert_keymap a:b)