annotate runtime/indent/testdir/yaml.in @ 19738:0208534b8a84 v8.2.0425

patch 8.2.0425: code for modeless selection not sufficiently tested Commit: https://github.com/vim/vim/commit/515545e11f523d14343b1e588dc0b9bd3d362bc2 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 22 14:08:59 2020 +0100 patch 8.2.0425: code for modeless selection not sufficiently tested Problem: Code for modeless selection not sufficiently tested. Solution: Add tests. Move mouse code functionality to a common script file. (Yegappan Lakshmanan, closes #5821)
author Bram Moolenaar <Bram@vim.org>
date Sun, 22 Mar 2020 14:15:04 +0100
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