summaryrefslogtreecommitdiff
path: root/vimtutor.bat
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-08-29 21:55:35 +0200
committerBram Moolenaar <Bram@vim.org>2021-08-29 21:55:35 +0200
commit89a9c159f23fb7b3e24e6d09068adfc24a73afcb (patch)
treeffc62c1104f8222091cf262a37dbb52bf01f5a61 /vimtutor.bat
parent6e82351130ddb8d13cf3748b47f07cae77886fc7 (diff)
downloadvim-git-89a9c159f23fb7b3e24e6d09068adfc24a73afcb.tar.gz
Update runtime files
Diffstat (limited to 'vimtutor.bat')
-rw-r--r--vimtutor.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/vimtutor.bat b/vimtutor.bat
index e3b3167e9..0387e989e 100644
--- a/vimtutor.bat
+++ b/vimtutor.bat
@@ -11,7 +11,7 @@
:: Use Vim to copy the tutor, it knows the value of $VIMRUNTIME
FOR %%d in (. %TMP% %TEMP%) DO (
- call :test_dir_writable %0 %%d
+ call :test_dir_writable %~dpf0 %%d
IF NOT ERRORLEVEL 1 GOTO dir_ok
)