Bug#713066: yaml indentation is faulty, could use improvement

2014-01-31 Thread martin f krafft
also sprach James McCoy [2014-02-01 04:22 +0100]: > The behavior you describe is what I see with Vim. The YAML indent file > was introduced around 7.3.753 and hasn't changed since. Are you sure > you aren't using a third party indent script? I am fairly sure I am not using a third party script.

Bug#713066: yaml indentation is faulty, could use improvement

2014-01-31 Thread James McCoy
Control: tag -1 unreproducible On Sat, Jun 22, 2013 at 11:56:32AM +0200, martin f krafft wrote: > It is possible to place these into a list as well, i.e. a list of > hashes: > > --- > - a: b > c: d > - 1: 2 > 3: 4 > > Unfortunately, when entering this, the list's indentation level

Bug#713066: yaml indentation is faulty, could use improvement

2013-06-22 Thread martin f krafft
Package: vim-runtime Version: 2:7.3.923-2 Severity: minor File: /usr/share/vim/vim73/indent/yaml.vim YAML syntax is very flexible and it's often not possible to determine what will happen next. However, the current implementation is IMHO suboptimal and could be improved. The syntax for a hash is