diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2019-08-01 22:45:59 +0200 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2019-08-01 22:48:28 +0200 |
| commit | 2cdbbe50a4a695004adce50d7502869bb2410928 (patch) | |
| tree | b85ddd40c86b73c3bbf748c923b744a7a89e3716 /runtime/indent/testdir | |
| parent | 41fe644124140c4a303de4a5a84e28efec918274 (diff) | |
| download | rneovim-2cdbbe50a4a695004adce50d7502869bb2410928.tar.gz rneovim-2cdbbe50a4a695004adce50d7502869bb2410928.tar.bz2 rneovim-2cdbbe50a4a695004adce50d7502869bb2410928.zip | |
vim-patch:63b74a8362b1
Update runtime files.
https://github.com/vim/vim/commit/63b74a8362b14576b21d342dc424d0396ca8ea27
Diffstat (limited to 'runtime/indent/testdir')
| -rw-r--r-- | runtime/indent/testdir/html.ok | 6 | ||||
| -rw-r--r-- | runtime/indent/testdir/xml.ok | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/runtime/indent/testdir/html.ok b/runtime/indent/testdir/html.ok index 524d57bb6c..ad819333cc 100644 --- a/runtime/indent/testdir/html.ok +++ b/runtime/indent/testdir/html.ok @@ -9,17 +9,17 @@ </div> <div - class="foo bar"> + class="foo bar"> text </div> <div class="foo bar" - data="something"> + data="something"> text </div> <div class="foo - bar"> + bar"> text </div> diff --git a/runtime/indent/testdir/xml.ok b/runtime/indent/testdir/xml.ok index 529198572a..cfdf701c11 100644 --- a/runtime/indent/testdir/xml.ok +++ b/runtime/indent/testdir/xml.ok @@ -10,11 +10,11 @@ <!-- text comment --> <!-- - text comment + text comment --> </tag1> <!-- - text comment + text comment end coment --> </tag0> <!-- END_INDENT --> |