commit | b58a4b938c4bc7e0499700859bd7abba9acc5b11 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 27 23:36:21 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 27 23:36:21 2019 +0200 |
tree | fab9f284d9abd5a183bfa79c271f467efa28960c | |
parent | 72fcf07b0639b49be3305de141d777baa9c965a0 [diff] [blame] |
patch 8.1.1413: error when the drive of the swap file was disconnected Problem: Error when the drive of the swap file was disconnected. Solution: Try closing and re-opening the swap file. (closes #4378)
diff --git a/src/version.c b/src/version.c index d522141..240aa70 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1413, +/**/ 1412, /**/ 1411,