commit | aa4d73235bf4deee167aa5314b89ae3d3db334b7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 09 18:50:29 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 09 18:50:29 2016 +0200 |
tree | 2ee78a96453d927a0408b23591f38976f34c7c8e | |
parent | 537ef08408c50e0c4104d57f74993b3b0ed9560d [diff] [blame] |
patch 7.4.2011 Problem: It is not easy to get a list of command arguments. Solution: Add getcompletion(). (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index b0969bd..33cfc57 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2011, +/**/ 2010, /**/ 2009,