# HG changeset patch # User Christian Brabandt # Date 1509997504 -3600 # Node ID f3a7ce8edce9db13caa974f13d5a03ea7484c139 # Parent 9742059166336a3d97b91f1a78a9ff58f5d56f30 patch 8.0.1273: old test file remaining commit https://github.com/vim/vim/commit/4148be468f82eb4bf463be3610b00a132aee4186 Author: Bram Moolenaar Date: Mon Nov 6 20:41:19 2017 +0100 patch 8.0.1273: old test file remaining Problem: Old test file remaining. Solution: Delete it. diff --git a/src/testdir/test_search_mbyte.ok b/src/testdir/test_search_mbyte.ok deleted file mode 100644 --- a/src/testdir/test_search_mbyte.ok +++ /dev/null @@ -1,5 +0,0 @@ -Results: - -Test bce: -A -15 diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -762,6 +762,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1273, +/**/ 1272, /**/ 1271,