commit | 73b8209266f0cd5c6d4df77b3700172d9c26df31 | [log] [tgz] |
---|---|---|
author | Christ van Willegen <cvwillegen@gmail.com> | Sat Aug 12 20:17:26 2023 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Sat Aug 12 20:17:26 2023 +0200 |
tree | 6d613c66d35ff99a8f13677d61a80abe9a0a5207 | |
parent | 8878653a441764c0e234c5d7af99a2b3a823bb9b [diff] [blame] |
patch 9.0.1697: incsearch test not sufficient Problem: incsearch test not sufficient (after 9.0.1691) Solution: add an additional test Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Christ van Willegen <cvwillegen@gmail.com>
diff --git a/src/version.c b/src/version.c index 5baeaf3..49beb19 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1697, +/**/ 1696, /**/ 1695,