Patch 8.2.4856
Problem:    MinGW compiler complains about unknown escape sequence.
Solution:   Avoid using a backslash in path. (Christian Brabandt,
            closes #10337)
Files:      .github/workflows/ci.yml


*** ../vim-8.2.4855/.github/workflows/ci.yml    2022-04-24 12:44:29.206042724 
+0100
--- .github/workflows/ci.yml    2022-05-02 10:32:11.541424357 +0100
***************
*** 364,369 ****
--- 364,371 ----
        LUA32_URL: 
https://downloads.sourceforge.net/luabinaries/lua-%LUA_RELEASE%_Win32_dllw6_lib.zip
        LUA64_URL: 
https://downloads.sourceforge.net/luabinaries/lua-%LUA_RELEASE%_Win64_dllw6_lib.zip
        LUA_DIR: D:\Lua
+       # do not want \L to end up in pathdef.c and compiler complaining about 
unknown escape sequences \l
+       LUA_DIR_SLASH: D:/Lua
        # Python 2
        PYTHON_VER: 27
        PYTHON_VER_DOT: '2.7'
***************
*** 510,516 ****
              mingw32-make -f Make_ming.mak -j2 \
                FEATURES=${{ matrix.features }} \
                GUI=yes IME=yes ICONV=yes VIMDLL=yes \
!               DYNAMIC_LUA=yes LUA=${LUA_DIR} \
                DYNAMIC_PYTHON=yes PYTHON=${PYTHON_DIR} \
                DYNAMIC_PYTHON3=yes PYTHON3=${PYTHON3_DIR} \
                STATIC_STDCPLUS=yes COVERAGE=${{ matrix.coverage }}
--- 512,518 ----
              mingw32-make -f Make_ming.mak -j2 \
                FEATURES=${{ matrix.features }} \
                GUI=yes IME=yes ICONV=yes VIMDLL=yes \
!               DYNAMIC_LUA=yes LUA=${LUA_DIR_SLASH} \
                DYNAMIC_PYTHON=yes PYTHON=${PYTHON_DIR} \
                DYNAMIC_PYTHON3=yes PYTHON3=${PYTHON3_DIR} \
                STATIC_STDCPLUS=yes COVERAGE=${{ matrix.coverage }}
*** ../vim-8.2.4855/src/version.c       2022-05-02 10:29:24.397760338 +0100
--- src/version.c       2022-05-02 10:33:54.973216413 +0100
***************
*** 748,749 ****
--- 748,751 ----
  {   /* Add new patch number below this line */
+ /**/
+     4856,
  /**/

-- 
>From "know your smileys":
 8-O    "Omigod!!" (done "rm -rf *" ?)

 /// 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/20220502093510.DA3CA1C1888%40moolenaar.net.

Raspunde prin e-mail lui