update TODO

This commit is contained in:
Maxime Coste 2012-10-16 18:46:06 +02:00
parent 1ab486b0d8
commit af2b562ebf

12
TODO
View File

@ -1,8 +1,7 @@
High Priority High Priority
------------- -------------
* Encoding: Support different encoding, decide how to store buffer content * multiple window support
implement encoding conversions.
Medium Priority Medium Priority
--------------- ---------------
@ -10,8 +9,9 @@ Medium Priority
* tweak editing model, some behaviours are not intuitive, maybe a line * tweak editing model, some behaviours are not intuitive, maybe a line
wise mode will be needed after all. wise mode will be needed after all.
Low Priority * encoding: support different encoding for files, make utf8 implementation
------------ more robust
* Data driven syntax highlighter. * key binding support
* client server separation
* configurable insert mode completion support