commit | 3269efdf014dd3b6e60e330950d40a7cc5d13d3a | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Sun Jun 12 11:13:05 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 12 11:13:05 2022 +0100 |
tree | 267f87e7621db4d7aacc757dcabf2ee2d1df7ad8 | |
parent | a34b4460c2843c67a35a2d236b01e6cb9bc38734 [diff] [blame] |
patch 8.2.5078: substitute test has a one second delay Problem: Substitute test has a one second delay. Solution: Use ":silent!". Add another test case. (closes #10558)
diff --git a/src/version.c b/src/version.c index f5c0fd7..aec6f4b 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5078, +/**/ 5077, /**/ 5076,