From 86ad50c597fdbb70a5a20966ffc0f6fb711591cc Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Thu, 12 Dec 2013 22:49:58 +0000 Subject: [PATCH] Update TODO --- TODO | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/TODO b/TODO index 275347a4..a064b6dd 100644 --- a/TODO +++ b/TODO @@ -19,13 +19,7 @@ - folding support - - Support defining and reusing highlighters - - . defhl -> add hl to a global group + - 'addhl ref ...' references a highlighter in the global group - - . Conditional ref highlighter (use php highlighter in blocks, - use html highlighter outside + - Hierarchical, highlight some way inside a region, another way outside - other types of highlighters (like for correctly supporting nesting, which regex are bad at), faster as well. @@ -123,7 +117,3 @@ * Fix 'n' command with inverted selection * basic shell completion (complete commands from $PATH, then complete filenames) - -* align to a specified selection (rather than le rightmost one) so that closing - curly braces can easily be made to align with their opening one. -