rodjek / vim-puppet

Puppet niceties for your Vim setup
Apache License 2.0
500 stars 137 forks source link

ctags doesn't follow classes prepended with `::` #122

Closed faxm0dem closed 3 years ago

faxm0dem commented 4 years ago

If we have for instance:

contain :foo::bar::baz

and type C-] in vim, it doesn't jump to file foo/bar/baz.pp because of the leading double colon