Mercurial > vim
view runtime/ftplugin/htmldjango.vim @ 11955:baa2edd33f5d v8.0.0857
patch 8.0.0857: terminal test fails on MS-Windows
commit https://github.com/vim/vim/commit/620d064b0b0bca2268574abdec2d8eac3384cfdf
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Aug 3 21:08:05 2017 +0200
patch 8.0.0857: terminal test fails on MS-Windows
Problem: Terminal test fails on MS-Windows.
Solution: Sleep a fraction of a second.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Thu, 03 Aug 2017 21:15:04 +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