commit | 83064068eaabf75a7d235b0eec561dccbcb96b31 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 13 16:34:54 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 13 16:34:54 2017 +0200 |
tree | 37b11df49e061e5d1258eb3c430057d344bc7fd1 | |
parent | 9a48961d8bd7ffea14330b9b0181a6cdbe9288f7 [diff] [blame] |
patch 8.0.0640: mismatch between help and actual message Problem: Mismatch between help and actual message for ":syn conceal". Solution: Change the message to match the help. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 13dff53..5d935fe 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 640, +/**/ 639, /**/ 638,