commit | d634024b90c7ae6ff08c1970646f1bca91f5611f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 16 00:00:28 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 16 00:00:28 2019 +0100 |
tree | 04fe76a3821c02c5ba2030e64df6b5faf28ee40f | |
parent | 00590740081489db69f43d9f1c0e3f70e29ce6da [diff] [blame] |
patch 8.1.0928: stray log function call Problem: Stray log function call. Solution: Remove the log function call.
diff --git a/src/version.c b/src/version.c index 6374cba..4662831 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 928, +/**/ 927, /**/ 926,