view runtime/indent/testdir/yaml.in @ 19777:b245e974d42c v8.2.0445

patch 8.2.0445: png and xpm files not in MS-Windows zip file Commit: https://github.com/vim/vim/commit/f66ca9f1df535c8042292ce20f4260cafc877670 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 25 20:17:00 2020 +0100 patch 8.2.0445: png and xpm files not in MS-Windows zip file Problem: Png and xpm files not in MS-Windows zip file. Solution: Move files to shared between Unix and Windows target.
author Bram Moolenaar <Bram@vim.org>
date Wed, 25 Mar 2020 20:30:04 +0100
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