summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2013-01-17 14:14:49 +0100
committerMaxime Coste <frrrwww@gmail.com>2013-01-17 14:14:49 +0100
commit6c46dab035e119caac653d76640441b8edb7fbfa (patch)
tree62ec4d5f16db44fc24acc15c41d7bd81d7a9b9e2
parentedb5dbc56fbf762a87549b92743e52045f72befb (diff)
Update TODO
-rw-r--r--TODO6
1 files changed, 0 insertions, 6 deletions
diff --git a/TODO b/TODO
index 63c147a5..697a7744 100644
--- a/TODO
+++ b/TODO
@@ -17,14 +17,8 @@ Medium Priority
* 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.
For example Kakoune should provide a way to run a completion
shell command without freezing until the completer returns.
-* EventManager should handle timers.
-
* automatic line splitting/paragraph formatting