commit | ec3637cbaf23730b6efe5e5c0047e23adc82160b | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Sun Jan 30 18:01:24 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 30 18:01:24 2022 +0000 |
tree | 0c9777005b22a7ecc21aa73905c679461cf9d183 | |
parent | 44a4d947bbc2c5ddb2908346a7c61ef93b59a3ca [diff] [blame] |
patch 8.2.4263: no test for the GUI find/replace dialog Problem: No test for the GUI find/replace dialog. Solution: Add a test function and a test. (Yegappan Lakshmanan, closes #9662)
diff --git a/src/version.c b/src/version.c index 159a90e..b37d0a8 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4263, +/**/ 4262, /**/ 4261,