There was an error while loading. Please reload this page.
1 parent ee5b94a commit 527dec3Copy full SHA for 527dec3
2 files changed
src/version.c
@@ -762,6 +762,8 @@ static char *(features[]) =
762
763
static int included_patches[] =
764
{ /* Add new patch number below this line */
765
+/**/
766
+ 1703,
767
/**/
768
1702,
769
src/vimtutor
@@ -70,5 +70,5 @@ fi
70
# The script tutor.vim tells Vim which file to copy
71
$VIM -f -u NONE -c 'so $VIMRUNTIME/tutor/tutor.vim'
72
73
-# Start vim without any .vimrc, set 'nocompatible'
74
-$VIM -f -u NONE -c "set nocp" $TUTORCOPY
+# Start vim without any .vimrc, set 'nocompatible' and 'showcmd'
+$VIM -f -u NONE -c "set nocp showcmd" $TUTORCOPY
0 commit comments