Mercurial > vim
view runtime/ftplugin/htmldjango.vim @ 9454:9da0cb39cbee v7.4.2008
commit https://github.com/vim/vim/commit/79815f1ec77406f2f21a618c053e5793b597db7a
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Jul 9 17:07:29 2016 +0200
patch 7.4.2008
Problem: evalcmd() has a confusing name.
Solution: Rename to execute(). Make silent optional. Support a list of
commands.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sat, 09 Jul 2016 17: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