commit | 87abab92f5b42319a7b10df9974ed3ce5c9b2b9b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 03 21:14:59 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 03 21:14:59 2019 +0200 |
tree | ab0b61854d1fc219eac955f66fe90a378484efb6 | |
parent | 98fb65cb051f625f4ce291a9f9cdb2e54ac1e688 [diff] [blame] |
patch 8.1.1457: cannot reuse a buffer when loading a screen dump Problem: Cannot reuse a buffer when loading a screen dump. Solution: Add the "bufnr" option.
diff --git a/src/version.c b/src/version.c index 29006c1..f939ad8 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1457, +/**/ 1456, /**/ 1455,