I do not see any problems with that file, it indents to
```YAML
sudo: required
language: generic
services:
- docker
before_install:
- sudo apt-get update
- sudo apt-get install -o Dpkg::Options::="--force-confold"
--force-yes -y docker-engine
- docker build -t $REPO --build-arg COMMIT=${COMMIT} .
after_success:
- docker --version
- docker tag $REPO $REPO:latest
- docker tag $REPO $REPO:git-$COMMIT
- docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
- docker push $REPO
env:
global:
- COMMIT=${TRAVIS_COMMIT::7}
```
with the same script as from
https://github.com/vim/vim/commit/6e450a57541676036203a72d40b2e604e938371e.
2017-01-27 11:47 GMT+03:00 Christian Brabandt <[email protected]>:
>> On 14 January 2017 at 22:21, Bram Moolenaar <[email protected]>
>> wrote:
>> > Is this about the indent file? It's maintained by Nikolai Pavlov, who
>> > is always very active.
>>
>> This autoindenting when editing YAML file is error prone for me. Could
>> be just me as no one has voted for the bug.
>> https://bugs.archlinux.org/task/50557
>>
>> Latest package: vim 8.0.0237-1 on Arch still has the issue for me.
>
> CC'ing Zyx as indent file maintainer.
>
> Best,
> Christian
> --
> Bei dem Jüngling, der sich an einen neuesten Lehrer hängt, ist's ein
> Zeichen der Schwäche; des Greis(es), ders tut, ein Zeichen der Stärke.
> -- Jean Paul (eig. Johann Paul Friedrich Richter)
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.