Re: YML formatting inconsistent bug

2017-01-27 Fir de Conversatie Nikolay Aleksandrovich Pavlov
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

Re: YML formatting inconsistent bug

2017-01-27 Fir de Conversatie Christian Brabandt
> On 14 January 2017 at 22:21, Bram Moolenaar > 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

Re: YML formatting inconsistent bug

2017-01-25 Fir de Conversatie Kai Hendry
On 14 January 2017 at 22:21, Bram Moolenaar 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.

Re: YML formatting inconsistent bug

2017-01-14 Fir de Conversatie Bram Moolenaar
Kay Hendry wrote: > On Thursday, September 8, 2016 at 9:00:02 PM UTC+8, Christian Brabandt wrote: > > For runtime file bugs, it is recommended to contact the maintainer > > first. > > I did, no reply. :( > > Any other ways to track this or push it along? > > Can't believe I'm the only one

Re: YML formatting inconsistent bug

2017-01-12 Fir de Conversatie Kai Hendry
On Thursday, September 8, 2016 at 9:00:02 PM UTC+8, Christian Brabandt wrote: > For runtime file bugs, it is recommended to contact the maintainer > first. I did, no reply. :( Any other ways to track this or push it along? Can't believe I'm the only one editing YAML files in frustration with

Re: YML formatting inconsistent bug

2016-09-08 Fir de Conversatie Christian Brabandt
Am 2016-09-08 14:28, schrieb Kai Hendry: Bizarrely 7.4.2334 seems to fix the issue. I did report the issue to the script writers but they never responded btw. Surely in future Github is a better bet? https://github.com/vim/vim/issues?utf8=%E2%9C%93=is%3Aissue%20is%3Aopen%20yml For runtime

Re: YML formatting inconsistent bug

2016-09-08 Fir de Conversatie Kai Hendry
Bizarrely 7.4.2334 seems to fix the issue. I did report the issue to the script writers but they never responded btw. Surely in future Github is a better bet? https://github.com/vim/vim/issues?utf8=%E2%9C%93=is%3Aissue%20is%3Aopen%20yml -- -- You received this message from the "vim_dev"

Re: YML formatting inconsistent bug

2016-08-31 Fir de Conversatie Christian Brabandt
Am 2016-09-01 04:16, schrieb Kai Hendry: As reported here: https://bugs.archlinux.org/task/50557 Description: When formatting a YML file, it's left inconsistent. http://s.natalian.org/2016-08-29/vim-yml.mp4 https://github.com/kaihendry/count/blob/master/.travis.yml filetype detection:ON

YML formatting inconsistent bug

2016-08-31 Fir de Conversatie Kai Hendry
As reported here: https://bugs.archlinux.org/task/50557 Description: When formatting a YML file, it's left inconsistent. http://s.natalian.org/2016-08-29/vim-yml.mp4 https://github.com/kaihendry/count/blob/master/.travis.yml filetype detection:ON plugin:ON indent:ON filetype=yaml Additional