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 -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20220221175002.29B801C0FE0%40moolenaar.net.