summaryrefslogtreecommitdiffstats
path: root/runtime/plugin/tohtml.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-29 20:43:36 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-29 20:43:36 +0200
commit8ada2cca0a6f0135441c520cac269468928e65ef (patch)
tree1b2bbd9fc44ef9d6334937397d7afc6688160445 /runtime/plugin/tohtml.vim
parent16c98f9c9f392d86e7c6c57f66023b250182a9eb (diff)
Updated runtime files. :TOhtml improvements by Benjamin Fritz.
Diffstat (limited to 'runtime/plugin/tohtml.vim')
-rw-r--r--runtime/plugin/tohtml.vim12
1 files changed, 10 insertions, 2 deletions
diff --git a/runtime/plugin/tohtml.vim b/runtime/plugin/tohtml.vim
index 867b85d40d..5ef59ca5ad 100644
--- a/runtime/plugin/tohtml.vim
+++ b/runtime/plugin/tohtml.vim
@@ -1,14 +1,22 @@
" Vim plugin for converting a syntax highlighted file to HTML.
" Maintainer: Ben Fritz <fritzophrenic@gmail.com>
-" Last Change: 2010 July 24
+" Last Change: 2010 Jul 28
"
" The core of the code is in $VIMRUNTIME/autoload/tohtml.vim and
" $VIMRUNTIME/syntax/2html.vim
+"
+" TODO:
+" * Diff mode with xhtml gives invalid markup
+" * Diff mode does not determine encoding
+" * Line number column has one character too few on empty lines
+" without CSS.
+" * Add extra meta info (generation time, etc.)
+" * TODO comments for code cleanup scattered throughout
if exists('g:loaded_2html_plugin')
finish
endif
-let g:loaded_2html_plugin = 'vim7.3_v1'
+let g:loaded_2html_plugin = 'vim7.3_v2'
" Define the :TOhtml command when:
" - 'compatible' is not set