From af2b562ebfd155d1c0f1453b801d7121bc290049 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Tue, 16 Oct 2012 18:46:06 +0200 Subject: [PATCH] update TODO --- TODO | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/TODO b/TODO index f6d458f3..692963dc 100644 --- a/TODO +++ b/TODO @@ -1,8 +1,7 @@ High Priority ------------- -* Encoding: Support different encoding, decide how to store buffer content - implement encoding conversions. +* multiple window support Medium Priority --------------- @@ -10,8 +9,9 @@ Medium Priority * tweak editing model, some behaviours are not intuitive, maybe a line wise mode will be needed after all. -Low Priority ------------- +* encoding: support different encoding for files, make utf8 implementation + more robust -* Data driven syntax highlighter. -* client server separation +* key binding support + +* configurable insert mode completion support