0
0
mirror of https://github.com/vim/vim.git synced 2025-07-04 23:07:33 -04:00

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
202 B
Plaintext
Raw Normal View History

2019-10-16 22:35:02 +02:00
# 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
2020-06-07 21:07:18 +02:00
# START_INDENT
map: |
line1
line2
# END_INDENT