Patch 8.2.2196
Problem: :version output has extra spaces in compile and link command.
Solution: Adjust QUOTESED. (closes #7505)
Files: src/configure.ac, src/auto/configure
*** ../vim-8.2.2195/src/configure.ac 2020-12-17 20:50:20.788386045 +0100
--- src/configure.ac 2020-12-20 13:30:26.735821515 +0100
***************
*** 437,445 ****
dnl Set QUOTESED. Needs additional backslashes on zOS
if test "$zOSUnix" = "yes"; then
! QUOTESED="sed -e 's/[[\\\\\"]]/\\\\\\\\&/g' -e 's/\\\\\\\\\"/\"/' -e
's/\\\\\\\\\";\$\$/\";/'"
else
! QUOTESED="sed -e 's/[[\\\\\"]]/\\\\&/g' -e 's/\\\\\"/\"/' -e
's/\\\\\";\$\$/\";/'"
fi
AC_SUBST(QUOTESED)
--- 437,445 ----
dnl Set QUOTESED. Needs additional backslashes on zOS
if test "$zOSUnix" = "yes"; then
! QUOTESED="sed -e 's/[[\\\\\"]]/\\\\\\\\&/g' -e 's/\\\\\\\\\"/\"/' -e
's/\\\\\\\\\";\$\$/\";/' -e 's/ */ /g'"
else
! QUOTESED="sed -e 's/[[\\\\\"]]/\\\\&/g' -e 's/\\\\\"/\"/' -e
's/\\\\\";\$\$/\";/' -e 's/ */ /g'"
fi
AC_SUBST(QUOTESED)
*** ../vim-8.2.2195/src/auto/configure 2020-12-17 20:50:20.788386045 +0100
--- src/auto/configure 2020-12-20 13:30:40.219774222 +0100
***************
*** 5006,5014 ****
fi
if test "$zOSUnix" = "yes"; then
! QUOTESED="sed -e 's/[\\\\\"]/\\\\\\\\&/g' -e 's/\\\\\\\\\"/\"/' -e
's/\\\\\\\\\";\$\$/\";/'"
else
! QUOTESED="sed -e 's/[\\\\\"]/\\\\&/g' -e 's/\\\\\"/\"/' -e
's/\\\\\";\$\$/\";/'"
fi
--- 5006,5014 ----
fi
if test "$zOSUnix" = "yes"; then
! QUOTESED="sed -e 's/[\\\\\"]/\\\\\\\\&/g' -e 's/\\\\\\\\\"/\"/' -e
's/\\\\\\\\\";\$\$/\";/' -e 's/ */ /g'"
else
! QUOTESED="sed -e 's/[\\\\\"]/\\\\&/g' -e 's/\\\\\"/\"/' -e
's/\\\\\";\$\$/\";/' -e 's/ */ /g'"
fi
*** ../vim-8.2.2195/src/version.c 2020-12-22 22:07:25.560665835 +0100
--- src/version.c 2020-12-23 12:33:24.789695911 +0100
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 2196,
/**/
--
hundred-and-one symptoms of being an internet addict:
9. All your daydreaming is preoccupied with getting a faster connection to the
net: cable modem...100 Mbit...Fiber...1Gbit
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ 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/202012231151.0BNBp7cr2853375%40masaka.moolenaar.net.