commit | 92053ce59ecf93838f4d6e3019eef1bc47be4184 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 09 22:53:30 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 09 22:53:30 2020 +0200 |
tree | 7a0d96c08326dc5e4e2f69c0362615990700972f | |
parent | 389df259c49d1ca4f7aa129b702f6083985b1e73 [diff] [blame] |
patch 8.2.1168: wrong method argument for appendbufline() Problem: Wrong method argument for appendbufline(). Solution: Use FEARG_3.
diff --git a/src/version.c b/src/version.c index c607f4e..0b31e54 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1168, +/**/ 1167, /**/ 1166,