commit | 412e0e4ed903682f352d8ea58ded480930cc664f | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Sat Feb 11 10:34:07 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 11 10:34:07 2023 +0000 |
tree | 86197bc61bb5741674ec9af8fdeade39d0fda6fb | |
parent | c4b7dec38292fe1cfad7aa5f244031fc6f7c7a09 [diff] [blame] |
patch 9.0.1299: change for triggering incsearch not sufficiently tested Problem: Change for triggering incsearch not sufficiently tested. Solution: Add a test case. Simplify the code. (closes #11971)
diff --git a/src/version.c b/src/version.c index f50677b..9e8e975 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1299, +/**/ 1298, /**/ 1297,