Skip to content

Commit

Permalink
ci: downgrade vim version to vim 7.4.629
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangyinzuo committed Feb 6, 2024
1 parent 83bec53 commit 5daf2e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/load_vimrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
- name: single vimrc with vim.tiny
run: vim.tiny -E -s -u .vimrc -c "qa!"
- name: install vim
run: sudo ./install/build_vim_from_source.sh 7.4.1689
# CentOS 7.1 uses Vim 7.4.629
run: sudo ./install/build_vim_from_source.sh 7.4.629
- name: single vimrc
run: vim -E -s -u .vimrc -c "qa!"
- name: full vimrc
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

vim 9 (full features)
vim 8.2.4919 (most of features)
vim 7.4 (minimal)
vim 7.4.629 (minimal)

```bash
sudo apt install vim-gtk3
Expand Down

0 comments on commit 5daf2e6

Please sign in to comment.