From 321e770565ff92db4dca9f6356f820c034156b6b Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sat, 31 May 2014 11:51:58 +0100 Subject: [PATCH] update TODO --- TODO | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/TODO b/TODO index 3f4cecd5..127ef8b0 100644 --- a/TODO +++ b/TODO @@ -60,16 +60,6 @@ the interpreters, regex for finding used kak variables (ability to add direct python/perl/ruby/whatever evaluation). -* Optimize BufferModificationListener behaviour: - - - Editor should modify in reverse order, as a modification at one point does not - impact the position of selections before it, so applying modification in reverse - order removes the needs to have selection updated on the fly, and permit deferred - update. - - - Accumulate all the modifications and update the selections with the - whole knowledge -> try to remove this O(n2) behaviour. - * User defined text objects * multiple parameters support for normal mode commands ?