summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-04-27 17:32:40 +0200
committerBram Moolenaar <Bram@vim.org>2019-04-27 17:32:40 +0200
commit520e245237fa92f9022968a52eb418da6eade9b4 (patch)
tree53301ad178a4d0e728b39ea6b056b11ddaaa8eb2 /src/version.c
parente61e548dd6a20471fd81160b1c2a16089505ec8c (diff)
patch 8.1.1212: signal PWR is not testedv8.1.1212
Problem: Signal PWR is not tested. Solution: Test that PWR updates the swap file. (Dominique Pelle, closes #4312)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index dbf577d1be..704ff5482e 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 */
/**/
+ 1212,
+/**/
1211,
/**/
1210,