branch: elpa/yaml-mode commit 73951dd485a0432509969ae5e21b65ab9744f5d5 Author: Antal K <anta...@gmail.com> Commit: Antal K <anta...@gmail.com>
added test files --- test-files/allow-spaces-before-dash-1.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/test-files/allow-spaces-before-dash-1.yaml b/test-files/allow-spaces-before-dash-1.yaml new file mode 100644 index 0000000..c46f823 --- /dev/null +++ b/test-files/allow-spaces-before-dash-1.yaml @@ -0,0 +1,18 @@ + +## Old behaviour (v0.0.12) +## +## (1) open this file +## +## (2) move to the line containing l1 +## +## (3) Press TAB. First character of l1 should now be below '|', but +## it is below the dash +## +## New behaviour: +## +## (1) When l1 is unindented, pressing TAB indents it to start below '|' +## +## +- bb: + - | +l1