commit | 44a4d947bbc2c5ddb2908346a7c61ef93b59a3ca | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 30 17:17:41 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 30 17:17:41 2022 +0000 |
tree | 8558fb6f1482967544656a8ff2c1e3a49cda1eb1 | |
parent | 679d66c2d21dfe03d0f89b9a818b0aaebb4c3b87 [diff] [blame] |
patch 8.2.4262: some search tests fail Problem: Some search tests fail. Solution: Use a better way to reject searching for the Visual area.
diff --git a/src/version.c b/src/version.c index 4946c3e..159a90e 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4262, +/**/ 4261, /**/ 4260,