diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2022-10-21 06:56:09 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-21 03:56:09 -0700 |
| commit | 24c9561a68aa9b9cf8d8a503c5e85f63d7ebb543 (patch) | |
| tree | 0bddb82b8f8216ab003e4ded5fcc6e71ee10c865 /.github/workflows | |
| parent | a288b4f21423efb056061e4da3871a4247a7de79 (diff) | |
| download | rneovim-24c9561a68aa9b9cf8d8a503c5e85f63d7ebb543.tar.gz rneovim-24c9561a68aa9b9cf8d8a503c5e85f63d7ebb543.tar.bz2 rneovim-24c9561a68aa9b9cf8d8a503c5e85f63d7ebb543.zip | |
vim-patch: bump VIM_VERSION from 8.0 => 8.1 #20762
There are 6 remaining 8.0.x patches, tracked in:
https://github.com/neovim/neovim/issues/5431
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/vim-patches.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/vim-patches.yml b/.github/workflows/vim-patches.yml index df8c8116b5..c26f8d62e5 100644 --- a/.github/workflows/vim-patches.yml +++ b/.github/workflows/vim-patches.yml @@ -40,7 +40,7 @@ jobs: id: update-version run: | git checkout -b ${VERSION_BRANCH} - nvim -i NONE -u NONE --headless +'luafile scripts/vimpatch.lua' +q + nvim -V1 -es -i NONE +'luafile scripts/vimpatch.lua' +q printf '::set-output name=NEW_PATCHES::%s\n' $([ -z "$(git diff)" ]; echo $?) - name: Automatic PR |