annotate runtime/indent/testdir/yaml.ok @ 20299:8a6e2b44b08f v8.2.0705

patch 8.2.0705: indent tests don't run on CI for FreeBSD Commit: https://github.com/vim/vim/commit/3657686a0e8fd07428a25c2cf9efcc8b5d33f895 Author: Bram Moolenaar <Bram@vim.org> Date: Wed May 6 22:25:05 2020 +0200 patch 8.2.0705: indent tests don't run on CI for FreeBSD Problem: Indent tests don't run on CI for FreeBSD. Solution: Set modeline. (Ozaki Kiichi, closes https://github.com/vim/vim/issues/6048)
author Bram Moolenaar <Bram@vim.org>
date Wed, 06 May 2020 22:30:05 +0200
parents 375a7ecdb351
children 661eb972cb22
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
18343
375a7ecdb351 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
1 # vim: set ft=yaml sw=2 et :
375a7ecdb351 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
2
375a7ecdb351 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
3 # START_INDENT
375a7ecdb351 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
4 map1:
375a7ecdb351 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
5 sub1:
375a7ecdb351 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
6 - list item
375a7ecdb351 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
7 map2:
375a7ecdb351 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
8 - another list
375a7ecdb351 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
9 # END_INDENT
375a7ecdb351 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
10
375a7ecdb351 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
11 # START_INDENT
375a7ecdb351 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
12 map: &anchor
375a7ecdb351 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
13 map: val
375a7ecdb351 Update runtime files.
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
14 # END_INDENT