summaryrefslogtreecommitdiffstats
path: root/indent/xhtml.vim
diff options
context:
space:
mode:
Diffstat (limited to 'indent/xhtml.vim')
-rw-r--r--indent/xhtml.vim16
1 files changed, 0 insertions, 16 deletions
diff --git a/indent/xhtml.vim b/indent/xhtml.vim
deleted file mode 100644
index 28d4056f..00000000
--- a/indent/xhtml.vim
+++ /dev/null
@@ -1,16 +0,0 @@
-if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'vim') == -1
-
-" Vim indent file
-" Language: XHTML
-" Maintainer: Bram Moolenaar <Bram@vim.org> (for now)
-" 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
-
-endif