diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 030922ae2..67a722cd7 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -88,9 +88,7 @@ jobs: - vimbin: vim vimtag: nightly - vimbin: vim - vimtag: v7.4.052 - - vimbin: vim - vimtag: v7.4.629 + vimtag: v7.4.1185 - vimbin: vim vimtag: v7.4.1689 - vimbin: vim @@ -103,8 +101,6 @@ jobs: vimtag: v8.2.2434 - vimbin: vim vimtag: v8.2.3995 - - vimbin: nvim - vimtag: nightly - vimbin: nvim vimtag: v0.6.1 - vimbin: nvim diff --git a/Makefile b/Makefile index e5344c018..2529e7ea1 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ test: build/vader | build - $(VIM_BIN) -Nu test/vimrc -c 'Vader! test/**' + $(VIM_BIN) -Nu test/vimrc -Es -c 'Vader! test/**' COVIMERAGE=$(shell command -v covimerage 2>/dev/null || echo build/covimerage/bin/covimerage) diff --git a/docs/index.md b/docs/index.md index 995f52394..f3f39ccee 100644 --- a/docs/index.md +++ b/docs/index.md @@ -74,8 +74,16 @@ Contribute code, report bugs and request features at [GitHub](https://github.com SpaceVim has been tested in [github action](https://github.com/SpaceVim/SpaceVim/actions) with following versions of neovim and vim: - - vim: `master`, `8.1.2269`, `8.0.1453`, `8.0.0027`,`7.4.1689`,`7.4.629`, `7.4.052` - - neovim: `nightly`, `v0.5.0`, `v0.4.4`, `v0.4.3`, `v0.4.2`, `v0.4.0`, `v0.3.8` + | Program | Version | Windows | Linux | + | ------- | ------- | ------- | ----- | + | neovim | v0.6.1 | √ | √ | + | neovim | v0.6.0 | √ | √ | + | neovim | v0.5.1 | √ | √ | + | neovim | v0.5.0 | √ | √ | + | neovim | v0.4.4 | √ | √ | + | neovim | v0.4.3 | √ | √ | + | neovim | v0.4.2 | √ | √ | + | neovim | v0.3.8 | √ | √ | For more general questions, please read SpaceVim [FAQ](faq/).