annotate runtime/indent/htmldjango.vim @ 7034:e668b160ac68
v7.4.830
commit https://github.com/vim/vim/commit/b341dda575899458f7075614dcedf0a80ee9d080
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Aug 25 12:56:31 2015 +0200
patch 7.4.830
Problem: Resetting 'encoding' when doing ":set all&" causes problems.
(Bjorn Linse) Display is not updated.
Solution: Do not reset 'encoding'. Do a full redraw.
author |
Christian Brabandt <cb@256bit.org> |
date |
Tue, 25 Aug 2015 17:20:25 +0200 |
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
|