annotate runtime/indent/htmldjango.vim @ 29375:209420b9d2dd
v9.0.0030
patch 9.0.0030: matchfuzzy test depends on path of current directory
Commit: https://github.com/vim/vim/commit/22e7e867e224596bd758260e4278ce6239c35ba5
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Jul 2 20:48:01 2022 +0100
patch 9.0.0030: matchfuzzy test depends on path of current directory
Problem: Matchfuzzy test depends on path of current directory.
Solution: Use fnamemodify() to remove the path. (Robin Becker,
closes #10650)
author |
Bram Moolenaar <Bram@vim.org> |
date |
Sat, 02 Jul 2022 22:00:02 +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
|