Update TODO

This commit is contained in:
Maxime Coste 2013-01-17 14:14:49 +01:00
parent edb5dbc56f
commit 6c46dab035

6
TODO
View File

@ -17,14 +17,8 @@ Medium Priority
* configurable insert mode completion support * configurable insert mode completion support
* pasting big chunks of text from the terminal is slooooow.
(this is due to WordCompletion regex matching the whole
buffer once per inserted char)
* Design an Asynchronous model for interaction with external tools. * Design an Asynchronous model for interaction with external tools.
For example Kakoune should provide a way to run a completion For example Kakoune should provide a way to run a completion
shell command without freezing until the completer returns. shell command without freezing until the completer returns.
* EventManager should handle timers.
* automatic line splitting/paragraph formatting * automatic line splitting/paragraph formatting