commit | 195ea0ff6cbb15e5e18dcade13b612ddd7e9d68e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 30 14:57:31 2011 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 30 14:57:31 2011 +0100 |
tree | 87db95756f3257c1064901d7032e03c17e910e37 | |
parent | b491c03ee7757ebefc346a856daa21e34c2f576d [diff] [blame] |
updated for version 7.3.359 Problem: Command line completion shows dict functions. Solution: Skip dict functions for completion. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index fe867ba..b186a73 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 359, +/**/ 358, /**/ 357,