commit | a6e8f888e7fc31b8ab7233509254fb2e2fe4089f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 14 16:18:15 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 14 16:18:15 2019 +0100 |
tree | cef20e90b6736c286442b40a1169aed2263ec984 | |
parent | f5f4b6cb5f6174458848d2fbc0388379222c8a0f [diff] [blame] |
patch 8.2.0004: get E685 and E931 if buffer reload is interrupted Problem: Get E685 and E931 if buffer reload is interrupted. Solution: Do not abort deleting a dummy buffer. (closes #5361)
diff --git a/src/version.c b/src/version.c index 19eaf45..c979eeb 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4, +/**/ 3, /**/ 2,