From 6c46dab035e119caac653d76640441b8edb7fbfa Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Thu, 17 Jan 2013 14:14:49 +0100 Subject: [PATCH] Update TODO --- TODO | 6 ------ 1 file changed, 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