commit | 1e1153600c0377472d62cc553173fe555ddcf5a7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 09 23:01:02 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 09 23:01:02 2019 +0100 |
tree | 6b048ad52538ede86b31960d3c2f963411925c73 | |
parent | c46af534102c65b43912311d67f55f5049e5ef7a [diff] [blame] |
patch 8.1.0711: test files still use function! Problem: Test files still use function!. Solution: Remove the exclamation mark. Fix overwriting a function.
diff --git a/src/version.c b/src/version.c index f0e4450..387b7b8 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 711, +/**/ 710, /**/ 709,