commit | 6434fc574dfbde11461e70e5a62712370edf38e6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 18 22:24:22 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 18 22:24:22 2020 +0200 |
tree | f815722df00d589059fba4aa574e49db7e597be7 | |
parent | 10e1d01aaf5504675fd9197c75d1da0de0e5b429 [diff] [blame] |
patch 8.2.1241: cannot use getbufinfo() as a method Problem: Cannot use getbufinfo() as a method. Solution: Support using getbufinfo() as a method. (closes #6458)
diff --git a/src/version.c b/src/version.c index 1b16ffb..2d0fbb2 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1241, +/**/ 1240, /**/ 1239,