To: vim_dev@googlegroups.com Subject: Patch 8.0.1703 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.0.1703 Problem: In the tutor 'showcmd' is not set. Solution: Set 'showcmd' in the vimtutor script. (Ken Takata, closes #2792) Files: src/vimtutor *** ../vim-8.0.1702/src/vimtutor 2016-09-21 22:41:21.297603445 +0200 --- src/vimtutor 2018-04-11 22:40:38.155025333 +0200 *************** *** 70,74 **** # The script tutor.vim tells Vim which file to copy $VIM -f -u NONE -c 'so $VIMRUNTIME/tutor/tutor.vim' ! # Start vim without any .vimrc, set 'nocompatible' ! $VIM -f -u NONE -c "set nocp" $TUTORCOPY --- 70,74 ---- # The script tutor.vim tells Vim which file to copy $VIM -f -u NONE -c 'so $VIMRUNTIME/tutor/tutor.vim' ! # Start vim without any .vimrc, set 'nocompatible' and 'showcmd' ! $VIM -f -u NONE -c "set nocp showcmd" $TUTORCOPY *** ../vim-8.0.1702/src/version.c 2018-04-12 20:35:01.106692254 +0200 --- src/version.c 2018-04-12 20:35:53.770348405 +0200 *************** *** 764,765 **** --- 764,767 ---- { /* Add new patch number below this line */ + /**/ + 1703, /**/ -- "Hit any key to continue" is a lie. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///