From 9a6cef5230314fc7700fa1ba713ca027f5f7b794 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sat, 3 Dec 2011 20:24:16 +0000 Subject: [PATCH] TODO: update --- TODO | 6 ------ 1 file changed, 6 deletions(-) diff --git a/TODO b/TODO index 41ddeef9..6193d157 100644 --- a/TODO +++ b/TODO @@ -1,16 +1,10 @@ High Priority ------------- -* Hooks: most configurability should come from hooks (and not options). for - example syntax highlighting should be implemented with a hook like - ':hook WindowCreate /.*\.cpp/ addfilter hlcpp' - * Options: They should be typed, and scoped. An option should be global, buffer local, or window local. there should be a way to specify which locality an option support. -* Init File: read and execute commands from a file at startup - Medium Priority ---------------