commit | cb86893114ce33dc9c7bd4ff992b05c12406b35d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 26 20:56:21 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 26 20:56:21 2019 +0200 |
tree | b14bc7e7b60aa9fef8dc20694f5567d8f767d041 | |
parent | 7ab5d77666c98f5229759402a451a26ea57a4801 [diff] [blame] |
patch 8.1.2223: cannot see what buffer an ml_get error is for Problem: Cannot see what buffer an ml_get error is for. Solution: Add the buffer number and name in the message
diff --git a/src/version.c b/src/version.c index 2d0c84e..b0fdab2 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2223, +/**/ 2222, /**/ 2221,