commit | 2bbf8eff6fab16d86e7bcfc0da1962d31bec7891 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 24 18:37:12 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 24 18:37:12 2016 +0200 |
tree | 7caeb82bd296e6031357318339d5f5c271e0763e | |
parent | 574860b5ee9da281c875dad07a607454e135eaee [diff] [blame] |
patch 7.4.1839 Problem: Cannot get the items stored in a partial. Solution: Support using get() on a partial.
diff --git a/src/version.c b/src/version.c index 46aff53..b53a744 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1839, +/**/ 1838, /**/ 1837,