Mercurial > vim
view runtime/indent/htmldjango.vim @ 9432:abb72f0b9e06 v7.4.1997
commit https://github.com/vim/vim/commit/dcb170018642ec144cd87d9d9fe076575b8d1263
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Jul 7 18:58:59 2016 +0200
patch 7.4.1997
Problem: Cannot easily scroll the quickfix window.
Solution: Add ":cbottom".
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Thu, 07 Jul 2016 19:00:07 +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