commit | 5efa0102de6ed6049fb19e1e83787e5b3b24b6a2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 22 21:42:30 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 22 21:42:30 2018 +0200 |
tree | a787271674a0767d7fdd0d550dd72eebd0b51bdf | |
parent | 8c55533c6f109db2a0fff69651887f9474eb09c6 [diff] [blame] |
patch 8.1.0097: superfluous space before exclamation mark Problem: Superfluous space before exclamation mark. Solution: Remove the space. Don't translate debug message.
diff --git a/src/version.c b/src/version.c index eda5ad4..f440ff9 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 97, +/**/ 96, /**/ 95,