commit | dad7309dd22f0c6b5de0b031acd7f54d3aa94326 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 09 11:54:50 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 09 11:54:50 2017 +0100 |
tree | 838fd1c1b32e3e6872529b5b2796ec2a0c4b7ef5 | |
parent | a76f59d817e2da31d83b4f0e978b52abe81e0ae9 [diff] [blame] |
patch 8.0.0316: :help z? does not work Problem: ":help z?" does not work. (Pavol Juhas) Solution: Remove exception for z?.
diff --git a/src/version.c b/src/version.c index 7162239..68af6ff 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 316, +/**/ 315, /**/ 314,