rodjek / vim-puppet

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

GitHub workflow multiple vim version #153

Closed shadowwa closed 3 weeks ago

shadowwa commented 3 weeks ago
lelutin commented 3 weeks ago

THANKS! :heart: I've been meaning to do exactly this change in the past few days but haven't reached that yet.

it's too bad for the previous versions of nvim -- the segfault was exactly my experience with it before, which is why nvim was just removed entirely from CI for a good while -- but at least we can test starting with 0.9 which is good.

do you think we could also add nvim 0.10.x to the matrix? debian unstable and ubuntu (I think? packages.ubuntu.com is not responding right now) still ship 0.9.5 but fedora has had 0.10.1 for a little while

edit: err scratch that.. I had apparently not looked correctly. nvim 0.10.1 is already in the list

lelutin commented 3 weeks ago

apparently this uncovers issues in epuppet ftdetect tests with vim 8.0

This does not cause the bugs to exist, just uncovers it. I'll merge as-is and then open an issue for the vim 8.0 issues