commit | a74e4946de074d2916e3d6004f7fa1810d12dda9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 04 17:35:53 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 04 17:35:53 2019 +0200 |
tree | 7c9ef20c9c2b2aab3ce363697623e290a456ce6d | |
parent | e4ce825a55ad2445a212ce30837a3af566b7af6b [diff] [blame] |
patch 8.1.1809: more functions can be used as a method Problem: More functions can be used as a method. Solution: Add has_key(), split(), str2list(), etc.
diff --git a/src/version.c b/src/version.c index 80e0ce1..83c11ab 100644 --- a/src/version.c +++ b/src/version.c
@@ -774,6 +774,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1809, +/**/ 1808, /**/ 1807,