commit | a5a7882ea4a21944924b778208e1d54734891033 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 04 21:57:18 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 04 21:57:18 2019 +0200 |
tree | 4a65d762e9c89943a98f0934f21202c47897f42d | |
parent | 26262f87770d3a1a68b09a70152d75c2e2ae186f [diff] [blame] |
patch 8.1.1986: more functions can be used as methods Problem: More functions can be used as methods. Solution: Make textprop functions usable as a method.
diff --git a/src/version.c b/src/version.c index b394269..d61b59c 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1986, +/**/ 1985, /**/ 1984,