Mercurial > vim
view runtime/indent/htmldjango.vim @ 15866:6ddcd10aa7af v8.1.0940
patch 8.1.0940: MS-Windows console resizing not handled properly
commit https://github.com/vim/vim/commit/78d21dae9c3a39efb30316d3e38dce120bc1abbd
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Feb 17 15:00:52 2019 +0100
patch 8.1.0940: MS-Windows console resizing not handled properly
Problem: MS-Windows console resizing not handled properly.
Solution: Handle resizing the console better. (Nobuhiro Takasaki,
closes #3968, closes #3611)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 17 Feb 2019 15:15:06 +0100 |
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