TODO: update

This commit is contained in:
Maxime Coste 2011-12-03 20:24:16 +00:00
parent 74a315cd0e
commit 9a6cef5230

6
TODO
View File

@ -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
---------------