update TODO

This commit is contained in:
Maxime Coste 2014-05-31 11:51:58 +01:00
parent 49ab0c101a
commit 321e770565

10
TODO
View File

@ -60,16 +60,6 @@
the interpreters, regex for finding used kak variables (ability to the interpreters, regex for finding used kak variables (ability to
add direct python/perl/ruby/whatever evaluation). 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 * User defined text objects
* multiple parameters support for normal mode commands ? * multiple parameters support for normal mode commands ?