summaryrefslogtreecommitdiff
path: root/runtime/ftplugin/htmldjango.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-05-05 18:24:42 +0000
committerBram Moolenaar <Bram@vim.org>2007-05-05 18:24:42 +0000
commitc81e5e79a0f2f5c2ac1896fa51cbe47e2e2a8d97 (patch)
tree5211ea86daed8e43c3dd25458e808c3d32100097 /runtime/ftplugin/htmldjango.vim
parent9aae141a6bcfc26bcce352deb8bf34566a3e1be2 (diff)
downloadvim-c81e5e79a0f2f5c2ac1896fa51cbe47e2e2a8d97.zip
updated for version 7.1a
Diffstat (limited to 'runtime/ftplugin/htmldjango.vim')
-rw-r--r--runtime/ftplugin/htmldjango.vim13
1 files changed, 13 insertions, 0 deletions
diff --git a/runtime/ftplugin/htmldjango.vim b/runtime/ftplugin/htmldjango.vim
new file mode 100644
index 000000000..40e9429f3
--- /dev/null
+++ b/runtime/ftplugin/htmldjango.vim
@@ -0,0 +1,13 @@
+" Vim filetype plugin file
+" Language: Django HTML template
+" Maintainer: Dave Hodder <dmh@dmh.org.uk>
+" Last Change: 2007 Jan 25
+
+" Only use this filetype plugin when no other was loaded.
+if exists("b:did_ftplugin")
+ finish
+endif
+
+" Use HTML and Django template ftplugins.
+runtime! ftplugin/html.vim
+runtime! ftplugin/django.vim