commit | 451f849fd6282a4facd4f0f58af62837443fb5a6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 14 17:16:22 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 14 17:16:22 2016 +0200 |
tree | dcadb8161d6fc31d17394ce778067fd4625e2ddd | |
parent | 0f518a8f4d4be4cac10389680f6bd5e3781f94b0 [diff] [blame] |
patch 7.4.1735 Problem: It is not possible to only see part of the message history. It is not possible to clear messages. Solution: Add a count to ":messages" and a clear argument. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index a013661..93c74d3 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1735, +/**/ 1734, /**/ 1733,