commit | 527dec3f94c72096bf6baf4bb71f1a21dc7df89c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 12 20:36:43 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 12 20:36:43 2018 +0200 |
tree | 73b09fd538909a1c1aa0f5c990940c9733f61463 | |
parent | ee5b94a8ecbaeafa11c7c7c8cf7bef765fbea912 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 035f68c..fdaa1dc 100644 --- a/src/version.c +++ b/src/version.c
@@ -763,6 +763,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1703, +/**/ 1702, /**/ 1701,