inital checkin using existing vim and preparing for use of bash_magic
This commit is contained in:
12
vim/bundle/ubuntu-vim72/indent/htmldjango.vim
Normal file
12
vim/bundle/ubuntu-vim72/indent/htmldjango.vim
Normal file
@@ -0,0 +1,12 @@
|
||||
" Vim indent file
|
||||
" Language: Django HTML template
|
||||
" Maintainer: Dave Hodder <dmh@dmh.org.uk>
|
||||
" Last Change: 2007 Jan 25
|
||||
|
||||
" Only load this indent file when no other was loaded.
|
||||
if exists("b:did_indent")
|
||||
finish
|
||||
endif
|
||||
|
||||
" Use HTML formatting rules.
|
||||
runtime! indent/html.vim
|
||||
Reference in New Issue
Block a user