Mercurial > vim
annotate runtime/indent/testdir/xml.in @ 21871:e27555ca1093 v8.2.1485
patch 8.2.1485: Vim9: readdirex() expression doesn't accept bool
Commit: https://github.com/vim/vim/commit/af8822ce085e3bd8edeb52cbb7306ddd42427d39
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Aug 19 13:55:01 2020 +0200
patch 8.2.1485: Vim9: readdirex() expression doesn't accept bool
Problem: Vim9: readdirex() expression doesn't accept bool.
Solution: Accept both -1 and bool. (closes https://github.com/vim/vim/issues/6737)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 19 Aug 2020 14:00:04 +0200 |
parents | 8b334e4cb97f |
children | bdda48f01a68 |
rev | line source |
---|---|
15194 | 1 <!-- vim: set ft=xml ts=8 sw=0 sts=-1 et : --> |
15131 | 2 <!-- START_INDENT --> |
3 <?xml version="1.0" encoding="utf-8"?> | |
4 <tag0> | |
5 <tag1> | |
6 <!-- comment --> | |
7 <tag2> | |
8 <tag3/> | |
9 </tag2> | |
10 <!-- text comment --> | |
11 | |
12 <!-- | |
13 text comment | |
14 --> | |
15 </tag1> | |
16 <!-- | |
17 text comment | |
18 end coment --> | |
19 </tag0> | |
20 <!-- END_INDENT --> | |
21 | |
22 <!-- START_INDENT --> | |
23 <?xml version="1.0" encoding="utf-8"?> | |
24 <tag0> | |
25 <tag1> | |
26 <!-- comment --> | |
27 <tag2> | |
28 <tag3/> | |
29 </tag2> | |
30 </tag1> | |
31 </tag0> | |
32 <!-- END_INDENT --> |