commit | a8356bc1734195d130c6eeaf4858356ae3a3f722 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 14 14:31:11 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 14 14:31:11 2019 +0200 |
tree | c622d0389172b66d295bd27327bb8f12cab1a3a3 | |
parent | 74e3d4ec113d4061d24768b5a08f55b918132215 [diff] [blame] |
patch 8.1.1173: suspend test has duplicated lines Problem: Suspend test has duplicated lines. Solution: Use a function.
diff --git a/src/version.c b/src/version.c index aacbf13..bc12aae 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1173, +/**/ 1172, /**/ 1171,