To: vim_dev@googlegroups.com Subject: Patch 8.2.4433 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@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 ///