Skip to content

Commit 527dec3

Browse files
committed
patch 8.0.1703: in the tutor 'showcmd' is not set
Problem: In the tutor 'showcmd' is not set. Solution: Set 'showcmd' in the vimtutor script. (Ken Takata, closes #2792)
1 parent ee5b94a commit 527dec3

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -762,6 +762,8 @@ static char *(features[]) =
762762

763763
static int included_patches[] =
764764
{ /* Add new patch number below this line */
765+
/**/
766+
1703,
765767
/**/
766768
1702,
767769
/**/

src/vimtutor

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ fi
7070
# The script tutor.vim tells Vim which file to copy
7171
$VIM -f -u NONE -c 'so $VIMRUNTIME/tutor/tutor.vim'
7272

73-
# Start vim without any .vimrc, set 'nocompatible'
74-
$VIM -f -u NONE -c "set nocp" $TUTORCOPY
73+
# Start vim without any .vimrc, set 'nocompatible' and 'showcmd'
74+
$VIM -f -u NONE -c "set nocp showcmd" $TUTORCOPY

0 commit comments

Comments
 (0)