Einenlum / yaml-revealer

A vim plugin to easily navigate through Yaml files
MIT License
72 stars 7 forks source link

doesn't work with nested block sequences #4

Closed ezpuzz closed 2 years ago

ezpuzz commented 5 years ago

I'd like to keep contributing to this plugin, I think a new feature that would be nice is working within a nested block sequence like:

this:
  tests:
    - block
    - sequences:
        like: this

on last line would expect this > tests > sequences but hangs.

on my #3 PR it does not crash but only gets this > tests

Einenlum commented 2 years ago

Seems like since mosheavni's PR the bug is fixed. It produces: this > tests[] > sequences.

Closing.