commit | 520e245237fa92f9022968a52eb418da6eade9b4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 27 17:32:40 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 27 17:32:40 2019 +0200 |
tree | 53301ad178a4d0e728b39ea6b056b11ddaaa8eb2 | |
parent | e61e548dd6a20471fd81160b1c2a16089505ec8c [diff] [blame] |
patch 8.1.1212: signal PWR is not tested Problem: Signal PWR is not tested. Solution: Test that PWR updates the swap file. (Dominique Pelle, closes #4312)
diff --git a/src/version.c b/src/version.c index dbf577d..704ff54 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1212, +/**/ 1211, /**/ 1210,