annotate runtime/indent/htmldjango.vim @ 2665:18061514324f
v7.3.084
updated for version 7.3.084
Problem: When splitting the window, the new one scrolls with the cursor at
the top.
Solution: Compute w_fraction before setting the new height.
author |
Bram Moolenaar <bram@vim.org> |
date |
Fri, 17 Dec 2010 17:35:10 +0100 |
parents |
e63691e7c504 |
children |
|
rev |
line source |
1121
|
1 " Vim indent file
|
|
2 " Language: Django HTML template
|
|
3 " Maintainer: Dave Hodder <dmh@dmh.org.uk>
|
|
4 " Last Change: 2007 Jan 25
|
|
5
|
|
6 " Only load this indent file when no other was loaded.
|
|
7 if exists("b:did_indent")
|
|
8 finish
|
|
9 endif
|
|
10
|
|
11 " Use HTML formatting rules.
|
|
12 runtime! indent/html.vim
|