commit | af903e5d490ec9c6c49079f67de7e92e3c35a725 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 02 15:11:22 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 02 15:11:22 2017 +0100 |
tree | 3ee2ea74ec8efadfa0169789a0df3854e4a4bf4f | |
parent | a7c54cfcf825e8e99db03f4ccdb1a32cd0714c52 [diff] [blame] |
patch 8.0.1363: recovering does not work when swap file ends in .stz Problem: Recovering does not work when swap file ends in .stz. Solution: Check for all possible swap file names. (Elfling, closes #2395, closes #2396)
diff --git a/src/version.c b/src/version.c index 974ca2c..8587b4d 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1363, +/**/ 1362, /**/ 1361,