We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49150a4 commit dde403cCopy full SHA for dde403c
2 files changed
src/version.c
@@ -761,6 +761,8 @@ static char *(features[]) =
761
762
static int included_patches[] =
763
{ /* Add new patch number below this line */
764
+/**/
765
+ 1122,
766
/**/
767
1121,
768
vimtutor.bat
@@ -47,11 +47,11 @@ GOTO end
47
48
:use_vim
49
:: The script tutor.vim tells Vim which file to copy
50
-vim -u NONE -c "so $VIMRUNTIME/tutor/tutor.vim"
+call vim -u NONE -c "so $VIMRUNTIME/tutor/tutor.vim"
51
IF ERRORLEVEL 1 GOTO no_executable
52
53
:: Start vim without any .vimrc, set 'nocompatible'
54
-vim -u NONE -c "set nocp" %TUTORCOPY%
+call vim -u NONE -c "set nocp" %TUTORCOPY%
55
56
GOTO end
57
0 commit comments