commit | a04f457a6c071179bac4088c9314007d39d5c5e0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 13 13:45:26 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 13 13:45:26 2022 +0100 |
tree | cd40106e2bff68c4f02b18b83f2dffb616d2ccb5 | |
parent | b1842de5ca77205993e8ef76cf29803822e0e3ab [diff] [blame] |
patch 9.0.0457: substitute prompt does not highlight an empty match Problem: Substitute prompt does not highlight an empty match. Solution: Highlight at least one character.
diff --git a/src/version.c b/src/version.c index 85e5a9d..019abf3 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 457, +/**/ 456, /**/ 455,