commit | f6acffbe83e622542d9fdf3066f51933e46e4954 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 16 16:54:24 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 16 16:54:24 2016 +0200 |
tree | 70664752ad37e9760fa63ce2c0f432896022628c | |
parent | a06ecab7a5159e744448ace731036f0dc5f87dd4 [diff] [blame] |
patch 7.4.2049 Problem: There is no way to get a list of the error lists. Solution: Add ":chistory" and ":lhistory".
diff --git a/src/version.c b/src/version.c index 8b41fe9..f0df848 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2049, +/**/ 2048, /**/ 2047,