diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-05-27 23:36:21 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-05-27 23:36:21 +0200 |
commit | b58a4b938c4bc7e0499700859bd7abba9acc5b11 (patch) | |
tree | fab9f284d9abd5a183bfa79c271f467efa28960c /src/version.c | |
parent | 72fcf07b0639b49be3305de141d777baa9c965a0 (diff) | |
download | vim-git-b58a4b938c4bc7e0499700859bd7abba9acc5b11.tar.gz |
patch 8.1.1413: error when the drive of the swap file was disconnectedv8.1.1413
Problem: Error when the drive of the swap file was disconnected.
Solution: Try closing and re-opening the swap file. (closes #4378)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index d5221414f..240aa702c 100644 --- a/src/version.c +++ b/src/version.c @@ -768,6 +768,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1413, +/**/ 1412, /**/ 1411, |