commit | 3c867daaf09e8ac6ce4b9d43d6fbbfdd7689702d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 23 14:34:28 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 23 14:34:28 2018 +0200 |
tree | 8fcd5b94843ef23c3a9b945f3da2f5b45bbe2a16 | |
parent | bcf9442307075bac40d44328c8bf7ea21857b138 [diff] [blame] |
patch 8.1.0099: exclamation mark in error message not needed Problem: Exclamation mark in error message not needed. Solution: Remove the exclamation mark.
diff --git a/src/version.c b/src/version.c index 5cf6882..23b7246 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 99, +/**/ 98, /**/ 97,