Mercurial > vim
view runtime/indent/htmldjango.vim @ 18141:2cc67e54edf8 v8.1.2065
patch 8.1.2065: compiler warning building non-GUI with MinGW.
Commit: https://github.com/vim/vim/commit/910c378d9342e0de8c6736c83ebdbbb597267056
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Sep 22 14:11:50 2019 +0200
patch 8.1.2065: compiler warning building non-GUI with MinGW.
Problem: Compiler warning building non-GUI with MinGW.
Solution: Adjust #ifdefs. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/4964)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 22 Sep 2019 14:15:04 +0200 |
parents | e63691e7c504 |
children |
line wrap: on
line source
" 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