view runtime/ftplugin/htmldjango.vim @ 8750:8c639c05f1b0

Added tag v7.4.1663 for changeset 65a5a18d3acf4394db5d233e4152641fe38a5b54
author Christian Brabandt <cb@256bit.org>
date Sun, 27 Mar 2016 15:15:06 +0200
parents 96cd8222a819
children
line wrap: on
line source

" 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