Daniel Hahler

Results 1440 comments of Daniel Hahler

@grady do you feel like creating a PR to fix this?

Builds can be seen here: https://travis-ci.org/blueyed/detectindent/builds

'check that all four options are changed to a correct value' is failing on Travis' old Vim: https://travis-ci.org/blueyed/detectindent/builds/173735302#L187.

Stopping there for now. For Neomake we're using a matrix of different Vim versions, so this could be useful for this repo later, too. (https://github.com/neomake/neomake/blob/master/.travis.yml)

Questions: - what is `':\s*[>|]?$'` supposed to match (given that it would be magic)?

For reference, the output from http://www.yamllint.com/ is the following: ``` --- - handlers: - name: "restart apache" service: "name=httpd state=restarted" hosts: webservers remote_user: root tasks: - name: "ensure apache is...

There is a PR now at: https://github.com/chase/vim-ansible-yaml/pull/36 (likely to cause regressions). I've also contacted the maintainer of the indenter in Vim's runtime (@ZyX-I), maybe there is an update since 2012....

> When I edit a file, I usually cd to the directory and then call vim on a file. The problem with that is that with large projects with multiple...

I see. That's when I do `,cdr` or `,cdR` ("," being the leader).. :)