annotate runtime/indent/htmldjango.vim @ 14171:ddf160d82971
v8.1.0103
patch 8.1.0103: long version string cannot be translated
commit https://github.com/vim/vim/commit/35fb6fbf727c72eb5987a1556bbba26dca14cc48
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Jun 23 16:12:21 2018 +0200
patch 8.1.0103: long version string cannot be translated
Problem: Long version string cannot be translated.
Solution: Build the string in init_longVersion().
author |
Christian Brabandt <cb@256bit.org> |
date |
Sat, 23 Jun 2018 16:15:05 +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
|