Patch 8.2.4433

9 views
Skip to first unread message

Bram Moolenaar

unread,
Feb 21, 2022, 12:50:07 PM2/21/22
to vim...@googlegroups.com

Patch 8.2.4433
Problem: CI: cannot see interface versions for MS-Windows.
Solution: List the interface versions. (Ken Takata, closes #9811)
Files: .github/workflows/ci.yml


*** ../vim-8.2.4432/.github/workflows/ci.yml 2022-02-14 11:36:53.795908024 +0000
--- .github/workflows/ci.yml 2022-02-21 17:47:16.585967970 +0000
***************
*** 514,520 ****

- name: Check version
shell: cmd
! run: src\vim --version || exit 1

#- name: Prepare Artifact
# shell: cmd
--- 514,524 ----

- name: Check version
shell: cmd
! run: |
! PATH %LUA_DIR%;C:\msys64\${{ matrix.msystem }}\bin;%PATH%;%PYTHON3_DIR%
! src\vim --version || exit 1
! src\vim -u NONE -i NONE --not-a-term -esNX -V1 -S ci/if_ver-1.vim -c quit
! src\vim -u NONE -i NONE --not-a-term -esNX -V1 -S ci/if_ver-2.vim -c quit

#- name: Prepare Artifact
# shell: cmd
*** ../vim-8.2.4432/src/version.c 2022-02-21 16:13:45.870874981 +0000
--- src/version.c 2022-02-21 17:49:06.233842879 +0000
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 4433,
/**/

--
From "know your smileys":
:~) A man with a tape recorder up his nose

/// Bram Moolenaar -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages