commit | a1449836334355b1fb00cd1bf083e7d353f6c4d7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 01 20:16:52 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 01 20:16:52 2019 +0200 |
tree | f9623248fa3e1044acb35c25f155b7649f03c2b6 | |
parent | db022f3ffb57c5ff4b97b4e93a994d11e4c10466 [diff] [blame] |
patch 8.1.1961: more functions can be used as a method Problem: More functions can be used as a method. Solution: Allow more functions to be used as a method. Add a test for mapcheck().
diff --git a/src/version.c b/src/version.c index 4435314..6b30e7c 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1961, +/**/ 1960, /**/ 1959,