Update TODO

This commit is contained in:
Maxime Coste 2016-03-14 08:55:46 +00:00
parent fdebdbd6a7
commit bb3674e63e

12
TODO
View File

@ -12,27 +12,15 @@
* improve insert completion * improve insert completion
- Use some kind of ranking to sort completions
- Detect when the following text is matching the inserted completion - Detect when the following text is matching the inserted completion
- Support multiple completion points - Support multiple completion points
(1.1@0:comp1:comp2:comp3:1.5@0:comp1:comp2:comp3) (1.1@0:comp1:comp2:comp3:1.5@0:comp1:comp2:comp3)
- smarter behaviour to keep completion available longer
. keep per line timestamps
. update completion options when lines are added/deleted
* spelling support
* investigate 'kakdiff' * investigate 'kakdiff'
* Tree based undo * Tree based undo
* User defined text objects
* multiple parameters support for normal mode commands ? * multiple parameters support for normal mode commands ?
- 10,20g -> goto line 10, column 20 - 10,20g -> goto line 10, column 20