Mercurial > vim
view runtime/indent/testdir/xml.ok @ 21905:2474c6b0c5de v8.2.1502
patch 8.2.1502: Vim9: can use += with a :let command at script level
Commit: https://github.com/vim/vim/commit/122616d9c1b57f1e1f29f1151f8e26d24df9092a
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Aug 21 21:32:50 2020 +0200
patch 8.2.1502: Vim9: can use += with a :let command at script level
Problem: Vim9: can use += with a :let command at script level.
Solution: Give an error.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 21 Aug 2020 21:45:04 +0200 |
parents | bd7461db24b3 |
children | bdda48f01a68 |
line wrap: on
line source
<!-- vim: set ft=xml ts=8 sw=0 sts=-1 et : --> <!-- START_INDENT --> <?xml version="1.0" encoding="utf-8"?> <tag0> <tag1> <!-- comment --> <tag2> <tag3/> </tag2> <!-- text comment --> <!-- text comment --> </tag1> <!-- text comment end coment --> </tag0> <!-- END_INDENT --> <!-- START_INDENT --> <?xml version="1.0" encoding="utf-8"?> <tag0> <tag1> <!-- comment --> <tag2> <tag3/> </tag2> </tag1> </tag0> <!-- END_INDENT -->