commit | 2834ebdee473c838e50e60d0aa160f0e62fc8ef9 | [log] [tgz] |
---|---|---|
author | matveyt <matthewtarasov@yandex.ru> | Tue Sep 06 17:00:15 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 06 17:00:15 2022 +0100 |
tree | 3c5d2b3a0e3f0c261d5569e5eb96eb5eeec88349 | |
parent | 635bb4908577738c5658a95672259b8537d97d49 [diff] [blame] |
patch 9.0.0396: :findrepl does not escape '&' and '~' properly Problem: :findrepl does not escape '&' and '~' properly. Solution: Escape depending on the value of 'magic'. (closes #11067)
diff --git a/src/version.c b/src/version.c index 2cf848c..f117022 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 396, +/**/ 395, /**/ 394,