We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2a8baf commit ee2cbcdCopy full SHA for ee2cbcd
src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
755
756
static int included_patches[] =
757
{ /* Add new patch number below this line */
758
+/**/
759
+ 3441,
760
/**/
761
3440,
762
vimtutor.bat
@@ -11,7 +11,7 @@
11
12
:: Use Vim to copy the tutor, it knows the value of $VIMRUNTIME
13
FOR %%d in (. %TMP% %TEMP%) DO (
14
- call :test_dir_writable %~dpf0 %%d
+ call :test_dir_writable "%~dpf0" %%d
15
IF NOT ERRORLEVEL 1 GOTO dir_ok
16
)
17
0 commit comments