Patch 8.2.3441
Problem: MS-Windows: vimtutor can't handle path with spaces.
Solution: Add double quotes. (Christian Brabandt, closes #8871)
Files: vimtutor.bat
*** ../vim-8.2.3440/vimtutor.bat 2020-03-19 17:13:36.646135855 +0100
--- vimtutor.bat 2021-09-15 12:50:30.329546402 +0200
***************
*** 11,17 ****
:: Use Vim to copy the tutor, it knows the value of $VIMRUNTIME
FOR %%d in (. %TMP% %TEMP%) DO (
! call :test_dir_writable %0 %%d
IF NOT ERRORLEVEL 1 GOTO dir_ok
)
--- 11,17 ----
:: Use Vim to copy the tutor, it knows the value of $VIMRUNTIME
FOR %%d in (. %TMP% %TEMP%) DO (
! call :test_dir_writable "%~dpf0" %%d
IF NOT ERRORLEVEL 1 GOTO dir_ok
)
*** ../vim-8.2.3440/src/version.c 2021-09-14 22:58:20.431707376 +0200
--- src/version.c 2021-09-15 12:52:26.033356898 +0200
***************
*** 757,758 ****
--- 757,760 ----
{ /* Add new patch number below this line */
+ /**/
+ 3441,
/**/
--
"So this is it," said Arthur, "we are going to die."
"Yes," said Ford, "except...no! Wait a minute!" He suddenly lunged across
the chamber at something behind Arthur's line of vision. "What's this
switch?" he cried.
"What? Where?" cried Arthur, twisting around.
"No, I was only fooling," said Ford, "we are going to die after all."
-- Douglas Adams, "The Hitchhiker's Guide to the Galaxy"
/// 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/202109151054.18FAsn7F1631779%40masaka.moolenaar.net.