diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-07-18 14:07:22 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-07-18 14:07:22 +0200 |
commit | 7c86f4cca33e9b60cdb5dbd25d5137e0a04795ff (patch) | |
tree | a0ff8abf5165511480b0f6b8b58aae2fd7e4d22d /runtime/plugin | |
parent | 85363abfb1595e6dae96475617f4cebd798d1a9b (diff) | |
download | vim-git-7c86f4cca33e9b60cdb5dbd25d5137e0a04795ff.tar.gz |
Improved :TOhtml. (Benjamin Fritz)
Diffstat (limited to 'runtime/plugin')
-rw-r--r-- | runtime/plugin/tohtml.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/plugin/tohtml.vim b/runtime/plugin/tohtml.vim index 3a6ae457b..23cfd58d8 100644 --- a/runtime/plugin/tohtml.vim +++ b/runtime/plugin/tohtml.vim @@ -1,6 +1,6 @@ " Vim plugin for converting a syntax highlighted file to HTML. " Maintainer: Ben Fritz <fritzophrenic@gmail.com> -" Last Change: 2010 Jul 15 +" Last Change: 2010 Jul 16 " " The core of the code is in $VIMRUNTIME/autoload/tohtml.vim and " $VIMRUNTIME/syntax/2html.vim @@ -14,4 +14,4 @@ if !&cp && !exists(":TOhtml") && has("user_commands") endif " Make sure any patches will probably use consistent indent -" vim: ts=2 sw=2 sts=2 et +" vim: ts=8 sw=2 sts=2 noet |