commit | 93cf85f9ef02931de3f8c8e536a137da0b48b7dc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 17 21:36:28 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 17 21:36:28 2019 +0200 |
tree | e42d65e6b6a2bdf1fe54e2304ba60f7b60c7d7c7 | |
parent | 9cfe8f6e68de4bfb5942d84f4465de914a747b3f [diff] [blame] |
patch 8.1.1879: more functions can be used as methods Problem: More functions can be used as methods. Solution: Make float functions usable as a method.
diff --git a/src/version.c b/src/version.c index 7242368..8005f1f 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1879, +/**/ 1878, /**/ 1877,