commit | 8ffc7c8b5f004971cb6f2bdcfbe4f7123cce717c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 05 21:00:26 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 05 21:00:26 2019 +0200 |
tree | 79e1e27de4fa2cdad1960ea5afa0b48950cc9658 | |
parent | 25c9c680ec4dfbb51f4ef21c3460a48d3c67ffc8 [diff] [blame] |
patch 8.1.1281: cannot specify a count with :chistory Problem: Cannot specify a count with :chistory. Solution: Add a count to :chistory and :lhistory. (Yegappan Lakshmanan, closes #4344)
diff --git a/src/version.c b/src/version.c index 0ba9dd1..f137b83 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1281, +/**/ 1280, /**/ 1279,