summaryrefslogtreecommitdiffstats
path: root/runtime/indent/xhtml.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-06-24 23:11:15 +0000
committerBram Moolenaar <Bram@vim.org>2005-06-24 23:11:15 +0000
commit29a1c1d374151aae361dbf39f4b599403fee2e66 (patch)
treec006f6592413c2d29af4be4f28e84b8e6dce49d1 /runtime/indent/xhtml.vim
parent1ec484f58e9fef3666e80aa835d99a287c155911 (diff)
updated for version 7.0092v7.0092
Diffstat (limited to 'runtime/indent/xhtml.vim')
-rw-r--r--runtime/indent/xhtml.vim7
1 files changed, 6 insertions, 1 deletions
diff --git a/runtime/indent/xhtml.vim b/runtime/indent/xhtml.vim
index 1abf6b75f3..2197b7901c 100644
--- a/runtime/indent/xhtml.vim
+++ b/runtime/indent/xhtml.vim
@@ -1,7 +1,12 @@
" Vim indent file
" Language: XHTML
" Maintainer: Bram Moolenaar <Bram@vim.org> (for now)
-" Last Change: 2003 Feb 04
+" Last Change: 2005 Jun 24
+
+" Only load this indent file when no other was loaded.
+if exists("b:did_indent")
+ finish
+endif
" Handled like HTML for now.
runtime! indent/html.vim