annotate runtime/indent/xhtml.vim @ 27740:2bd27d5ffbef
v8.2.4396
patch 8.2.4396: Python3 test fails
Commit: https://github.com/vim/vim/commit/f5288c589500de0677444af4a428cfbccfccb8ce
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Feb 15 21:33:29 2022 +0000
patch 8.2.4396: Python3 test fails
Problem: Python3 test fails.
Solution: Remove "let".
author |
Bram Moolenaar <Bram@vim.org> |
date |
Tue, 15 Feb 2022 22:45:03 +0100 |
parents |
25dd5036f2b0 |
children |
4027cefc2aab |
rev |
line source |
7
|
1 " Vim indent file
|
|
2 " Language: XHTML
|
|
3 " Maintainer: Bram Moolenaar <Bram@vim.org> (for now)
|
357
|
4 " Last Change: 2005 Jun 24
|
|
5
|
|
6 " Only load this indent file when no other was loaded.
|
|
7 if exists("b:did_indent")
|
|
8 finish
|
|
9 endif
|
7
|
10
|
|
11 " Handled like HTML for now.
|
|
12 runtime! indent/html.vim
|