Mercurial > vim
view runtime/ftplugin/htmldjango.vim @ 9054:f129fd3ebd98 v7.4.1812
commit https://github.com/vim/vim/commit/187147aedd588070d0676664d5076d046644094e
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun May 1 13:09:57 2016 +0200
patch 7.4.1812
Problem: Failure on startup with Athena and Motif.
Solution: Check for INVALCOLOR. (Kazunobu Kuriyama)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sun, 01 May 2016 13:15:05 +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