view runtime/indent/testdir/yaml.ok @ 20550:09143ab0fbbd v8.2.0829

patch 8.2.0829: filter() may give misleading error message Commit: https://github.com/vim/vim/commit/fcb0b61d15f66f0e9116a6bc56d9d8105bb913cf Author: Bram Moolenaar <Bram@vim.org> Date: Tue May 26 20:22:01 2020 +0200 patch 8.2.0829: filter() may give misleading error message Problem: filter() may give misleading error message. Solution: Also mention Blob as an allowed argument.
author Bram Moolenaar <Bram@vim.org>
date Tue, 26 May 2020 20:30:06 +0200
parents 375a7ecdb351
children 661eb972cb22
line wrap: on
line source

# vim: set ft=yaml sw=2 et :

# START_INDENT
map1:
  sub1:
    - list item
map2:
  - another list
# END_INDENT

# START_INDENT
map: &anchor
map: val
# END_INDENT