commit | 28a8193e3113f676f89fb6312b099d849df881d3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 04 15:33:48 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 04 15:33:48 2017 +0200 |
tree | 0dd0f64e9ccb53adec0f69d481e1f74c019fb5ac | |
parent | a3921f48c6b31a035c80fda49925dd3b42df0dec [diff] [blame] |
patch 8.0.0609: some people still don't know how to quit Problem: For some people the hint about quitting is not sufficient. Solution: Put <Enter> separately. Also use ":qa!" to get out even when there are changes.
diff --git a/src/version.c b/src/version.c index 70d6201..8c5679e 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 609, +/**/ 608, /**/ 607,