NoahTheDuke / vim-just

Vim Just Syntax
MIT License
86 stars 8 forks source link

Test Neovim in CI #92

Closed laniakea64 closed 4 months ago

laniakea64 commented 4 months ago

Our test suite now works with Neovim, and we have some code that differs between Vim & Neovim. To help catch Neovim-specific errors, our CI should additionally download Neovim latest stable release from Github & check that tests pass there as well as on Vim.

laniakea64 commented 4 months ago

This wasn't hard to get working in a test fork, but let's fix the known test failure before going any further with this.