commit | e6e70a10f118ecfa9df2425e8724bc009bd09929 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 22 18:23:38 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 22 18:23:38 2020 +0200 |
tree | 6c52ba48eb706339ab8e1d09d5bde94a4206e0ef | |
parent | 15ab48f088842de512ca5f13aa39a4dc7cac8477 [diff] [blame] |
patch 8.2.1888: Vim9: getbufline(-1, 1, '$') gives an error Problem: Vim9: Getbufline(-1, 1, '$') gives an error. Solution: Return an empty list. (closes #7180)
diff --git a/src/version.c b/src/version.c index 16e7a9f..04bc248 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1888, +/**/ 1887, /**/ 1886,