summaryrefslogtreecommitdiffstats
path: root/runtime/plugin/tohtml.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-18 14:07:22 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-18 14:07:22 +0200
commit7c86f4cca33e9b60cdb5dbd25d5137e0a04795ff (patch)
treea0ff8abf5165511480b0f6b8b58aae2fd7e4d22d /runtime/plugin/tohtml.vim
parent85363abfb1595e6dae96475617f4cebd798d1a9b (diff)
Improved :TOhtml. (Benjamin Fritz)
Diffstat (limited to 'runtime/plugin/tohtml.vim')
-rw-r--r--runtime/plugin/tohtml.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/plugin/tohtml.vim b/runtime/plugin/tohtml.vim
index 3a6ae457b6..23cfd58d8a 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