commit | 5e877baf87530d5c4fe4da2c5a6269cf19526c27 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Fri Mar 25 21:19:26 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 25 21:19:26 2022 +0000 |
tree | 2e1a4f32a5572ac72f0e5c17b0a0c559f80fa697 | |
parent | acf7d73a7f5cdd63b34de777a4ce5eb3e2ba0ab3 [diff] [blame] |
patch 8.2.4628: not enough testing for 2/3 letter substitute commands Problem: Not enough testing for 2/3 letter substitute commands. Solution: Add more tests. (Yegappan Lakshmanan, closes #10019)
diff --git a/src/version.c b/src/version.c index e292626..60b4c1d 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4628, +/**/ 4627, /**/ 4626,