Skip to content

Commit

Permalink
updated todo list
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbra committed Apr 12, 2012
1 parent 8c17799 commit 15e06e8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions todo.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,18 +1,18 @@
## Open items ## ## Open items ##
---------------- ----------------


- add vertical folding (concealing columns)
(works partly, can't conceal single columns?)
- make plugin autoloadable (shouldn't be necessary, as the code is only
loaded for file with &ft=csv)
- wrap/shorten long fields (scopus.csv). Is this even possible with Vim?
(maybe conceal trailing and leading whitespace?)
- Header/VHeader command should be more robust. May be use the preview - Header/VHeader command should be more robust. May be use the preview
window to display the header? Does scrollbinding then still work? window to display the header? Does scrollbinding then still work?
- Better syntax highlighting (last char in last line is concealed) - Add more scripting functions?
- wrap/shorten long fields (scopus.csv). Is this even possible with Vim?
(maybe conceal trailing and leading whitespace?)
- Better support for newlines within a column (Is this worth the - Better support for newlines within a column (Is this worth the
effort?) effort?)
- Add more scripting functions? - Better syntax highlighting (last char in last line is concealed)
- add vertical folding (concealing columns)
(works partly, can't conceal single columns?)
- make plugin autoloadable (shouldn't be necessary, as the code is only
loaded for file with &ft=csv)


## Fixed items ## ## Fixed items ##
----------------- -----------------
Expand Down

0 comments on commit 15e06e8

Please sign in to comment.