update TODO

This commit is contained in:
Maxime Coste 2014-03-18 05:08:53 +00:00
parent 36b016226c
commit 560d21fe7c

9
TODO
View File

@ -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)