Bram Moolenaar wrote: > Christian - > > I included your patch to produce a side-by-side diff with :TOhtml. > It looks nice! > > I changed it a bit, so that it also works when producing CSS. > And quit the buffers for the individual html files. > And add a variable to disable this behavior and produce just one > HTML file for the current buffer. > > There are probably a few remaining problems. Please send me patches on > top of the latest version.
Hi I see one problem. In my ~/.vimrc, I have this: let html_use_css=1 let html_use_xhtml=1 let html_dynamic_folds=1 It allows to create dynamic folds in HTML output when doing :TOhtml. Clicking on the +/- in folds opens or closes them. Doing :TOhtml on a diff output creates folds in HTML (good), but clicking on + does not open them (bug). I see that the HTML output in diff mode is missing the <script type='text/javascript'>...</script> section. Regards -- Dominique -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
