commit | 652de23dc7abf6aa2721ccee7fe279b5cce8069c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 04 20:13:09 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 04 20:13:09 2019 +0200 |
tree | cec591d692dc674f9e2834169139777d46e5f97a | |
parent | 1cd4dc444ad260e4ff201152ecff2005dbd15410 [diff] [blame] |
patch 8.1.1118: a couple of conditions are hard to understand Problem: A couple of conditions are hard to understand. Solution: Split the conditions into pieces. (Ozaki Kiichi, closes #3879)
diff --git a/src/version.c b/src/version.c index 11849d9..14512b8 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1118, +/**/ 1117, /**/ 1116,